ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4InnerHcalSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4InnerHcalSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4INNERHCALSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4INNERHCALSTEPPINGACTION_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 
30  void SetInterfacePointers(PHCompositeNode *) override;
31 
32  private:
35 
48  // since getting parameters is a map search we do not want to
49  // do this in every step, the parameters used are cached
50  // in the following variables
54 };
55 
56 #endif // G4DETECTORS_PHG4INNERHCALSTEPPINGACTION_H