ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4FPbScSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4FPbScSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4FPBSCSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4FPBSCSTEPPINGACTION_H
5 
7 
8 class G4Step;
9 class PHCompositeNode;
10 class PHG4FPbScDetector;
11 class PHG4HitContainer;
12 
14 {
15  public:
18 
19  virtual bool UserSteppingAction(const G4Step*, bool);
20 
22 
23  private:
26 };
27 
28 #endif