Class Reference for E1039 Core & Analysis Software
SQG4DipoleMagnetSteppingAction.h
Go to the documentation of this file.
1 #ifndef SQG4DipoleMagnetSteppingAction_h
2 #define SQG4DipoleMagnetSteppingAction_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 
27 
28 private:
30  SQG4DipoleMagnetDetector *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  int use_g4_steps;
44 
45  //FMag track filter settings
46  int enable_track_filter;
47  double filter_max_slope;
48  double filter_min_energy;
49 };
50 
51 #endif
virtual void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class
virtual bool UserSteppingAction(const G4Step *, bool)
stepping action
SQG4DipoleMagnetSteppingAction(SQG4DipoleMagnetDetector *, const PHParameters *parameters)
constructor