VMC Examples Version 6.6
|
The old (deprecated) detector construction class. More...
#include <Ex01DetectorConstructionOld.h>
Public Member Functions | |
Ex01DetectorConstructionOld () | |
virtual | ~Ex01DetectorConstructionOld () |
void | ConstructMaterials () |
void | ConstructVolumes () |
Private Attributes | |
Int_t | fImedAr |
The Argon medium Id. | |
Int_t | fImedAl |
The Aluminium medium Id. | |
Int_t | fImedPb |
The Lead medium Id. | |
The old (deprecated) detector construction class.
Geometry definition via VMC (for testing purposes only). The recomended way of geometry definition is using TGeo geometry modeller.
Definition at line 37 of file Ex01DetectorConstructionOld.h.
Ex01DetectorConstructionOld::Ex01DetectorConstructionOld | ( | ) |
Default constructor
Definition at line 33 of file Ex01DetectorConstructionOld.cxx.
|
virtual |
void Ex01DetectorConstructionOld::ConstructMaterials | ( | ) |
Construct materials using VMC functions
Definition at line 46 of file Ex01DetectorConstructionOld.cxx.
void Ex01DetectorConstructionOld::ConstructVolumes | ( | ) |
Construct volumes using VMC functions
Definition at line 120 of file Ex01DetectorConstructionOld.cxx.
|
private |
The Argon medium Id.
Definition at line 49 of file Ex01DetectorConstructionOld.h.
|
private |
The Aluminium medium Id.
Definition at line 50 of file Ex01DetectorConstructionOld.h.
|
private |
The Lead medium Id.
Definition at line 51 of file Ex01DetectorConstructionOld.h.