Class Reference for E1039 Core & Analysis Software
PHG4ConeRegionSteppingAction.h
Go to the documentation of this file.
1 #ifndef PHG4VConeRegionSteppingAction_h
2 #define PHG4VConeRegionSteppingAction_h
3 
4 #include <Geant4/G4UserSteppingAction.hh>
5 
6 
7 class PHCompositeNode;
8 class PHG4ConeDetector;
9 class PHG4Hit;
10 class PHG4HitContainer;
11 
12 class PHG4ConeRegionSteppingAction : public G4UserSteppingAction
13 {
14 
15  public:
16 
19 
22  {}
23 
25  virtual void UserSteppingAction(const G4Step*);
26 
28  virtual void SetInterfacePointers( PHCompositeNode* );
29 
30  private:
31 
33  PHG4ConeDetector* detector_;
34 
36  PHG4HitContainer * hits_;
37  PHG4Hit *hit;
38 };
39 
40 
41 #endif //__G4PHPHYTHIAREADER_H__
virtual void UserSteppingAction(const G4Step *)
stepping action
virtual void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class
PHG4ConeRegionSteppingAction(PHG4ConeDetector *)
constructor