 |
ATLAS Offline Software
|
Go to the documentation of this file.
3 #ifndef FPGATRACKSIMLORENTZANGLETOOL_H
4 #define FPGATRACKSIMLORENTZANGLETOOL_H
21 class PixelDetectorManager;
22 class SCT_DetectorManager;
38 Gaudi::Property<bool>
m_useAthenaLorentzAngleTools{
this,
"UseAthenaLorentzAngleTools",
false,
"Use Athena Lorentz Angle tools to get the Lorentz angle shift"};
39 Gaudi::Property<bool>
m_shiftGlobalPosition{
this,
"shiftGlobalPosition",
true,
"Shift the global position of the hit along with the local position"};
41 ToolHandle<ISiLorentzAngleTool>
m_lorentzAngleToolPixel {
this,
"LorentzAngleToolPixel",
"SiLorentzAngleTool/PixelLorentzAngleTool",
"Tool to retrieve Lorentz angle of Pixel"};
42 ToolHandle<ISiLorentzAngleTool>
m_lorentzAngleToolStrip {
this,
"LorentzAngleToolStrip",
"SiLorentzAngleTool/SCTLorentzAngleTool",
"Tool to retrieve Lorentz angle of SCT"};
67 #endif // FPGATRACKSIMLORENTZANGLETOOL_H
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.
: FPGATrackSim-specific class to represent an hit in the detector.