VMC Examples Version 6.6
|
The detector construction (via TGeo ) More...
#include <A01RootDetectorConstruction.h>
Public Member Functions | |
A01RootDetectorConstruction (const TString &geometryFileName) | |
virtual | ~A01RootDetectorConstruction () |
void | ConstructGeometry () |
void | SetUseLocalMagField (Bool_t localMagField) |
Private Attributes | |
TString | fGeometryFileName |
The root geometry file name. | |
Bool_t | fUseLocalMagField |
Option to use local magnetic field (working only with Geant4 !) | |
The detector construction (via TGeo )
Definition at line 29 of file A01RootDetectorConstruction.h.
A01RootDetectorConstruction::A01RootDetectorConstruction | ( | const TString & | geometryFileName | ) |
Standard constuctor
geometryFileName | The root geometry file name |
Definition at line 31 of file A01RootDetectorConstruction.cxx.
|
virtual |
void A01RootDetectorConstruction::ConstructGeometry | ( | ) |
Contruct volumes using TGeo modeller
Definition at line 50 of file A01RootDetectorConstruction.cxx.
|
inline |
Set the option to use local magnetic field (working only with Geant4 !)
localMagField | The new value of the option |
Definition at line 55 of file A01RootDetectorConstruction.h.
|
private |
The root geometry file name.
Definition at line 43 of file A01RootDetectorConstruction.h.
|
private |
Option to use local magnetic field (working only with Geant4 !)
Definition at line 46 of file A01RootDetectorConstruction.h.