Class Reference for E1039 Core & Analysis Software
PHG4CylinderSteppingAction.h
Go to the documentation of this file.
1 #ifndef PHG4CylinderSteppingAction_h
2 #define PHG4CylinderSteppingAction_h
3 
5 
6 #include <string>
7 
8 class G4VPhysicalVolume;
10 class PHG4Hit;
11 class PHG4HitContainer;
12 class PHG4Shower;
13 class PHParameters;
14 
16 {
17  public:
20 
23 
25  bool UserSteppingAction(const G4Step *, bool);
26 
29 
30  void SaveLightYield(const int i = 1) { save_light_yield = i; }
31  private:
33  PHG4CylinderDetector *detector_;
34 
35  const PHParameters *params;
36 
38  PHG4HitContainer *hits_;
39  PHG4Hit *hit;
40  PHG4Shower *saveshower;
41  G4VPhysicalVolume *savevolpre;
42  G4VPhysicalVolume *savevolpost;
43  int save_light_yield;
44  int savetrackid;
45  int saveprestepstatus;
46  int savepoststepstatus;
47  int active;
48  int IsBlackHole;
49  int use_g4_steps;
50  double zmin;
51  double zmax;
52  double tmin;
53  double tmax;
54 };
55 
56 #endif
bool UserSteppingAction(const G4Step *, bool)
stepping action
void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class
virtual ~PHG4CylinderSteppingAction()
destructor
PHG4CylinderSteppingAction(PHG4CylinderDetector *, const PHParameters *parameters)
constructor