Geant4
10.01.p02
|
A class for connecting the simulation to an analysis package. More...
#include <HadrontherapyAnalysisManager.hh>
Public Member Functions | |
~HadrontherapyAnalysisManager () | |
Static Public Member Functions | |
static HadrontherapyAnalysisManager * | GetInstance () |
Get the pointer to the analysis manager. More... | |
Public Attributes | |
HadrontherapyAnalysisFileMessenger * | fMess |
Static Public Attributes | |
static HadrontherapyAnalysisManager * | instance = 0 |
Private Member Functions | |
HadrontherapyAnalysisManager () | |
Analysis manager is a singleton object (there is only one instance). More... | |
A class for connecting the simulation to an analysis package.
Definition at line 55 of file HadrontherapyAnalysisManager.hh.
|
private |
Analysis manager is a singleton object (there is only one instance).
The pointer to this object is available through the use of the method GetInstance();
Definition at line 39 of file HadrontherapyAnalysisManager.cc.
Referenced by GetInstance().
HadrontherapyAnalysisManager::~HadrontherapyAnalysisManager | ( | ) |
Definition at line 60 of file HadrontherapyAnalysisManager.cc.
References JA::Clear(), and fMess.
|
static |
Get the pointer to the analysis manager.
Definition at line 68 of file HadrontherapyAnalysisManager.cc.
References HadrontherapyAnalysisManager(), and instance.
Referenced by HadrontherapyPrimaryGeneratorAction::GeneratePrimaries(), HadrontherapyDetectorConstruction::HadrontherapyDetectorConstruction(), main(), HadrontherapyDetectorSD::ProcessHits(), HadrontherapyAnalysisFileMessenger::SetNewValue(), HadrontherapyLet::StoreLetRoot(), HadrontherapyMatrix::TotalEnergyDeposit(), HadrontherapyDetectorConstruction::UpdateGeometry(), and HadrontherapySteppingAction::UserSteppingAction().
HadrontherapyAnalysisFileMessenger* HadrontherapyAnalysisManager::fMess |
Definition at line 185 of file HadrontherapyAnalysisManager.hh.
Referenced by ~HadrontherapyAnalysisManager().
|
static |
Definition at line 184 of file HadrontherapyAnalysisManager.hh.
Referenced by GetInstance().