ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4mRICHSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4mRICHSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4MRICHSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4MRICHSTEPPINGACTION_H
5 
7 
8 #include <string> // for string
9 
10 class G4Step;
11 class G4VPhysicalVolume;
12 class PHCompositeNode;
13 class PHG4mRICHDetector;
14 class PHG4Hit;
15 class PHG4HitContainer;
16 class PHParameters;
17 class PHG4Shower;
18 
20 {
21  public:
24 
26  virtual ~PHG4mRICHSteppingAction();
27 
29  virtual bool UserSteppingAction(const G4Step*, bool);
30 
33 
34  private:
37 
38  //detector parameters
39  // int active;
41  // int use_g4_steps;
42  std::string detectorname;
43  std::string superdetector;
44 
53 
55 };
56 
57 #endif // PHG4mRICHSteppingAction_h