ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4BlockSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4BlockSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4BLOCKSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4BLOCKSTEPPINGACTION_H
5 
7 
8 class G4Step;
10 class PHCompositeNode;
11 class PHG4BlockDetector;
12 class PHG4Hit;
13 class PHG4HitContainer;
14 class PHParameters;
15 class PHG4Shower;
16 
18 {
19  public:
22 
24  ~PHG4BlockSteppingAction() override;
25 
27  bool UserSteppingAction(const G4Step *, bool) override;
28 
30  void SetInterfacePointers(PHCompositeNode *) override;
31 
32  private:
47 
49 };
50 
51 #endif //__G4PHPHYTHIAREADER_H__