|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSGEOMETRY_ACTSWRITETRACKINGGEOMETRYTRANSFORMS_H
6 #define ACTSGEOMETRY_ACTSWRITETRACKINGGEOMETRYTRANSFORMS_H
10 #include "GaudiKernel/ServiceHandle.h"
12 #include "Gaudi/Property.h"
13 #include "GaudiKernel/ISvcLocator.h"
28 class TrackingGeometry;
47 ToolHandle<IActsTrackingGeometryTool>
m_trackingGeometryTool{
this,
"TrackingGeometryTool",
"ActsTrackingGeometryTool"};
49 Gaudi::Property<std::string>
m_outputName{
this,
"OutputName",
"transforms.csv",
"Filename to write the transform output to"};
50 Gaudi::Property<bool>
m_writeFullTransform{
this,
"WriteFullTransform",
false,
"Decide if full transformation needs to be written"};
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
::StatusCode StatusCode
StatusCode definition for legacy code.