ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4SectorSteppingAction.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4SectorSteppingAction.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4SECTORSTEPPINGACTION_H
4 #define G4DETECTORS_PHG4SECTORSTEPPINGACTION_H
5 
7 
8 class G4Step;
9 class PHCompositeNode;
10 class PHG4Hit;
11 class PHG4HitContainer;
12 class PHG4SectorDetector;
13 class PHG4Shower;
14 
16 {
17  public:
20 
22  ~PHG4SectorSteppingAction() override;
23 
25  bool UserSteppingAction(const G4Step*, bool) override;
26 
28  void SetInterfacePointers(PHCompositeNode*) override;
29 
30  private:
33 
38 
39  int layer_id;
40 };
41 
42 #endif //__G4PHPHYTHIAREADER_H__