EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LBLVtxSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4LBLVtxSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4LBLVTXSTEPPINGACTION_H
4 #define G4LBLVTXSTEPPINGACTION_H
5 
7 
8 class G4Step;
9 class G4VPhysicalVolume;
10 class PHCompositeNode;
11 class G4LBLVtxDetector;
12 class PHG4Hit;
13 class PHG4HitContainer;
14 class PHParameters;
15 
17 {
18  public:
21 
23  virtual ~G4LBLVtxSteppingAction();
24 
26  virtual bool UserSteppingAction(const G4Step*, bool);
27 
30 
31  private:
34 
35  const PHParameters* m_Params;
39  PHG4Hit* m_Hit;
41 
42  G4VPhysicalVolume* m_SaveVolPre;
43  G4VPhysicalVolume* m_SaveVolPost;
44  int m_SaveTrackId;
47  int m_ActiveFlag;
48  int m_BlackHoleFlag;
49  double m_EdepSum;
50  double m_EionSum;
51 };
52 
53 #endif // G4LBLVTXSTEPPINGACTION_H