Class Reference for E1039 Core & Analysis Software
PHG4ConeSteppingAction.h
Go to the documentation of this file.
1 #ifndef PHG4VConeSteppingAction_h
2 #define PHG4VConeSteppingAction_h
3 
5 
6 class PHG4ConeDetector;
7 class PHG4Hit;
8 class PHG4HitContainer;
9 class PHG4Shower;
10 
12 {
13 
14  public:
15 
18 
20  virtual ~PHG4ConeSteppingAction();
21 
22 
24  virtual bool UserSteppingAction(const G4Step*, bool);
25 
27  virtual void SetInterfacePointers( PHCompositeNode* );
28 
29  private:
30 
32  PHG4ConeDetector* detector_;
33 
35  PHG4HitContainer *hits_;
36  PHG4Hit *hit;
37  PHG4Shower *saveshower;
38 };
39 
40 
41 #endif //__G4PHPHYTHIAREADER_H__
virtual ~PHG4ConeSteppingAction()
destructor
virtual void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class
PHG4ConeSteppingAction(PHG4ConeDetector *)
constructor
virtual bool UserSteppingAction(const G4Step *, bool)
stepping action