Class Reference for E1039 Core & Analysis Software
PHG4BlockSteppingAction.h
Go to the documentation of this file.
1 #ifndef PHG4VBlockSteppingAction_h
2 #define PHG4VBlockSteppingAction_h
3 
5 
6 class G4VPhysicalVolume;
8 class PHG4Hit;
9 class PHG4HitContainer;
10 class PHParameters;
11 class PHG4Shower;
12 
14 {
15  public:
18 
20  virtual ~PHG4BlockSteppingAction();
21 
23  virtual bool UserSteppingAction(const G4Step *, bool);
24 
26  virtual void SetInterfacePointers(PHCompositeNode *);
27 
28  private:
30  PHG4BlockDetector *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__
virtual void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class
virtual ~PHG4BlockSteppingAction()
destructor
PHG4BlockSteppingAction(PHG4BlockDetector *, const PHParameters *parameters)
constructor
virtual bool UserSteppingAction(const G4Step *, bool)
stepping action