Geant4
10.00.p01
|
#include <CCalHall.hh>
Public Member Functions | |
CCalHall (const G4String &name) | |
virtual | ~CCalHall () |
G4String | getMaterial () const |
double | getDy_2Hall () const |
double | getDx_2Hall () const |
Public Member Functions inherited from CCalDetector | |
CCalDetector (const G4String &name) | |
virtual | ~CCalDetector () |
void | constructHierarchy () |
void | construct () |
void | addDetector (CCalDetector *) |
G4String | Name () const |
G4String | baseFileName () const |
G4String | File () const |
CCalDetector * | getDaughter (int i) const |
int | getNDaughters () const |
G4bool | operator== (const CCalDetector &left) const |
G4bool | operator!= (const CCalDetector &left) const |
Protected Member Functions | |
virtual int | readFile () |
virtual void | constructDaughters () |
Protected Member Functions inherited from CCalDetector | |
int | buildFromFile () |
Private Attributes | |
G4String | genMaterial |
double | dy_2Hall |
double | dx_2Hall |
Additional Inherited Members | |
Protected Attributes inherited from CCalDetector | |
G4String | detectorName |
G4String | fileName |
CCalDetectorTable | theDetectorsInside |
int | constructFlag |
Static Protected Attributes inherited from CCalDetector | |
static G4String | pathName = getenv("CCAL_GEOMPATH") |
Definition at line 35 of file CCalHall.hh.
CCalHall::CCalHall | ( | const G4String & | name | ) |
Definition at line 40 of file CCalHall.cc.
|
virtual |
Definition at line 42 of file CCalHall.cc.
|
protectedvirtual |
Implements CCalDetector.
Reimplemented in CCalG4Hall.
Definition at line 75 of file CCalHall.cc.
References CCalDetector::addDetector().
|
inline |
Definition at line 44 of file CCalHall.hh.
References dx_2Hall.
Referenced by CCalG4Hall::constructIn().
|
inline |
Definition at line 43 of file CCalHall.hh.
References dy_2Hall.
Referenced by CCalG4Hall::constructIn().
|
inline |
Definition at line 42 of file CCalHall.hh.
References genMaterial.
Referenced by CCalG4Hall::constructIn().
|
protectedvirtual |
Implements CCalDetector.
Definition at line 44 of file CCalHall.cc.
References dx_2Hall, dy_2Hall, CCalDetector::File(), findDO(), G4cout, G4endl, genMaterial, jump(), openGeomFile(), CCalDetector::pathName, readName(), and tab().
|
private |
Definition at line 53 of file CCalHall.hh.
Referenced by getDx_2Hall(), and readFile().
|
private |
Definition at line 52 of file CCalHall.hh.
Referenced by getDy_2Hall(), and readFile().
|
private |
Definition at line 51 of file CCalHall.hh.
Referenced by getMaterial(), and readFile().