|
ATLAS Offline Software
|
Go to the documentation of this file.
3 #ifndef FPGATRACKSIMTRACKINGTOOLBASE_H
4 #define FPGATRACKSIMTRACKINGTOOLBASE_H
6 #include "GaudiKernel/ServiceHandle.h"
32 ToolHandle<IFPGATrackSimRoadFilterTool>
m_spRoadFilterTool {
this,
"SPRoadFilterTool",
"FPGATrackSimSpacepointRoadFilterTool",
"Spacepoint Road Filter Tool"};
34 Gaudi::Property<bool>
m_doRegionalMapping{
this,
"RegionalMapping",
false,
"Use the sub-region maps to define the sector" };
35 Gaudi::Property<bool>
m_doEtaPatternConsts{
this,
"doEtaPatternConsts",
false,
"Whether to use the eta pattern tool for constant generation" };
36 Gaudi::Property<bool>
m_useSpacePoints{
this,
"useSpacePoints",
false,
"Whether we are using spacepoints." };
37 Gaudi::Property<bool>
m_useSectors {
this,
"useSectors",
false,
"Will reverse calculate the sector for track-fitting purposes" };
38 Gaudi::Property<bool>
m_idealGeoRoads {
this,
"IdealGeoRoads",
true,
"Set sectors to use ideal geometry fit constants" };
39 Gaudi::Property<bool>
m_isSecondStage {
this,
"IdealGeoRoads",
true,
"Set sectors to use ideal geometry fit constants" };
40 Gaudi::Property <bool>
m_do2ndStage {
this,
"Do2ndStageTrackFit",
false,
"Do 2nd stage track fit"};
43 #endif // FPGATRACKSIMTRACKINGTOOLBASE_H
Maps physical layers to logical layers.
::StatusCode StatusCode
StatusCode definition for legacy code.
Defines a class for roads.
This file declares a class that stores the module IDs of the sectors.