ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4CrystalCalorimeterSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4CrystalCalorimeterSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4CRYSTALCALORIMETERSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4CRYSTALCALORIMETERSTEPPINGACTION_H
5 
7 
8 #include <Geant4/G4TouchableHandle.hh> // for G4TouchableHandle
9 
10 class G4Step;
11 class G4VPhysicalVolume;
12 class PHCompositeNode;
14 class PHG4Hit;
15 class PHG4HitContainer;
16 class PHG4Shower;
17 class PHParameters;
18 
20 {
21  public:
24 
27 
29  virtual bool UserSteppingAction(const G4Step*, bool);
30 
33 
34  private:
37 
41  PHG4Hit* m_Hit = nullptr;
44 
45  int m_ActiveFlag = 0;
46  int m_BlackHoleFlag = 0;
47 };
48 
49 #endif // PHG4CrystalCalorimeterSteppingAction_h