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