LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
IonizationAndScintillationAction.cxx
Go to the documentation of this file.
1 
11 
12 namespace larg4 {
13 
14  //----------------------------------------------------------------------------
15  // Constructor.
17 
18  //----------------------------------------------------------------------------
19  // Destructor.
21 
22  //----------------------------------------------------------------------------
23  // With every step, calculate the number of ionization electrons and
24  // scintillation photons using the IonizationAndScintillation singleton.
26  {
28 
29  return;
30  }
31 
32 } // namespace LArG4
Geant4 interface.
static IonizationAndScintillation * Instance()
virtual void SteppingAction(const G4Step *)
G4UserSteppingAction interface.
Singleton to access a unified treatment of ionization and scintillation in LAr.
this UserAction derived class is to provide a hook during G4 stepping in which to call the code that ...