|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONGEOMODEL_MUONDETECTORTOOL_H
6 #define MUONGEOMODEL_MUONDETECTORTOOL_H
10 #include "GeoModelKernel/GeoPhysVol.h"
13 class MuonDetectorManager;
37 Gaudi::Property<std::string>
m_layout{
this,
"LayoutName",
"R.08" };
47 Gaudi::Property<bool>
m_hasCSC{
this,
"HasCSC",
true};
48 Gaudi::Property<bool>
m_hasSTgc{
this,
"HasSTgc",
true};
49 Gaudi::Property<bool>
m_hasMM{
this,
"HasMM",
true};
57 Gaudi::Property<int>
m_controlAlines{
this,
"ControlAlines", 111111,
"allowed values are 0 - 111111"};
59 Gaudi::Property<std::string>
m_altAsztFile{
this,
"AlternateASZTFile",
"" };
63 Gaudi::Property<int>
m_controlCscIntAlines{
this,
"ControlCscInternalAlines", 111111 ,
"allowed values are 0 - 111111"};
68 Gaudi::Property<bool>
m_beeNoShiftInDefault{
this,
"BEENoShift",
false,
"Turn off the initial 111 mm shift in BEE station (real data)"};
72 #endif // GEOMODELEXAMPLES_TOYDETECTORTOOL_H
Ensure that the Athena extensions are properly loaded.
::StatusCode StatusCode
StatusCode definition for legacy code.
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...