|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef TRACKINGGEOMETRYCONDALG_H
7 #define TRACKINGGEOMETRYCONDALG_H
19 #include "GaudiKernel/ToolHandle.h"
35 "TrackingGeometryWriteKey",
36 "AtlasTrackingGeometry",
37 "Key of output of TrackingGeometry for ID"
44 ToolHandleArray<Trk::IGeometryProcessor>
46 Gaudi::Property<bool>
m_dumpGeo{
this,
"DumpGeo",
false,
"Dumps the Tracking geometry for debugging purposes"};
49 #endif //TRACKINGGEOMETRYCONDALG_H
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
SG::WriteCondHandleKey< TrackingGeometry > m_trackingGeometryWriteKey
Output conditions object.
Gaudi::Property< bool > m_dumpGeo
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual ~TrackingGeometryCondAlg() override=default
ToolHandleArray< Trk::IGeometryProcessor > m_geometryProcessors
Ensure that the ATLAS eigen extensions are properly loaded.
TrackingGeometryCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute() override final
ToolHandle< Trk::IGeometryBuilderCond > m_trackingGeometryBuilder
virtual StatusCode initialize() override final