#include <CCalDetector.hh>
Definition at line 49 of file CCalDetector.hh.
CCalDetector::CCalDetector |
( |
const G4String & |
name | ) |
|
Definition at line 44 of file CCalDetector.cc.
46 if (getenv(
"CCAL_GEOMPATH"))
51 "Environment variable CCAL_GEOMPATH not defined");
G4String getFileName(const G4String &n)
G4GLOB_DLL std::ostream G4cout
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static CCalGeometryConfiguration * getInstance()
int getConstructFlag(const G4String &n)
CCalDetector::~CCalDetector |
( |
| ) |
|
|
virtual |
Definition at line 62 of file CCalDetector.cc.
63 CCalDetectorTable::iterator ite;
CCalDetectorTable theDetectorsInside
G4String CCalDetector::baseFileName |
( |
| ) |
const |
|
inline |
int CCalDetector::buildFromFile |
( |
| ) |
|
|
protected |
void CCalDetector::construct |
( |
| ) |
|
Definition at line 70 of file CCalDetector.cc.
72 G4cout <<
"===> Entering CCalDetector::construct() for " <<
Name() <<
G4endl;
virtual void constructDaughters()=0
G4GLOB_DLL std::ostream G4cout
CCalDetectorTable theDetectorsInside
virtual void CCalDetector::constructDaughters |
( |
| ) |
|
|
protectedpure virtual |
void CCalDetector::constructHierarchy |
( |
| ) |
|
|
inline |
int CCalDetector::getNDaughters |
( |
| ) |
const |
|
inline |
virtual int CCalDetector::readFile |
( |
| ) |
|
|
protectedpure virtual |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CCalDetector & |
det |
|
) |
| |
|
friend |
Definition at line 111 of file CCalDetector.cc.
116 <<
" detectors inside { "<<
G4endl;
CCalDetectorTable theDetectorsInside
int CCalDetector::constructFlag |
|
protected |
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/examples/advanced/composite_calorimeter/include/CCalDetector.hh
- source/geant4.10.03.p03/examples/advanced/composite_calorimeter/src/CCalDetector.cc