Geant4
10.01.p02
|
#include <B3Run.hh>
Public Member Functions | |
B3Run () | |
virtual | ~B3Run () |
virtual void | RecordEvent (const G4Event *) |
virtual void | Merge (const G4Run *) |
G4int | GetNbGoodEvents () const |
G4double | GetSumDose () const |
Public Member Functions inherited from G4Run | |
G4Run () | |
virtual | ~G4Run () |
G4int | GetRunID () const |
G4int | GetNumberOfEvent () const |
G4int | GetNumberOfEventToBeProcessed () const |
const G4HCtable * | GetHCtable () const |
const G4DCtable * | GetDCtable () const |
const G4String & | GetRandomNumberStatus () const |
void | SetRunID (G4int id) |
void | SetNumberOfEventToBeProcessed (G4int n_ev) |
void | SetHCtable (G4HCtable *HCtbl) |
void | SetDCtable (G4DCtable *DCtbl) |
void | SetRandomNumberStatus (G4String &st) |
void | StoreEvent (G4Event *evt) |
const std::vector< const G4Event * > * | GetEventVector () const |
Private Attributes | |
G4int | fCollID_cryst |
G4int | fCollID_patient |
G4int | fPrintModulo |
G4int | fGoodEvents |
G4double | fSumDose |
Additional Inherited Members | |
Protected Attributes inherited from G4Run | |
G4int | runID |
G4int | numberOfEvent |
G4int | numberOfEventToBeProcessed |
G4HCtable * | HCtable |
G4DCtable * | DCtable |
G4String | randomNumberStatus |
std::vector< const G4Event * > * | eventVector |
Run class.
In RecordEvent() there is collected information event per event from Hits Collections, and accumulated statistic for the run
|
inline |
Definition at line 52 of file B3Run.hh.
References fGoodEvents.
Referenced by B3RunAction::EndOfRunAction().
|
inline |
Definition at line 53 of file B3Run.hh.
References fSumDose.
Referenced by B3RunAction::EndOfRunAction().
|
virtual |
Reimplemented from G4Run.
Definition at line 119 of file B3Run.cc.
References fGoodEvents, fSumDose, and G4Run::Merge().
|
virtual |
G4int copyNb = (itr->first); G4cout << G4endl << " cryst" << copyNb << ": " << edep/keV << " keV ";
G4int copyNb = (itr->first);
Reimplemented from G4Run.
Definition at line 60 of file B3Run.cc.
References fCollID_cryst, fCollID_patient, fGoodEvents, fPrintModulo, fSumDose, G4cout, G4endl, G4SDManager::GetCollectionID(), G4HCofThisEvent::GetHC(), G4THitsMap< T >::GetMap(), G4SDManager::GetSDMpointer(), keV, and G4Run::RecordEvent().
|
private |
Definition at line 56 of file B3Run.hh.
Referenced by RecordEvent().
|
private |
Definition at line 57 of file B3Run.hh.
Referenced by RecordEvent().
|
private |
Definition at line 59 of file B3Run.hh.
Referenced by GetNbGoodEvents(), Merge(), and RecordEvent().
|
private |
Definition at line 58 of file B3Run.hh.
Referenced by RecordEvent().
|
private |
Definition at line 60 of file B3Run.hh.
Referenced by GetSumDose(), Merge(), and RecordEvent().