Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Static Public Attributes
CexmcMessenger Class Reference

#include <CexmcMessenger.hh>

Static Public Member Functions

static CexmcMessengerInstance (void)
 
static void Destroy (void)
 

Static Public Attributes

static G4String mainDirName
 
static G4String geometryDirName
 
static G4String physicsDirName
 
static G4String gunDirName
 
static G4String detectorDirName
 
static G4String eventDirName
 
static G4String runDirName
 
static G4String monitorDirName
 
static G4String targetDirName
 
static G4String vetoCounterDirName
 
static G4String vetoCounterLeftDirName
 
static G4String vetoCounterRightDirName
 
static G4String calorimeterDirName
 
static G4String calorimeterLeftDirName
 
static G4String calorimeterRightDirName
 
static G4String monitorEDDirName
 
static G4String vetoCounterEDDirName
 
static G4String vetoCounterLeftEDDirName
 
static G4String vetoCounterRightEDDirName
 
static G4String calorimeterEDDirName
 
static G4String calorimeterLeftEDDirName
 
static G4String calorimeterRightEDDirName
 
static G4String reconstructorDirName
 
static G4String visDirName
 

Detailed Description

Definition at line 52 of file CexmcMessenger.hh.

Member Function Documentation

void CexmcMessenger::Destroy ( void  )
static

Definition at line 118 of file CexmcMessenger.cc.

Referenced by main().

119 {
120  delete instance;
121  instance = NULL;
122 }
CexmcMessenger * CexmcMessenger::Instance ( void  )
static

Definition at line 109 of file CexmcMessenger.cc.

Referenced by main().

110 {
111  if ( instance == NULL )
112  instance = new CexmcMessenger;
113 
114  return instance;
115 }

Field Documentation

G4String CexmcMessenger::calorimeterDirName
static

Definition at line 89 of file CexmcMessenger.hh.

G4String CexmcMessenger::calorimeterEDDirName
static
G4String CexmcMessenger::calorimeterLeftDirName
static

Definition at line 91 of file CexmcMessenger.hh.

G4String CexmcMessenger::calorimeterLeftEDDirName
static
G4String CexmcMessenger::calorimeterRightDirName
static

Definition at line 93 of file CexmcMessenger.hh.

G4String CexmcMessenger::calorimeterRightEDDirName
static
G4String CexmcMessenger::detectorDirName
static
G4String CexmcMessenger::eventDirName
static
G4String CexmcMessenger::geometryDirName
static
G4String CexmcMessenger::gunDirName
static
G4String CexmcMessenger::mainDirName
static

Definition at line 65 of file CexmcMessenger.hh.

G4String CexmcMessenger::monitorDirName
static

Definition at line 79 of file CexmcMessenger.hh.

G4String CexmcMessenger::monitorEDDirName
static
G4String CexmcMessenger::physicsDirName
static
G4String CexmcMessenger::reconstructorDirName
static
G4String CexmcMessenger::runDirName
static
G4String CexmcMessenger::targetDirName
static

Definition at line 81 of file CexmcMessenger.hh.

G4String CexmcMessenger::vetoCounterDirName
static

Definition at line 83 of file CexmcMessenger.hh.

G4String CexmcMessenger::vetoCounterEDDirName
static
G4String CexmcMessenger::vetoCounterLeftDirName
static

Definition at line 85 of file CexmcMessenger.hh.

G4String CexmcMessenger::vetoCounterLeftEDDirName
static
G4String CexmcMessenger::vetoCounterRightDirName
static

Definition at line 87 of file CexmcMessenger.hh.

G4String CexmcMessenger::vetoCounterRightEDDirName
static
G4String CexmcMessenger::visDirName
static

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