Class Reference for E1039 Core & Analysis Software
PHG4UserSteppingAction.h
Go to the documentation of this file.
1 #ifndef __PHG4VUserSteppingAction_H__
2 #define __PHG4VUserSteppingAction_H__
3 
4 #include <G4UserSteppingAction.hh>
5 
6 #include <PHCompositeNode.h>
7 
8 class G4Step;
9 
10 class PHG4UserSteppingAction : public G4UserSteppingAction
11 {
12 
13  public:
15  topNode_( 0 )
16  {}
17 
19  {}
20 
21  virtual void UserSteppingAction(const G4Step*) = 0;
22 
24  virtual void SetTopNode( PHCompositeNode* topNode )
25  { topNode_ = topNode; }
26 
27  protected:
28 
30  virtual PHCompositeNode* TopNode( void ) const
31  { return topNode_; }
32 
33  private:
34 
36  PHCompositeNode* topNode_;
37 
38 };
39 
40 
41 #endif //__G4PHPHYTHIAREADER_H__
virtual void UserSteppingAction(const G4Step *)=0
virtual PHCompositeNode * TopNode(void) const
access top node
virtual void SetTopNode(PHCompositeNode *topNode)
set top node (from where particle list is retrieved for passing to geant