ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4SpacalSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4SpacalSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
11 #ifndef G4DETECTORS_PHG4SPACALSTEPPINGACTION_H
12 #define G4DETECTORS_PHG4SPACALSTEPPINGACTION_H
13 
15 
16 class G4Step;
17 class PHCompositeNode;
18 class PHG4SpacalDetector;
19 class PHG4Hit;
20 class PHG4HitContainer;
21 class PHG4Shower;
22 
24 {
25  public:
28 
30  ~PHG4SpacalSteppingAction() override;
31 
33  bool
34  UserSteppingAction(const G4Step *, bool) override;
35 
37  void
39 
40  double
41  get_zmin();
42 
43  double
44  get_zmax();
45 
46  private:
49 
58 };
59 
60 #endif // PHG4VHcalSteppingAction_h