Class Reference for E1039 Core & Analysis Software
PHG4TruthSteppingAction.cc
Go to the documentation of this file.
2 #include "PHG4TrackUserInfoV1.h"
3 #include "PHG4TruthEventAction.h"
4 
5 #include <Geant4/G4Step.hh>
6 #include <Geant4/G4Track.hh>
7 
8 const int VERBOSE = 0;
9 
10 //________________________________________________________
12  eventAction_( eventAction )
13  {}
14 
15 //________________________________________________________
16 bool PHG4TruthSteppingAction::UserSteppingAction( const G4Step* step, bool hitWasUsed )
17 {
18  return false;
19 }
const int VERBOSE
virtual bool UserSteppingAction(const G4Step *, bool)
stepping action
PHG4TruthSteppingAction(PHG4TruthEventAction *)
constructor