EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AllSiliconTrackerSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file AllSiliconTrackerSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef ALLSILICONTRACKERSTEPPINGACTION_H
4 #define ALLSILICONTRACKERSTEPPINGACTION_H
5 
7 
9 
10 class G4Step;
11 class G4VPhysicalVolume;
12 class PHCompositeNode;
13 class PHG4Hit;
14 class PHG4HitContainer;
15 class PHParameters;
16 
18 {
19  public:
22 
25 
27  virtual bool UserSteppingAction(const G4Step*, bool);
28 
29  private:
38  G4VPhysicalVolume* m_SaveVolPre;
39  G4VPhysicalVolume* m_SaveVolPost;
40 
45  double m_EdepSum;
46 };
47 
48 #endif // ALLSILICONTRACKERSTEPPINGACTION_H