|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef ACTSGEOMETRY_ACTSDETALIGNCONDALG_H
5 #define ACTSGEOMETRY_ACTSDETALIGNCONDALG_H
52 "Toggle whether the tracking geometry svc shall be retrieved"};
55 "Toggle whether the detector volume svc shall be retrieved"};
Gaudi::Property< bool > m_loadTrkGeoSvc
DetectorType
Simple enum to Identify the Type of the ACTS sub detector.
bool isReEntrant() const override final
Switch off reentrancy to avoid condition clashes.
Gaudi::Property< bool > m_fillAlignStoreCache
Flag toggling whether the alignment store shall be filled with the transforms or not.
@ UnDefined
Small Thing Gap chambers (NSW)
ServiceHandle< IActsTrackingGeometrySvc > m_trackingGeoSvc
ServiceHandle to the ActsTrackingGeometry.
StatusCode execute(const EventContext &ctx) const override final
Gaudi::Property< int > m_detType
Flag determining the subdetector. Needs to be static castable to DetectorType.
bool const RAWDATA *ch2 const
An algorithm that can be simultaneously executed in multiple threads.
StatusCode initialize() override final
DetectorAlignCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Standard constructor.
ServiceHandle< ActsTrk::IDetectorVolumeSvc > m_detVolSvc
ServiceHandle to the IDetectorVolumeSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
DetectorType m_Type
Static cast of >DetectorType< property.
SG::ReadCondHandleKey< GeoAlignmentStore > m_inputKey
Key to the alignment transformations for the detector volumes.
SG::WriteCondHandleKey< DetectorAlignStore > m_outputKey
Key to the alignment transformations written by the alg.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Gaudi::Property< bool > m_loadDetVolSvc
virtual ~DetectorAlignCondAlg()