ATLAS Offline Software
|
#include <TrackFindingAlg.h>
Classes | |
struct | BranchState |
struct | CKF_pimpl |
Public Member Functions | |
TrackFindingAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
virtual | ~TrackFindingAlg () |
virtual StatusCode | initialize () override |
virtual StatusCode | finalize () override |
virtual StatusCode | execute (const EventContext &ctx) const override |
virtual StatusCode | sysInitialize () override |
Override sysInitialize. More... | |
virtual bool | isClonable () const override |
Specify if the algorithm is clonable. More... | |
virtual unsigned int | cardinality () const override |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More... | |
virtual StatusCode | sysExecute (const EventContext &ctx) override |
Execute an algorithm. More... | |
virtual const DataObjIDColl & | extraOutputDeps () const override |
Return the list of extra output dependencies. More... | |
virtual bool | filterPassed (const EventContext &ctx) const |
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | evtStore () const |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More... | |
virtual StatusCode | sysStart () override |
Handle START transition. More... | |
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
Return this algorithm's input handles. More... | |
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
Return this algorithm's output handles. More... | |
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
Declare a new Gaudi property. More... | |
void | updateVHKA (Gaudi::Details::PropertyBase &) |
MsgStream & | msg () const |
MsgStream & | msg (const MSG::Level lvl) const |
bool | msgLvl (const MSG::Level lvl) const |
Protected Member Functions | |
void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
remove all handles from I/O resolution More... | |
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > | renounce (T &h) |
void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
Add StoreName to extra input/output deps as needed. More... | |
Private Types | |
enum | EStat : std::size_t { kNTotalSeeds, kNoTrackParam, kNUsedSeeds, kNoTrack, kNDuplicateSeeds, kNOutputTracks, kNRejectedRefinedSeeds, kNSelectedTracks, kNStoppedTracksMaxHoles, kMultipleBranches, kNoSecond, kNStoppedTracksMinPt, kNStoppedTracksMaxEta, kNStat } |
using | EventStats = std::vector< std::array< unsigned int, kNStat > > |
typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
StatusCode | initializeMeasurementSelector () |
StatusCode | findTracks (const EventContext &ctx, const Acts::TrackingGeometry &trackingGeometry, const ActsTrk::DetectorElementToActsGeometryIdMap &detectorElementToGeoId, const detail::TrackFindingMeasurements &measurements, detail::DuplicateSeedDetector &duplicateSeedDetector, const ActsTrk::BoundTrackParametersContainer &estimatedTrackParameters, const ActsTrk::SeedContainer *seeds, ActsTrk::MutableTrackContainer &tracksContainer, size_t seedCollectionIndex, const char *seedType, EventStats &event_stat) const |
invoke track finding procedure More... | |
void | storeSeedInfo (const detail::RecoTrackContainer &tracksContainer, const detail::RecoTrackContainerProxy &track, detail::DuplicateSeedDetector &duplicateSeedDetector) const |
CKF_pimpl & | trackFinder () |
const CKF_pimpl & | trackFinder () const |
void | checkPixelStripCounts (const detail::RecoTrackContainer::TrackProxy &track) const |
std::array< bool, 3 > | selectPixelStripCounts (const detail::RecoTrackContainer::TrackProxy &track, double eta) const |
void | initStatTables () |
void | copyStats (const EventStats &event_stat) const |
void | printStatTables () const |
std::size_t | nSeedCollections () const |
std::size_t | seedCollectionStride () const |
std::size_t | getStatCategory (std::size_t seed_collection, float eta) const |
std::size_t | computeStatSum (std::size_t seed_collection, EStat counter_i, const EventStats &stat) const |
const Acts::Logger & | logger () const |
Private access to the logger. More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
specialization for handling Gaudi::Property<SG::VarHandleKey> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
specialization for handling Gaudi::Property<SG::VarHandleBase> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More... | |
Static Private Member Functions | |
static xAOD::UncalibMeasType | measurementType (const detail::RecoTrackContainer::TrackStateProxy &trackState) |
static void | addPixelStripCounts (detail::RecoTrackContainer &tracksContainer) |
static void | initPixelStripCounts (const detail::RecoTrackContainer::TrackProxy &track) |
static void | updatePixelStripCounts (const detail::RecoTrackContainer::TrackProxy &track, Acts::ConstTrackStateType typeFlags, xAOD::UncalibMeasType detType) |
static void | copyPixelStripCounts (const detail::RecoTrackContainer::TrackProxy &track, const detail::RecoTrackContainer::TrackProxy &other) |
Private Attributes | |
ToolHandle< GenericMonitoringTool > | m_monTool {this, "MonTool", "", "Monitoring tool"} |
ToolHandle< IActsExtrapolationTool > | m_extrapolationTool {this, "ExtrapolationTool", ""} |
ToolHandle< IActsTrackingGeometryTool > | m_trackingGeometryTool {this, "TrackingGeometryTool", ""} |
ToolHandle< ActsTrk::TrackStatePrinterTool > | m_trackStatePrinter {this, "TrackStatePrinter", "", "optional track state printer"} |
ToolHandle< ActsTrk::IFitterTool > | m_fitterTool {this, "FitterTool", "", "Fitter Tool for Seeds"} |
ToolHandle< ActsTrk::IOnTrackCalibratorTool< detail::RecoTrackStateContainer > > | m_pixelCalibTool |
ToolHandle< ActsTrk::IOnTrackCalibratorTool< detail::RecoTrackStateContainer > > | m_stripCalibTool |
ToolHandle< ActsTrk::IOnTrackCalibratorTool< detail::RecoTrackStateContainer > > | m_hgtdCalibTool |
SG::ReadHandleKeyArray< ActsTrk::SeedContainer > | m_seedContainerKeys {this, "SeedContainerKeys", {}, "Seed containers"} |
SG::ReadHandleKeyArray< ActsTrk::BoundTrackParametersContainer > | m_estimatedTrackParametersKeys {this, "EstimatedTrackParametersKeys", {}, "containers of estimated track parameters from seeding"} |
SG::ReadHandleKeyArray< xAOD::UncalibratedMeasurementContainer > | m_uncalibratedMeasurementContainerKeys {this, "UncalibratedMeasurementContainerKeys", {}, "input cluster collections"} |
SG::ReadCondHandleKey< ActsTrk::DetectorElementToActsGeometryIdMap > | m_detectorElementToGeometryIdMapKey |
SG::WriteHandleKey< ActsTrk::TrackContainer > | m_trackContainerKey {this, "ACTSTracksLocation", "", "Output track collection (ActsTrk variant)"} |
ActsTrk::MutableTrackContainerHandlesHelper | m_tracksBackendHandlesHelper |
Gaudi::Property< unsigned int > | m_maxPropagationStep {this, "maxPropagationStep", 1000, "Maximum number of steps for one propagate call"} |
Gaudi::Property< bool > | m_skipDuplicateSeeds {this, "skipDuplicateSeeds", true, "skip duplicate seeds before calling CKF"} |
Gaudi::Property< std::vector< bool > > | m_refitSeeds {this, "refitSeeds", {}, "Run KalmanFitter on seeds before passing to CKF, specified separately for each seed collection"} |
Gaudi::Property< std::vector< double > > | m_etaBins {this, "etaBins", {}, "bins in |eta| to specify variable selections"} |
Gaudi::Property< std::vector< double > > | m_chi2CutOff {this, "chi2CutOff", {}, "MeasurementSelector: maximum local chi2 contribution"} |
Gaudi::Property< std::vector< double > > | m_chi2OutlierCutOff {this, "chi2OutlierCutOff", {}, "MeasurementSelector: maximum local chi2 contribution for outlier"} |
Gaudi::Property< std::vector< size_t > > | m_numMeasurementsCutOff {this, "numMeasurementsCutOff", {}, "MeasurementSelector: maximum number of associated measurements on a single surface"} |
Gaudi::Property< std::vector< std::size_t > > | m_ptMinMeasurements {this, "ptMinMeasurements", {}, "if specified for the given seed collection, applies ptMin cut in branch stopper once ptMinMinMeasurements have been encountered"} |
Gaudi::Property< std::vector< std::size_t > > | m_absEtaMaxMeasurements {this, "absEtaMaxMeasurements", {}, "if specified for the given seed collection, applies absEtaMax cut in branch stopper once absEtaMaxMeasurements have been encountered"} |
Gaudi::Property< bool > | m_doBranchStopper {this, "doBranchStopper", true, "use branch stopper"} |
Gaudi::Property< bool > | m_doTwoWay {this, "doTwoWay", true, "run CKF twice, first with forward propagation with smoothing, then with backward propagation"} |
Gaudi::Property< std::vector< bool > > | m_reverseSearch {this, "reverseSearch", {}, "Whether to run the finding in seed parameter direction (false or not specified) or reverse direction (true), specified separately for each seed collection"} |
Gaudi::Property< double > | m_branchStopperPtMinFactor {this, "branchStopperPtMinFactor", 1.0, "factor to multiply ptMin cut when used in the branch stopper"} |
Gaudi::Property< double > | m_branchStopperAbsEtaMaxExtra {this, "branchStopperAbsEtaMaxExtra", 0.0, "increase absEtaMax cut when used in the branch stopper"} |
Gaudi::Property< std::vector< double > > | m_phiMin {this, "phiMin", {}, "TrackSelector: phiMin"} |
Gaudi::Property< std::vector< double > > | m_phiMax {this, "phiMax", {}, "TrackSelector: phiMax"} |
Gaudi::Property< std::vector< double > > | m_etaMin {this, "etaMin", {}, "TrackSelector: etaMin"} |
Gaudi::Property< std::vector< double > > | m_etaMax {this, "etaMax", {}, "TrackSelector: etaMax"} |
Gaudi::Property< double > | m_absEtaMin {this, "absEtaMin", 0.0, "TrackSelector: absEtaMin"} |
Gaudi::Property< double > | m_absEtaMax {this, "absEtaMax", std::numeric_limits<double>::max(), "TrackSelector: absEtaMax"} |
Gaudi::Property< std::vector< double > > | m_ptMin {this, "ptMin", {}, "TrackSelector: ptMin"} |
Gaudi::Property< std::vector< double > > | m_ptMax {this, "ptMax", {}, "TrackSelector: ptMax"} |
Gaudi::Property< std::vector< double > > | m_d0Min {this, "d0Min", {}, "TrackSelector: d0Min"} |
Gaudi::Property< std::vector< double > > | m_d0Max {this, "d0Max", {}, "TrackSelector: d0Max"} |
Gaudi::Property< std::vector< double > > | m_z0Min {this, "z0Min", {}, "TrackSelector: z0Min"} |
Gaudi::Property< std::vector< double > > | m_z0Max {this, "z0Max", {}, "TrackSelector: z0Max"} |
Gaudi::Property< std::vector< std::size_t > > | m_minMeasurements {this, "minMeasurements", {}, "TrackSelector: minMeasurements"} |
Gaudi::Property< std::vector< std::size_t > > | m_maxHoles {this, "maxHoles", {}, "TrackSelector: maxHoles"} |
Gaudi::Property< std::vector< std::size_t > > | m_maxOutliers {this, "maxOutliers", {}, "TrackSelector: maxOutliers"} |
Gaudi::Property< std::vector< std::size_t > > | m_maxSharedHits {this, "maxSharedHits", {}, "TrackSelector: maxSharedHits"} |
Gaudi::Property< std::vector< double > > | m_maxChi2 {this, "maxChi2", {}, "TrackSelector: maxChi2"} |
Gaudi::Property< bool > | m_addPixelStripCounts {this, "addPixelStripCounts", true, "keep separate pixel and strip counts and apply the following cuts"} |
Gaudi::Property< std::vector< std::size_t > > | m_minPixelHits {this, "minPixelHits", {}, "minimum number of pixel hits"} |
Gaudi::Property< std::vector< std::size_t > > | m_minStripHits {this, "minStripHits", {}, "minimum number of strip hits"} |
Gaudi::Property< std::vector< std::size_t > > | m_maxPixelHoles {this, "maxPixelHoles", {}, "maximum number of pixel holes"} |
Gaudi::Property< std::vector< std::size_t > > | m_maxStripHoles {this, "maxStripHoles", {}, "maximum number of strip holes"} |
Gaudi::Property< std::vector< std::size_t > > | m_maxPixelOutliers {this, "maxPixelOutliers", {}, "maximum number of pixel outliers"} |
Gaudi::Property< std::vector< std::size_t > > | m_maxStripOutliers {this, "maxStripOutliers", {}, "maximum number of strip outliers"} |
Gaudi::Property< std::vector< float > > | m_statEtaBins {this, "StatisticEtaBins", {-4, -2.6, -2, 0, 2., 2.6, 4}, "Gather statistics separately for these bins."} |
Gaudi::Property< std::vector< std::string > > | m_seedLabels {this, "SeedLabels", {}, "One label per seed key used in outputs"} |
Gaudi::Property< bool > | m_dumpAllStatEtaBins {this, "DumpEtaBinsForAll", false, "Dump eta bins of all statistics counter."} |
Gaudi::Property< bool > | m_useDefaultMeasurementSelector {this, "UseDefaultActsMeasurementSelector", true, ""} |
std::unique_ptr< ActsTrk::IMeasurementSelector > | m_measurementSelector |
std::unique_ptr< CKF_pimpl > | m_trackFinder |
bool | m_useAbsEtaForStat = false |
std::mutex m_mutex | ATLAS_THREAD_SAFE |
std::vector< std::array< std::size_t, kNStat > > m_stat | ATLAS_THREAD_SAFE {} |
std::unique_ptr< const Acts::Logger > | m_logger |
logging instance More... | |
DataObjIDColl | m_extendedExtraObjects |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More... | |
StoreGateSvc_t | m_evtStore |
Pointer to StoreGate (event store by default) More... | |
StoreGateSvc_t | m_detStore |
Pointer to StoreGate (detector store by default) More... | |
std::vector< SG::VarHandleKeyArray * > | m_vhka |
bool | m_varHandleArraysDeclared |
Static Private Attributes | |
static constexpr BranchState | s_branchState {} |
Definition at line 59 of file TrackFindingAlg.h.
|
private |
Definition at line 170 of file TrackFindingAlg.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
private |
Definition at line 153 of file TrackFindingAlg.h.
ActsTrk::TrackFindingAlg::TrackFindingAlg | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator | ||
) |
Definition at line 58 of file TrackFindingAlg.cxx.
|
virtualdefault |
|
staticprivate |
Definition at line 892 of file TrackFindingAlg.cxx.
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
|
private |
Definition at line 950 of file TrackFindingAlg.cxx.
|
inlineprivate |
Definition at line 1220 of file TrackFindingAlg.cxx.
|
staticprivate |
Definition at line 938 of file TrackFindingAlg.cxx.
|
private |
Definition at line 1012 of file TrackFindingAlg.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>
Definition at line 199 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 259 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore
Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 85 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 90 of file AthCommonDataStore.h.
|
overridevirtual |
Definition at line 259 of file TrackFindingAlg.cxx.
|
protectedinherited |
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
|
inlinevirtualinherited |
Definition at line 135 of file AthReentrantAlgorithm.h.
|
overridevirtual |
Definition at line 251 of file TrackFindingAlg.cxx.
|
private |
invoke track finding procedure
ctx | - event context |
measurements | - measurements container |
estimatedTrackParameters | - estimates |
seeds | - spacepoint triplet seeds |
tracksContainer | - output tracks |
tracksCollection | - auxiliary output for downstream tools compatibility (to be removed in the future) |
seedCollectionIndex | - index of seeds in measurements |
seedType | name of type of seeds (strip or pixel) - only used for messages |
Definition at line 390 of file TrackFindingAlg.cxx.
|
inlineprivate |
Definition at line 1210 of file TrackFindingAlg.cxx.
|
overridevirtual |
Definition at line 68 of file TrackFindingAlg.cxx.
|
private |
Definition at line 1234 of file TrackFindingAlg.cxx.
|
staticprivate |
Definition at line 903 of file TrackFindingAlg.cxx.
|
private |
Definition at line 993 of file TrackFindingAlg.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, InDet::SiSPGNNTrackMaker, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
|
inlineprivate |
Private access to the logger.
Definition at line 259 of file TrackFindingAlg.h.
|
staticprivate |
Definition at line 875 of file TrackFindingAlg.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 27 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
inlineprivate |
Definition at line 243 of file TrackFindingAlg.h.
|
overridevirtualinherited |
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
private |
Definition at line 1028 of file TrackFindingAlg.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
inlineprivate |
Definition at line 247 of file TrackFindingAlg.h.
|
private |
Definition at line 969 of file TrackFindingAlg.cxx.
|
inlinevirtualinherited |
Definition at line 139 of file AthReentrantAlgorithm.h.
|
private |
Definition at line 853 of file TrackFindingAlg.cxx.
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
private |
Definition at line 55 of file TrackFindingAlg.cxx.
|
private |
Definition at line 56 of file TrackFindingAlg.cxx.
|
staticprivate |
Definition at line 914 of file TrackFindingAlg.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
mutableprivate |
Definition at line 255 of file TrackFindingAlg.h.
|
mutableprivate |
Definition at line 256 of file TrackFindingAlg.h.
|
private |
Definition at line 124 of file TrackFindingAlg.h.
|
private |
Definition at line 110 of file TrackFindingAlg.h.
|
private |
Definition at line 123 of file TrackFindingAlg.h.
|
private |
Definition at line 138 of file TrackFindingAlg.h.
|
private |
Definition at line 115 of file TrackFindingAlg.h.
|
private |
Definition at line 114 of file TrackFindingAlg.h.
|
private |
Definition at line 106 of file TrackFindingAlg.h.
|
private |
Definition at line 107 of file TrackFindingAlg.h.
|
private |
Definition at line 128 of file TrackFindingAlg.h.
|
private |
Definition at line 127 of file TrackFindingAlg.h.
|
private |
Definition at line 93 of file TrackFindingAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 111 of file TrackFindingAlg.h.
|
private |
Definition at line 112 of file TrackFindingAlg.h.
|
private |
Definition at line 149 of file TrackFindingAlg.h.
|
private |
Definition at line 90 of file TrackFindingAlg.h.
|
private |
Definition at line 104 of file TrackFindingAlg.h.
|
private |
Definition at line 122 of file TrackFindingAlg.h.
|
private |
Definition at line 121 of file TrackFindingAlg.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
|
private |
Definition at line 76 of file TrackFindingAlg.h.
|
private |
Definition at line 79 of file TrackFindingAlg.h.
|
private |
Definition at line 84 of file TrackFindingAlg.h.
|
private |
logging instance
Definition at line 265 of file TrackFindingAlg.h.
|
private |
Definition at line 136 of file TrackFindingAlg.h.
|
private |
Definition at line 133 of file TrackFindingAlg.h.
|
private |
Definition at line 134 of file TrackFindingAlg.h.
|
private |
Definition at line 141 of file TrackFindingAlg.h.
|
private |
Definition at line 143 of file TrackFindingAlg.h.
|
private |
Definition at line 101 of file TrackFindingAlg.h.
|
private |
Definition at line 135 of file TrackFindingAlg.h.
|
private |
Definition at line 142 of file TrackFindingAlg.h.
|
private |
Definition at line 144 of file TrackFindingAlg.h.
|
private |
Definition at line 213 of file TrackFindingAlg.h.
|
private |
Definition at line 132 of file TrackFindingAlg.h.
|
private |
Definition at line 139 of file TrackFindingAlg.h.
|
private |
Definition at line 140 of file TrackFindingAlg.h.
|
private |
Definition at line 75 of file TrackFindingAlg.h.
|
private |
Definition at line 108 of file TrackFindingAlg.h.
|
private |
Definition at line 120 of file TrackFindingAlg.h.
|
private |
Definition at line 119 of file TrackFindingAlg.h.
|
private |
Definition at line 80 of file TrackFindingAlg.h.
|
private |
Definition at line 126 of file TrackFindingAlg.h.
|
private |
Definition at line 125 of file TrackFindingAlg.h.
|
private |
Definition at line 109 of file TrackFindingAlg.h.
|
private |
Definition at line 103 of file TrackFindingAlg.h.
|
private |
Definition at line 113 of file TrackFindingAlg.h.
|
private |
Definition at line 89 of file TrackFindingAlg.h.
|
private |
Definition at line 148 of file TrackFindingAlg.h.
|
private |
Definition at line 102 of file TrackFindingAlg.h.
|
private |
Definition at line 147 of file TrackFindingAlg.h.
|
private |
Definition at line 82 of file TrackFindingAlg.h.
|
private |
Definition at line 97 of file TrackFindingAlg.h.
|
private |
Definition at line 214 of file TrackFindingAlg.h.
|
private |
Definition at line 77 of file TrackFindingAlg.h.
|
private |
Definition at line 98 of file TrackFindingAlg.h.
|
private |
Definition at line 78 of file TrackFindingAlg.h.
|
private |
Definition at line 92 of file TrackFindingAlg.h.
|
private |
Definition at line 254 of file TrackFindingAlg.h.
|
private |
Definition at line 151 of file TrackFindingAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Definition at line 130 of file TrackFindingAlg.h.
|
private |
Definition at line 129 of file TrackFindingAlg.h.
|
staticconstexprprivate |
Definition at line 226 of file TrackFindingAlg.h.