|
ATLAS Offline Software
|
#include <MuonDetectorCondAlg.h>
|
| MuonDetectorCondAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~MuonDetectorCondAlg ()=default |
|
virtual StatusCode | initialize () override final |
|
virtual StatusCode | execute (const EventContext &ctx) const override final |
|
virtual bool | isReEntrant () const override final |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
Gaudi::Property< bool > | m_applyMmPassivation {this, "applyMmPassivation", false} |
|
Gaudi::Property< bool > | m_applyNswAsBuilt |
|
Gaudi::Property< bool > | m_applysTGCAsBuilt2 |
|
Gaudi::Property< bool > | m_applyMdtAsBuilt |
|
Gaudi::Property< bool > | m_applyALines {this, "applyALines", true} |
| Apply translations and rotations to align the Muon stations. More...
|
|
Gaudi::Property< bool > | m_applyBLines {this, "applyBLines", true} |
| Apply the chamber deformation model (Mdts + Nsw) More...
|
|
Gaudi::Property< bool > | m_applyILines {this, "applyILines", true} |
| Apply internal transformations on the CSCs. More...
|
|
ToolHandle< MuonDetectorTool > | m_iGeoModelTool {this, "MuonDetectorTool", "MuonDetectorTool", "The MuonDetector tool"} |
|
ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"} |
|
SG::ReadCondHandleKey< ALineContainer > | m_readALineKey {this, "ReadALineKey", "ALineContainer", "Key of input muon alignment ALine condition data"} |
|
SG::ReadCondHandleKey< BLineContainer > | m_readBLineKey {this, "ReadBLineKey", "BLineContainer", "Key of input muon alignment BLine condition data"} |
|
SG::ReadCondHandleKey< ALineContainer > | m_readILineKey |
|
SG::ReadCondHandleKey< MdtAsBuiltContainer > | m_readMdtAsBuiltKey {this, "ReadMdtAsBuiltKey", "MdtAsBuiltContainer", "Key of output muon alignment MDT/AsBuilt condition data"} |
|
SG::ReadCondHandleKey< NswAsBuiltDbData > | m_readNswAsBuiltKey {this, "ReadNswAsBuiltKey", "NswAsBuiltDbData", "Key of NswAsBuiltDbData object containing conditions data for NSW as-built params!"} |
|
SG::ReadCondHandleKey< sTGCAsBuiltData2 > | m_readsTGCAsBuilt2Key {this, "ReadsTGCAsBuilt2Key", "sTGCAsBuilt2", "Key of sTGCAsBuiltData2 object containing conditions data for alternative sTGC as-built model!"} |
|
SG::ReadCondHandleKey< NswPassivationDbData > | m_condMmPassivKey {this, "condMmPassivKey", "NswPassivationDbData", "Key of NswPassivationDbData object containing passivation data for MMs"} |
|
SG::WriteCondHandleKey< MuonGM::MuonDetectorManager > | m_writeDetectorManagerKey |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 20 of file MuonDetectorCondAlg.h.
◆ StoreGateSvc_t
◆ MuonDetectorCondAlg()
MuonDetectorCondAlg::MuonDetectorCondAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~MuonDetectorCondAlg()
virtual MuonDetectorCondAlg::~MuonDetectorCondAlg |
( |
| ) |
|
|
virtualdefault |
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
◆ copyInertMaterial()
All operations are atomic. So it's safe to cast constness away
Definition at line 185 of file MuonDetectorCondAlg.cxx.
191 if (MuonDetMgrDS->getTreeTop(0)==detMgr.
getTreeTop(0))
return StatusCode::SUCCESS;
196 GeoVolumeCursor detStoreCursor{MuonDetMgrDS->getTreeTop(0)};
197 while (!detStoreCursor.atEnd()) {
198 PVConstLink worldNode(detStoreCursor.getVolume());
200 const GeoLogVol* logVol = worldNode->getLogVol();
201 const std::string_view vname = logVol->getName();
202 detStoreCursor.next();
203 if (vname.find(
"Station") != std::string::npos)
continue;
205 const GeoVPhysVol& pvConstLink = *worldNode;
206 ATH_MSG_DEBUG(
"Volume in the static world "<<vname<<
" "<<
typeid(pvConstLink).
name()
208 condMgrWorld->add(make_intrusive<GeoTransform>(
transform));
209 condMgrWorld->add(const_pointer_cast(worldNode));
211 return StatusCode::SUCCESS;
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode MuonDetectorCondAlg::execute |
( |
const EventContext & |
ctx | ) |
const |
|
finaloverridevirtual |
Create a new world with the same dimensions as ATLAS. Decouple the ATLAS and the aligned muon world Otherwise the created GeoModelTree is never deleted if the alignment constants go out of scope
Definition at line 43 of file MuonDetectorCondAlg.cxx.
50 if (writeHandle.isValid()) {
51 ATH_MSG_DEBUG(
"CondHandle " << writeHandle.fullKey() <<
" is already valid."
52 <<
". In theory this should not be called, but may happen"
53 <<
" if multiple concurrent events are being processed out of order.");
54 return StatusCode::SUCCESS;
62 PVConstLink ATLASWorld = theExpt->
getPhysVol();
63 GeoIntrusivePtr<GeoPhysVol> world{make_intrusive<GeoPhysVol>(ATLASWorld->getLogVol())};
68 std::unique_ptr<MuonGM::MuonDetectorManager> MuonMgrData(
mgr);
74 if (MuonMgrData->mmIdHelper() && MuonMgrData->stgcIdHelper()) {
79 if(!readMmPass.isValid()){
80 ATH_MSG_ERROR(
"Cannot find conditions data container for MM passivation!");
81 return StatusCode::FAILURE;
83 writeHandle.addDependency(readMmPass);
84 success = theBuilder.BuildReadoutGeometry(MuonMgrData.get(), readMmPass.cptr());
87 success = theBuilder.BuildReadoutGeometry(MuonMgrData.get(),
nullptr);
90 ATH_MSG_FATAL(
"unable to add NSW ReadoutGeometry in the MuonDetectorManager in conditions store");
91 return StatusCode::FAILURE;
101 if (!readILinesHandle.isValid()){
102 ATH_MSG_FATAL(
"Failed to retrieve the CSC I-line container "<<readILinesHandle.fullKey());
103 return StatusCode::FAILURE;
105 writeHandle.addDependency(readILinesHandle);
106 ATH_CHECK(MuonMgrData->updateCSCInternalAlignmentMap(**readILinesHandle));
114 if (!readMdtAsBuiltHandle.isValid()) {
116 return StatusCode::FAILURE;
118 writeHandle.addDependency(readMdtAsBuiltHandle);
119 ATH_CHECK(MuonMgrData->updateMdtAsBuiltParams(**readMdtAsBuiltHandle));
127 if(!readNswAsBuilt.isValid()) {
128 ATH_MSG_ERROR(
"Cannot find conditions data container for NSW as-built!");
129 return StatusCode::FAILURE;
131 writeHandle.addDependency(readNswAsBuilt);
132 MuonMgrData->setNswAsBuilt(*readNswAsBuilt);
137 if(!readsTGCAsBuilt2.isValid()){
138 ATH_MSG_ERROR(
"Cannot find conditions data container for sTGC as-built 2");
139 return StatusCode::FAILURE;
141 writeHandle.addDependency(readsTGCAsBuilt2);
142 MuonMgrData->setsTGCAsBuilt2(*readsTGCAsBuilt2);
151 if (!readALinesHandle.isValid()) {
153 return StatusCode::FAILURE;
155 writeHandle.addDependency(readALinesHandle);
156 ATH_CHECK(MuonMgrData->updateAlignment(**readALinesHandle));
157 }
else ATH_MSG_INFO(
"Do not apply the A Lines of the alignment");
164 if (!readBLinesHandle.isValid()) {
166 return StatusCode::FAILURE;
168 writeHandle.addDependency(readBLinesHandle);
169 ATH_CHECK (MuonMgrData->updateDeformations(**readBLinesHandle));
170 }
else ATH_MSG_INFO(
"Do not apply the B Lines of the alignment");
174 MuonMgrData->addTreeTop(world);
176 if (world->refCount() != 2) {
177 ATH_MSG_FATAL(
"The leaking reference counter to the GeoModel world detected "<<world->refCount());
178 return StatusCode::FAILURE;
180 ATH_CHECK(writeHandle.record(std::move(MuonMgrData)));
181 ATH_MSG_INFO(
"recorded new " << writeHandle.key() <<
" with range " << writeHandle.getRange() <<
" into Conditions Store");
183 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ initialize()
StatusCode MuonDetectorCondAlg::initialize |
( |
| ) |
|
|
finaloverridevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ isReEntrant()
virtual bool MuonDetectorCondAlg::isReEntrant |
( |
| ) |
const |
|
inlinefinaloverridevirtual |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_applyALines
Gaudi::Property<bool> MuonDetectorCondAlg::m_applyALines {this, "applyALines", true} |
|
private |
◆ m_applyBLines
Gaudi::Property<bool> MuonDetectorCondAlg::m_applyBLines {this, "applyBLines", true} |
|
private |
◆ m_applyILines
Gaudi::Property<bool> MuonDetectorCondAlg::m_applyILines {this, "applyILines", true} |
|
private |
◆ m_applyMdtAsBuilt
Gaudi::Property<bool> MuonDetectorCondAlg::m_applyMdtAsBuilt |
|
private |
Initial value:{this, "applyMdtAsBuilt", true,
"Toggles the application of the Mdt as-built parameters"}
Definition at line 42 of file MuonDetectorCondAlg.h.
◆ m_applyMmPassivation
Gaudi::Property<bool> MuonDetectorCondAlg::m_applyMmPassivation {this, "applyMmPassivation", false} |
|
private |
◆ m_applyNswAsBuilt
Gaudi::Property<bool> MuonDetectorCondAlg::m_applyNswAsBuilt |
|
private |
Initial value:{this, "applyNswAsBuilt", true,
"Toggles the application of the Nsw as-built parameters"}
Definition at line 37 of file MuonDetectorCondAlg.h.
◆ m_applysTGCAsBuilt2
Gaudi::Property<bool> MuonDetectorCondAlg::m_applysTGCAsBuilt2 |
|
private |
Initial value:{this, "applysTGCAsBuilt2", false,
"Toggles the application of the alternative sTGC as-built parameters"}
Definition at line 39 of file MuonDetectorCondAlg.h.
◆ m_condMmPassivKey
◆ m_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_idHelperSvc
◆ m_iGeoModelTool
◆ m_readALineKey
◆ m_readBLineKey
◆ m_readILineKey
Initial value:{this, "ReadILineKey", "CscInternalAlignmentContainer",
"Key of input muon alignment CSC/ILine condition data"}
Definition at line 57 of file MuonDetectorCondAlg.h.
◆ m_readMdtAsBuiltKey
◆ m_readNswAsBuiltKey
◆ m_readsTGCAsBuilt2Key
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_writeDetectorManagerKey
Initial value:{this, "WriteDetectorManagerKey", "MuonDetectorManager",
"Key of output MuonDetectorManager condition data"}
Definition at line 65 of file MuonDetectorCondAlg.h.
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
Gaudi::Property< bool > m_applysTGCAsBuilt2
GeoPhysVol * getPhysVol()
Destructor.
SG::ReadCondHandleKey< NswPassivationDbData > m_condMmPassivKey
SG::ReadCondHandleKey< NswAsBuiltDbData > m_readNswAsBuiltKey
ToolHandle< MuonDetectorTool > m_iGeoModelTool
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
Gaudi::Property< bool > m_applyALines
Apply translations and rotations to align the Muon stations.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
SG::ReadCondHandleKey< BLineContainer > m_readBLineKey
bool empty() const
Test if the key is blank.
SG::ReadCondHandleKey< ALineContainer > m_readILineKey
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Gaudi::Property< bool > m_applyNswAsBuilt
virtual void setOwner(IDataHandleHolder *o)=0
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
StatusCode copyInertMaterial(MuonGM::MuonDetectorManager &detMgr) const
Gaudi::Property< bool > m_applyBLines
Apply the chamber deformation model (Mdts + Nsw)
std::string toString(const Translation3D &translation, int precision=4)
GeoPrimitvesToStringConverter.
AthReentrantAlgorithm()
Default constructor:
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
Eigen::Affine3d Transform3D
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
static EventIDRange infiniteRunLB()
Produces an EventIDRange that is infinite in RunLumi and invalid in Time.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
SG::ReadCondHandleKey< ALineContainer > m_readALineKey
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
SG::ReadCondHandleKey< sTGCAsBuiltData2 > m_readsTGCAsBuilt2Key
virtual StatusCode sysInitialize() override
Override sysInitialize.
StatusCode initialize(bool used=true)
SG::ReadCondHandleKey< MdtAsBuiltContainer > m_readMdtAsBuiltKey
Gaudi::Property< bool > m_applyILines
Apply internal transformations on the CSCs.
SG::WriteCondHandleKey< MuonGM::MuonDetectorManager > m_writeDetectorManagerKey
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
#define ATH_MSG_WARNING(x)
Gaudi::Property< bool > m_applyMdtAsBuilt
virtual PVConstLink getTreeTop(unsigned int i) const
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Gaudi::Property< bool > m_applyMmPassivation
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>