ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/hadrontherapy/include/HadrontherapyMatrix.hh>
Public Member Functions | |
~HadrontherapyAnalysis () | |
Static Public Member Functions | |
static HadrontherapyAnalysis * | GetInstance () |
Public Attributes | |
HadrontherapyAnalysisFileMessenger * | fMess |
Static Public Attributes | |
static HadrontherapyAnalysis * | instance = 0 |
Private Member Functions | |
HadrontherapyAnalysis () | |
A class for connecting the simulation to an analysis package.
Definition at line 46 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 46 of file HadrontherapyMatrix.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 48 of file HadrontherapyMatrix.cc.
View newest version in sPHENIX GitHub at line 48 of file HadrontherapyMatrix.cc
References fMess.
Referenced by GetInstance().
HadrontherapyAnalysis::~HadrontherapyAnalysis | ( | ) |
Definition at line 54 of file HadrontherapyMatrix.cc.
View newest version in sPHENIX GitHub at line 54 of file HadrontherapyMatrix.cc
References fMess.
|
static |
Get the pointer to the analysis manager.
Definition at line 60 of file HadrontherapyMatrix.cc.
View newest version in sPHENIX GitHub at line 60 of file HadrontherapyMatrix.cc
References HadrontherapyAnalysis(), and instance.
Referenced by main().
HadrontherapyAnalysisFileMessenger* HadrontherapyAnalysis::fMess |
Definition at line 70 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 70 of file HadrontherapyMatrix.hh
Referenced by HadrontherapyAnalysis(), and ~HadrontherapyAnalysis().
|
static |
Definition at line 69 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 69 of file HadrontherapyMatrix.hh
Referenced by GetInstance().