ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4OuterHcalSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4OuterHcalSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4OUTERHCALSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4OUTERHCALSTEPPINGACTION_H
5 
7 
8 class G4Step;
10 class PHCompositeNode;
12 class PHParameters;
13 class PHG4Hit;
14 class PHG4HitContainer;
15 class PHG4Shower;
16 
18 {
19  public:
22 
25 
27  bool UserSteppingAction(const G4Step *, bool) override;
28 
29  int Init() override;
30 
32  void SetInterfacePointers(PHCompositeNode *) override;
33 
34  void FieldChecker(const G4Step *);
35  void EnableFieldChecker(const int i = 1) { m_EnableFieldCheckerFlag = i; }
36 
37  private:
40 
54 
55  // since getting parameters is a map search we do not want to
56  // do this in every step, the parameters used are cached
57  // in the following variables
62 };
63 
64 #endif // G4DETECTORS_PHG4OUTERHCALSTEPPINGACTION_H