ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4FPbScRegionSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4FPbScRegionSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4FPBSCREGIONSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4FPBSCREGIONSTEPPINGACTION_H
5 
6 #include <Geant4/G4UserSteppingAction.hh>
7 
8 class G4Step;
9 class PHCompositeNode;
10 class PHG4FPbScDetector;
11 class PHG4Hit;
12 class PHG4HitContainer;
13 
15 {
16  public:
19 
22  {
23  }
24 
26  virtual void UserSteppingAction(const G4Step*);
27 
30 
31  private:
34 
38 };
39 
40 #endif //__G4PHPHYTHIAREADER_H__