3#ifndef FPGATRACKSIMLORENTZANGLETOOL_H
4#define FPGATRACKSIMLORENTZANGLETOOL_H
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"};
: FPGATrackSim-specific class to represent an hit in the detector.
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...
Base class for Pixel and SCT Detector managers.
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...
This is an Identifier helper class for the Pixel subdetector.
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
This is an Identifier helper class for the SCT subdetector.