5#ifndef MUONGEOMODEL_MUONDETECTORTOOL_H
6#define MUONGEOMODEL_MUONDETECTORTOOL_H
10#include "GeoModelKernel/GeoPhysVol.h"
29 virtual StatusCode
create() override final;
33 virtual StatusCode
clear() override final;
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)"};
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
Support class for PropertyMgr.
=============================================================================
Ensure that the Athena extensions are properly loaded.