![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
A Geant4 sensitive detector that accumulates voxel information. More...
#include <cstdio>#include <cmath>#include <string>#include <map>#include <utility>#include <cassert>#include "Geant4/G4HCofThisEvent.hh"#include "Geant4/G4TouchableHistory.hh"#include "Geant4/G4TouchableHandle.hh"#include "Geant4/G4Step.hh"#include "Geant4/G4StepPoint.hh"#include "Geant4/G4ThreeVector.hh"#include "Geant4/G4VPhysicalVolume.hh"#include "cetlib_except/exception.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "larsim/LArG4/LArVoxelReadout.h"#include "larsim/LArG4/ParticleListAction.h"#include "larevt/SpaceChargeServices/SpaceChargeService.h"#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"#include "CLHEP/Random/RandGauss.h"#include "CLHEP/Random/RandPoisson.h"#include "CLHEP/Random/RandFlat.h"Go to the source code of this file.
Namespaces | |
| larg4 | |
| Geant4 interface. | |
A Geant4 sensitive detector that accumulates voxel information.
Definition in file LArVoxelReadout.cxx.