Class Reference for E1039 Core & Analysis Software
PHG4EMCalSteppingAction.h
Go to the documentation of this file.
1 #ifndef PHG4EMCalSteppingAction_H
2 #define PHG4EMCalSteppingAction_H
3 
5 
6 #include <Geant4/G4TouchableHandle.hh>
7 
8 class G4Step;
9 class G4VPhysicalVolume;
10 class PHCompositeNode;
11 class PHG4EMCalDetector;
12 class PHG4Hit;
13 class PHG4HitContainer;
14 class PHG4Shower;
15 class PHParameters;
16 
18 {
19 public:
22 
24  virtual ~PHG4EMCalSteppingAction();
25 
27  virtual bool UserSteppingAction(const G4Step*, bool);
28 
31 
32 private:
34  PHG4EMCalDetector* m_Detector;
35 
37  PHG4HitContainer* m_SignalHitContainer;
38  PHG4HitContainer* m_AbsorberHitContainer;
39  PHG4HitContainer* m_CurrentHitContainer;
40  PHG4Hit* m_Hit;
41  PHG4Shower* m_CurrentShower;
42 
43  const PHParameters* m_Params;
44 
45  int m_IsActive;
46  int m_IsAbsorberActive;
47  int m_IsBlackHole;
48  int m_AbsorberTruth;
49  int m_LightScintModel;
50 
51  int m_nTowersX;
52  int m_nTowersY;
53 };
54 
55 #endif // PHG4EMCalSteppingAction_H
virtual bool UserSteppingAction(const G4Step *, bool)
stepping action
virtual void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class
PHG4EMCalSteppingAction(PHG4EMCalDetector *, const PHParameters *parameters)
constructor
virtual ~PHG4EMCalSteppingAction()
destroctor