VMC Examples Version 6.6
|
The detector construction (via TGeo ) More...
#include <DetectorConstruction.h>
Public Member Functions | |
DetectorConstruction () | |
virtual | ~DetectorConstruction () |
void | ConstructMaterials () |
void | ConstructGeometry () |
void | SetAbsorberSizeX (Double_t sizeX) |
void | SetAbsorberSizeYZ (Double_t sizeYZ) |
void | SetAbsorberMaterial (const TString &name) |
void | SetMaxStepSize (Double_t maxStepSize) |
void | SetGeometryInitialized (Bool_t geometryInitialized) |
Double_t | GetWorldSizeX () const |
Double_t | GetAbsorberSizeX () const |
Double_t | GetMaxStepSize () const |
TString | GetAbsorberMaterial () const |
Bool_t | GetGeometryInitialized () const |
Private Member Functions | |
void | PrintParameters () |
Private Attributes | |
TString | fWorldMaterial |
TString | fAbsorberMaterial |
Double_t | fAbsorberSizeX |
Double_t | fAbsorberSizeYZ |
Double_t | fWorldSizeX |
Double_t | fWorldSizeYZ |
Double_t | fMaxStepSize |
Bool_t | fGeometryInitialized |
The detector construction (via TGeo )
Definition at line 37 of file DetectorConstruction.h.
VMC::Monopole::DetectorConstruction::DetectorConstruction | ( | ) |
Default constuctor
Definition at line 39 of file DetectorConstruction.cxx.
|
virtual |
void VMC::Monopole::DetectorConstruction::ConstructMaterials | ( | ) |
Construct materials using TGeo modeller
Definition at line 68 of file DetectorConstruction.cxx.
void VMC::Monopole::DetectorConstruction::ConstructGeometry | ( | ) |
Contruct volumes using TGeo modeller
Definition at line 127 of file DetectorConstruction.cxx.
void VMC::Monopole::DetectorConstruction::SetAbsorberSizeX | ( | Double_t | sizeX | ) |
Definition at line 186 of file DetectorConstruction.cxx.
void VMC::Monopole::DetectorConstruction::SetAbsorberSizeYZ | ( | Double_t | sizeYZ | ) |
Definition at line 200 of file DetectorConstruction.cxx.
void VMC::Monopole::DetectorConstruction::SetAbsorberMaterial | ( | const TString & | name | ) |
Definition at line 214 of file DetectorConstruction.cxx.
void VMC::Monopole::DetectorConstruction::SetMaxStepSize | ( | Double_t | maxStepSize | ) |
Definition at line 286 of file DetectorConstruction.cxx.
|
inline |
Definition at line 82 of file DetectorConstruction.h.
|
inline |
Definition at line 58 of file DetectorConstruction.h.
|
inline |
Definition at line 59 of file DetectorConstruction.h.
|
inline |
Definition at line 60 of file DetectorConstruction.h.
|
inline |
Definition at line 61 of file DetectorConstruction.h.
|
inline |
Definition at line 62 of file DetectorConstruction.h.
|
private |
Definition at line 177 of file DetectorConstruction.cxx.
|
private |
Definition at line 68 of file DetectorConstruction.h.
|
private |
Definition at line 69 of file DetectorConstruction.h.
|
private |
Definition at line 70 of file DetectorConstruction.h.
|
private |
Definition at line 71 of file DetectorConstruction.h.
|
private |
Definition at line 72 of file DetectorConstruction.h.
|
private |
Definition at line 73 of file DetectorConstruction.h.
|
private |
Definition at line 74 of file DetectorConstruction.h.
|
private |
Definition at line 75 of file DetectorConstruction.h.