Class Reference for E1039 Core & Analysis Software
PHG4SquareTubeSteppingAction.h
Go to the documentation of this file.
1 #ifndef PHG4SquareTubeSteppingAction_h
2 #define PHG4SquareTubeSteppingAction_h
3 
5 
6 class G4VPhysicalVolume;
8 class PHG4Hit;
9 class PHG4HitContainer;
10 class PHParameters;
11 class PHG4Shower;
12 
14 {
15  public:
18 
21 
23  virtual bool UserSteppingAction(const G4Step *, bool);
24 
26  virtual void SetInterfacePointers(PHCompositeNode *);
27 
28  private:
30  PHG4SquareTubeDetector *detector_;
31  const PHParameters *params;
33  PHG4HitContainer *hits_;
34  PHG4Hit *hit;
35  PHG4Shower *saveshower;
36  G4VPhysicalVolume *savevolpre;
37  G4VPhysicalVolume *savevolpost;
38  int savetrackid;
39  int saveprestepstatus;
40  int savepoststepstatus;
41  int active;
42  int IsBlackHole;
43 
44  int use_g4_steps;
45 };
46 
47 #endif //__G4PHPHYTHIAREADER_H__
PHG4SquareTubeSteppingAction(PHG4SquareTubeDetector *, const PHParameters *parameters)
constructor
virtual bool UserSteppingAction(const G4Step *, bool)
stepping action
virtual void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class