|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef INDETEXTENSIONPROCESSOR_H
10 #define INDETEXTENSIONPROCESSOR_H
23 #include "GaudiKernel/ToolHandle.h"
56 const std::vector<const Trk::MeasurementBase*>&)
const;
62 this,
"TrackName",
"Tracks",
"Name of the input Trackcollection"};
64 this,
"ExtensionMap",
"TrackExtensionMap",
"Name of the input extension map"};
66 this,
"NewTrackName",
"ExtendedTrack",
"Name of the output Trackcollection"};
69 this,
"TrackFitter",
"Trk::KalmanFitter/InDetTrackFitter",
70 "Toolhandle for the track fitter"};
73 this,
"TrackSummaryTool",
""};
76 this,
"ScoringTool",
"Trk::TrackScoringTool",
77 "Toolhandle for the track scorer"};
80 this,
"Cosmics",
false,
"switch whether we are running on cosmics"};
82 this,
"runOutlier",
true,
"switch whether to run outlier logics or not"};
84 this,
"keepFailedExtension",
true,
85 "switch whether to keep failed extension as outlier hits on the new track"};
87 this,
"RefitPrds",
true,
88 "switch whether to do the fit with re-calibrated clusters (true) or not"};
90 this,
"matEffects", 3,
91 "particle hypothesis to assume for material effects in track fit"};
93 this,
"suppressHoleSearch",
false,
"suppressing hole search for comparison"};
95 this,
"tryBremFit",
false,
"brem recovery mode"};
97 this,
"caloSeededBrem",
false,
"calo seeded brem recovery"};
99 this,
"pTminBrem", 1000.,
"min pT for trying a brem recovery"};
101 this,
"etaBounds", {0.8, 1.6, 2.10},
"eta intervals for internal monitoring"};
126 #endif //INDETEXTENSIONPROCESSOR_H
std::atomic< int > m_Nevents ATLAS_THREAD_SAFE
std::array< std::array< std::atomic< int >, Nregions >, nTypes > m_counters ATLAS_THREAD_SAFE
PublicToolHandle< Trk::ITrackFitter > m_trackFitter
ToolHandle< Trk::IExtendedTrackSummaryTool > m_trackSummaryTool
InDetExtensionProcessor(const std::string &name, ISvcLocator *pSvcLocator)
Default Algorithm constructor with parameters.
FloatProperty m_pTminBrem
BooleanProperty m_suppressHoleSearch
Trk::Track * trackPlusExtension(const EventContext &ctx, const Trk::Track *, const std::vector< const Trk::MeasurementBase * > &) const
internal structuring: creates new track with original one plus extension as outliers
Gaudi::Property< Trk::RunOutlierRemoval > m_runOutlier
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
IntegerProperty m_matEffects
Property holding a SG store/key/clid from which a WriteHandle is made.
BooleanProperty m_keepFailedExtensionOnTrack
BooleanProperty m_tryBremFit
::StatusCode StatusCode
StatusCode definition for legacy code.
TrackCollection * createExtendedTracks(const EventContext &ctx, const TrackCollection *tracks_in, const TrackExtensionMap *track_extension_map) const
process events
StatIndex
internal monitoring: categories for counting different types of extension results
PublicToolHandle< Trk::ITrackScoringTool > m_scoringTool
BooleanProperty m_refitPrds
void incrementRegionCounter(std::array< std::atomic< int >, 4 > &, const Trk::Track *, bool=true) const
monitoring and validation: does success/failure counting for each detector region
virtual StatusCode execute(const EventContext &ctx) const
Gaudi::Property< std::vector< float > > m_etabounds
SG::ReadHandleKey< TrackCollection > m_trackName
MsgStream & dumpStat(MsgStream &out) const
virtual StatusCode initialize()
BooleanProperty m_cosmics
Algorithm to process a TrackExtensionMap, refit the extended tracks and decide if the old track is to...
AUTO - An Undocumented Tracking Object.
virtual StatusCode finalize()
BooleanProperty m_caloSeededBrem
Define macros for attributes used to control the static checker.
SG::ReadHandleKey< TrackExtensionMap > m_extensionMapName
Trk::ParticleHypothesis m_particleHypothesis
nomen est omen
SG::WriteHandleKey< TrackCollection > m_newTrackName