ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4CEmcTestBeamSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4CEmcTestBeamSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4CEMCTESTBEAMSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4CEMCTESTBEAMSTEPPINGACTION_H
5 
7 
8 class G4Step;
9 class PHCompositeNode;
11 class PHG4Hit;
12 class PHG4HitContainer;
13 
15 {
16 
17  public:
18 
21 
24  {}
25 
27  bool UserSteppingAction(const G4Step*, bool) override;
28 
30  void SetInterfacePointers( PHCompositeNode* ) override;
31 
32  private:
33 
36 
41 };
42 
43 
44 #endif // PHG4CEmcTestBeamSteppingAction_h