Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HadrontherapyAnalysisManager Class Reference

#include <HadrontherapyAnalysisManager.hh>

Collaboration diagram for HadrontherapyAnalysisManager:

Public Member Functions

 ~HadrontherapyAnalysisManager ()
 

Static Public Member Functions

static
HadrontherapyAnalysisManager
GetInstance ()
 

Public Attributes

HadrontherapyAnalysisFileMessengerfMess
 

Static Public Attributes

static
HadrontherapyAnalysisManager
instance = 0
 

Detailed Description

A class for connecting the simulation to an analysis package.

Definition at line 49 of file HadrontherapyAnalysisManager.hh.

Constructor & Destructor Documentation

HadrontherapyAnalysisManager::~HadrontherapyAnalysisManager ( )

Definition at line 58 of file HadrontherapyAnalysisManager.cc.

59 {
60  delete fMess;
61 #ifdef G4ANALYSIS_USE_ROOT
62  Clear();
63 #endif
64 }
void Clear(Node *)
HadrontherapyAnalysisFileMessenger * fMess

Here is the call graph for this function:

Member Function Documentation

HadrontherapyAnalysisManager * HadrontherapyAnalysisManager::GetInstance ( )
static

Get the pointer to the analysis manager.

Definition at line 66 of file HadrontherapyAnalysisManager.cc.

Here is the caller graph for this function:

Member Data Documentation

HadrontherapyAnalysisFileMessenger* HadrontherapyAnalysisManager::fMess

Definition at line 179 of file HadrontherapyAnalysisManager.hh.

HadrontherapyAnalysisManager * HadrontherapyAnalysisManager::instance = 0
static

Definition at line 178 of file HadrontherapyAnalysisManager.hh.


The documentation for this class was generated from the following files: