Geant4_10
|
#include <MCTruthManager.hh>
Public Member Functions | |
void | NewEvent () |
HepMC::GenEvent * | GetCurrentEvent () const |
void | PrintEvent () |
void | AddParticle (G4LorentzVector &, G4LorentzVector &, G4LorentzVector &, G4int, G4int, G4int, G4bool) |
void | SetConfig (MCTruthConfig *c) |
MCTruthConfig * | GetConfig () const |
Static Public Member Functions | |
static MCTruthManager * | GetInstance () |
Protected Member Functions | |
MCTruthManager () | |
virtual | ~MCTruthManager () |
Definition at line 52 of file MCTruthManager.hh.
|
protected |
|
protectedvirtual |
Definition at line 48 of file MCTruthManager.cc.
void MCTruthManager::AddParticle | ( | G4LorentzVector & | momentum, |
G4LorentzVector & | prodpos, | ||
G4LorentzVector & | endpos, | ||
G4int | pdg_id, | ||
G4int | partID, | ||
G4int | motherID, | ||
G4bool | directParent | ||
) |
|
inline |
Definition at line 67 of file MCTruthManager.hh.
|
inline |
Definition at line 60 of file MCTruthManager.hh.
|
static |
Definition at line 51 of file MCTruthManager.cc.
void MCTruthManager::NewEvent | ( | ) |
void MCTruthManager::PrintEvent | ( | ) |
|
inline |