ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4CylinderStripSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4CylinderStripSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4CYLINDERSTRIPSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4CYLINDERSTRIPSTEPPINGACTION_H
5 
7 
8 class G4Step;
10 class PHCompositeNode;
12 class PHG4Hit;
13 class PHG4HitContainer;
14 class PHG4Shower;
15 class PHParameters;
16 
18 {
19  public:
22 
25 
27  bool UserSteppingAction(const G4Step *, bool);
28 
31 
32  void SaveLightYield(const int i = 1) { m_SaveLightYieldFlag = i; }
33 
34  private:
37 
39 
53  double m_Zmin;
54  double m_Zmax;
55  double m_Tmin;
56  double m_Tmax;
57 };
58 
59 #endif