![]() |
ATLAS Offline Software
|
#include <TrackFindingAlg.h>
Public Types | |
| using | ExpectedLayerPattern = std::array<unsigned int, 4> |
Public Member Functions | |
| TrackFindingAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~TrackFindingAlg ()=default |
| virtual StatusCode | initialize () override |
| virtual StatusCode | finalize () override |
| virtual StatusCode | execute (const EventContext &ctx) const override |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. | |
| virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. | |
| virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| 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. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Protected Types | |
| enum | EStat : std::size_t { kNTotalSeeds , kNoTrackParam , kNUsedSeeds , kNoTrack , kNDuplicateSeeds , kNNoEstimatedParams , kNOutputTracks , kNRejectedRefinedSeeds , kNSelectedTracks , kNStoppedTracksMaxHoles , kMultipleBranches , kNoSecond , kNStoppedTracksMinPt , kNStoppedTracksMaxEta , kNTotalSharedHits , kNForcedSeedMeasurements , kNStat } |
| using | TrackFinderOptions = Acts::CombinatorialKalmanFilterOptions<detail::RecoTrackContainer> |
| using | EventStats = std::vector<std::array<unsigned int, kNStat>> |
| using | TrkProxy = Acts::TrackProxy<Acts::VectorTrackContainer, Acts::VectorMultiTrajectory, Acts::detail::RefHolder, false> |
| using | BranchStopperResult = Acts::CombinatorialKalmanFilterBranchStopperResult |
Protected Member Functions | |
| CKF_pimpl & | trackFinder () |
| const CKF_pimpl & | trackFinder () const |
| StatusCode | initializeMeasurementSelector () |
| std::unique_ptr< ActsTrk::IMeasurementSelector > | setMeasurementSelector (const detail::TrackFindingMeasurements &measurements, TrackFinderOptions &options) const |
| Setup and attach measurement selector to KF options. | |
| TrackFindingDefaultOptions | getDefaultOptions (const DetectorContextHolder &detContext, const detail::TrackFindingMeasurements &measurements, const Acts::PerigeeSurface *pSurface) const |
| Get CKF options for first and second pass + pointer to MeasurementSelector. | |
| template<class HandleArrayKeyType, class ContainerType> | |
| StatusCode | getContainersFromKeys (const EventContext &ctx, HandleArrayKeyType &handleKeyArray, std::vector< const ContainerType * > &outputContainers, std::size_t &sum) const |
| Take the array of handle keys and for each key retrieve containers, then append them to the output vector. | |
| const Acts::TrackSelector::Config & | getCuts (double eta) const |
| Retrieves track selector configuration for given eta value. | |
| template<class MeasurementSource> | |
| std::unique_ptr< Acts::BoundTrackParameters > | doRefit (const MeasurementSource &measurement, const Acts::BoundTrackParameters &initialParameters, const DetectorContextHolder &detContext, const bool paramsAtOutermostSurface) const |
| Perform Kalman Filter fit and update given initialParameters. | |
| std::vector< typename detail::RecoTrackContainer::TrackProxy > | doTwoWayTrackFinding (const detail::RecoTrackStateContainerProxy &firstMeasurement, const TrkProxy &trackProxy, detail::RecoTrackContainer &tracksContainerTemp, const TrackFinderOptions &options) const |
| Perform two-way track finding. | |
| BranchStopperResult | stopBranch (const detail::RecoTrackContainer::TrackProxy &track, const detail::RecoTrackContainer::TrackStateProxy &trackState, const Acts::TrackSelector::EtaBinnedConfig &trackSelectorCfg, const Acts::GeometryContext &tgContext, const detail::MeasurementIndex &measurementIndex, const std::size_t typeIndex, EventStats::value_type &event_stat_category_i) const |
| Branch stopper. | |
| void | checkCounts (const detail::RecoTrackContainer::TrackProxy &track) const |
| std::array< bool, 3 > | selectCounts (const detail::RecoTrackContainer::TrackProxy &track, double eta) const |
| bool | selectCountsFinal (const detail::RecoTrackContainer::TrackProxy &track) const |
| const Acts::Logger & | logger () const |
| Private access to the logger. | |
| 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 |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| 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. | |
Static Protected Member Functions | |
| static xAOD::UncalibMeasType | measurementType (const detail::RecoTrackContainer::TrackStateProxy &trackState) |
| static void | addCounts (detail::RecoTrackContainer &tracksContainer) |
| static void | initCounts (const detail::RecoTrackContainer::TrackProxy &track) |
| static void | updateCounts (const detail::RecoTrackContainer::TrackProxy &track, Acts::ConstTrackStateType typeFlags, xAOD::UncalibMeasType detType) |
Protected Attributes | |
| struct ActsTrk::TrackFindingBaseAlg::MeasurementSelectorConfig | m_measurementSelectorConfig |
| std::unique_ptr< CKF_pimpl > | m_trackFinder |
| detail::xAODUncalibMeasSurfAcc | m_unalibMeasSurfAcc {} |
| ToolHandle< GenericMonitoringTool > | m_monTool {this, "MonTool", "", "Monitoring tool"} |
| ToolHandle< ActsTrk::IExtrapolationTool > | m_extrapolationTool {this, "ExtrapolationTool", ""} |
| PublicToolHandle< ActsTrk::ITrackingGeometryTool > | m_trackingGeometryTool {this, "TrackingGeometryTool", ""} |
| ToolHandle< ActsTrk::TrackStatePrinterTool > | m_trackStatePrinter {this, "TrackStatePrinter", "", "optional track state printer"} |
| ToolHandle< ActsTrk::IActsToTrkConverterTool > | m_ATLASConverterTool {this, "ATLASConverterTool", ""} |
| ToolHandle< ActsTrk::IFitterTool > | m_fitterTool {this, "FitterTool", "", "Fitter Tool for Seeds"} |
| ToolHandle< ActsTrk::IOnTrackCalibratorTool< detail::RecoTrackStateContainer > > | m_pixelCalibTool {this, "PixelCalibrator", "", "Opt. pixel measurement calibrator"} |
| ToolHandle< ActsTrk::IOnTrackCalibratorTool< detail::RecoTrackStateContainer > > | m_stripCalibTool {this, "StripCalibrator", "", "Opt. strip measurement calibrator"} |
| ToolHandle< ActsTrk::IOnTrackCalibratorTool< detail::RecoTrackStateContainer > > | m_hgtdCalibTool {this, "HGTDCalibrator", "", "Opt. HGTD measurement calibrator"} |
| SG::WriteHandleKey< ActsTrk::TrackContainer > | m_trackContainerKey {this, "ACTSTracksLocation", "", "Output track collection (ActsTrk variant)"} |
| ActsTrk::MutableTrackContainerHandlesHelper | m_tracksBackendHandlesHelper {this} |
| Gaudi::Property< unsigned int > | m_maxPropagationStep {this, "maxPropagationStep", 1000, "Maximum number of steps for one propagate call"} |
| 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< 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< double > | m_branchStopperMeasCutReduce {this, "branchStopperMeasCutReduce", 2, "how much to reduce the minMeas requirement for the branch stopper"} |
| Gaudi::Property< double > | m_branchStopperAbsEtaMeasCut {this, "branchStopperAbsEtaMeasCut", 1.2, "the minimum |eta| to apply the reduction to the minMeas requirement for 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_addCounts {this, "addCounts", true, "keep separate pixel, strip and hgtd counts and apply the following cuts"} |
| Gaudi::Property< bool > | m_checkCounts {this, "checkCounts", false, "check consistency among track state counts"} |
| 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_minHgtdHits {this, "minHgtdHits", {}, "minimum number of hgtd 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_maxHgtdHoles {this, "maxHgtdHoles", {}, "maximum number of hgtd 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< std::size_t > > | m_maxHgtdOutliers {this, "maxHgtdOutliers", {}, "maximum number of hgtd outliers"} |
| Gaudi::Property< std::vector< std::uint32_t > > | m_endOfWorldVolumeIds {this, "EndOfTheWorldVolumeIds", {}, ""} |
| 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."} |
| std::unique_ptr< const Acts::Logger > | m_logger |
| logging instance | |
| bool | m_useAbsEtaForStat = false |
Static Protected Attributes | |
| static constexpr BranchState | s_branchState {} |
Private Types | |
| enum | DestinyType : int { UNKNOWN =0 , SUCCEED , DUPLICATE , FAILURE } |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| std::size_t | getSeedCategory (std::size_t typeIndex, const ActsTrk::Seed &seed, bool useTopSp) const |
| void | printSeed (unsigned int iseed, const DetectorContextHolder &detContext, const ActsTrk::SeedContainer &seeds, const Acts::BoundTrackParameters &seedParameters, const detail::MeasurementIndex &measurementIndex, std::size_t &nPrinted, const char *seedType, bool isKF=false) const |
| StatusCode | addTrack (const DetectorContextHolder &detContext, detail::RecoTrackContainerProxy &track, const Acts::Surface &pSurface, const Acts::TrackExtrapolationStrategy &extrapolationStrategy, detail::SharedHitCounter &sharedHits, detail::RecoTrackContainer &actsTracksContainer, const detail::MeasurementIndex &measurementIndex, const detail::RecoTrackContainer &tracksContainerTemp, detail::DuplicateSeedDetector &duplicateSeedDetector, std::vector< int > *destiny, EventStats &event_stat, std::size_t &ntracks, std::size_t iseed, std::size_t category_i, const char *seedType) const |
| StatusCode | storeTrackCollectionToStoreGate (const EventContext &ctx, Acts::VectorTrackContainer &&originalTrackBackend, Acts::VectorMultiTrajectory &&originalTrackStateBackend) const |
| StatusCode | propagateDetectorElementStatusToMeasurements (const ActsTrk::ActsVolumeIdToDetectorElementCollectionMap &volume_id_to_det_el_coll, const std::vector< const InDet::SiDetectorElementStatus * > &det_el_status_arr, detail::TrackFindingMeasurements &measurements) const |
| bool | shouldReverseSearch (const ActsTrk::Seed &seed) const |
| Acts::Result< void > | extrapolateTrackToReferenceSurface (const DetectorContextHolder &detContext, detail::RecoTrackContainerProxy &track, const Acts::Surface &referenceSurface, const detail::Extrapolator &propagator, Acts::TrackExtrapolationStrategy strategy, ExpectedLayerPattern &expectedLayerPattern) const |
| StatusCode | findTracks (const DetectorContextHolder &detContext, const detail::TrackFindingMeasurements &measurements, const detail::MeasurementIndex &measurementIndex, detail::SharedHitCounter &sharedHits, detail::DuplicateSeedDetector &duplicateSeedDetector, const ActsTrk::SeedContainer &seeds, const InDetDD::SiDetectorElementCollection &detElements, detail::RecoTrackContainer &actsTracksContainer, std::size_t seedCollectionIndex, const char *seedType, EventStats &event_stat, std::vector< int > *destiny, const Acts::PerigeeSurface &pSurface) const |
| invoke track finding procedure | |
| void | storeSeedInfo (const detail::RecoTrackContainer &tracksContainer, const detail::RecoTrackContainerProxy &track, detail::DuplicateSeedDetector &duplicateSeedDetector, const detail::MeasurementIndex &measurementIndex) const |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| ToolHandle< ActsTrk::ITrackParamsEstimationTool > | m_paramEstimationTool {this, "TrackParamsEstimationTool", "", "Track Param Estimation from Seeds"} |
| SG::ReadHandleKeyArray< ActsTrk::SeedContainer > | m_seedContainerKeys {this, "SeedContainerKeys", {}, "Seed containers"} |
| SG::ReadCondHandleKeyArray< InDetDD::SiDetectorElementCollection > | m_detEleCollKeys {this, "DetectorElementsKeys", {}, "Keys of input SiDetectorElementCollection"} |
| SG::ReadHandleKeyArray< xAOD::UncalibratedMeasurementContainer > | m_uncalibratedMeasurementContainerKeys {this, "UncalibratedMeasurementContainerKeys", {}, "input cluster collections"} |
| SG::ReadCondHandleKey< ActsTrk::ActsVolumeIdToDetectorElementCollectionMap > | m_volumeIdToDetectorElementCollMapKey |
| SG::ReadHandleKeyArray< InDet::SiDetectorElementStatus > | m_detElStatus {this, "DetElStatus", {}, "Keys for detector element status conditions data."} |
| bool | m_storeDestinies {false} |
| SG::WriteHandleKeyArray< std::vector< int > > | m_seedDestiny {this, "SeedDestiny", {}} |
| SG::ReadCondHandleKey< InDet::BeamSpotData > | m_beamSpotKey {this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot"} |
| Gaudi::Property< bool > | m_skipDuplicateSeeds {this, "skipDuplicateSeeds", true, "skip duplicate seeds before calling CKF"} |
| Gaudi::Property< unsigned int > | m_seedMeasOffset {this,"seedMeasOffset", 0, "Reduce the requirement on the space points on seed to mark a seed as duplicate, e.g seedMeasOffset=1, only N-1 measurements on seed are sufficient deduplicate the seed"} |
| 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_useTopSpRZboundary {this, "useTopSpRZboundary", {350. * Acts::UnitConstants::mm, 1060. * Acts::UnitConstants::mm}, "R/Z boundary for using the top space point in the track parameter estimation"} |
| Gaudi::Property< bool > | m_autoReverseSearch {this, "autoReverseSearch", false, "Whether to run the finding in seed parameter direction (false or not specified) or reverse direction (true), automatically determined by the param estimation tool"} |
| Gaudi::Property< bool > | m_countSharedHits {this, "countSharedHits", true, "add shared hit flags to tracks"} |
| Gaudi::Property< bool > | m_forceTrackOnSeed {this, "forceTrackOnSeed", true, "force track to use measurements from the seed"} |
| Gaudi::Property< unsigned int > | m_maximumSharedHits {this, "MaximumSharedHits", 3u, "Maximum number of shared hits per track."} |
| Gaudi::Property< unsigned int > | m_maximumIterations {this, "MaximumIterations", 10000u, "Maximum number of iterations to resolve ambiguities among all tracks."} |
| Gaudi::Property< unsigned int > | m_nMeasurementsMin {this, "NMeasurementsMin", 7u, "Minimum number of measurements per track."} |
| Gaudi::Property< std::size_t > | m_ambiStrategy {this, "ambiStrategy", 0, "0 - Do ambiguity resolution outside track finding; 1 - Do ambiguity in track finding using GreedyAmbiguitySolver tool; 2 - Do shared hit cut during track candidate selection"} |
| std::optional< Acts::GreedyAmbiguityResolution > | m_ambi |
| Gaudi::Property< float > | m_memorySafetyMargin {this, "MemorySafetyMargin", 1.2} |
| std::size_t m_nTrackReserve | ATLAS_THREAD_SAFE {0ul} |
| std::size_t m_nTrackStateReserve | ATLAS_THREAD_SAFE {0ul} |
| std::mutex m_mutex | ATLAS_THREAD_SAFE {} |
| DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. | |
| StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) | |
| StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) | |
| std::vector< SG::VarHandleKeyArray * > | m_vhka |
| bool | m_varHandleArraysDeclared |
Definition at line 45 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 272 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 177 of file TrackFindingBaseAlg.h.
| using ActsTrk::TrackFindingAlg::ExpectedLayerPattern = std::array<unsigned int, 4> |
Definition at line 57 of file TrackFindingAlg.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 54 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 247 of file TrackFindingBaseAlg.h.
|
private |
|
protectedinherited |
Definition at line 156 of file TrackFindingBaseAlg.h.
| ActsTrk::TrackFindingAlg::TrackFindingAlg | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 73 of file TrackFindingAlg.cxx.
|
virtualdefault |
|
staticprotectedinherited |
Definition at line 384 of file TrackFindingBaseAlg.cxx.
|
private |
Definition at line 925 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.
Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.
|
protectedinherited |
Definition at line 440 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 746 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 536 of file TrackFindingBaseAlg.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 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.
|
protectedinherited |
Perform Kalman Filter fit and update given initialParameters.
| MeasurementSource | Type of measurement source: ActsTrk::Seed or (in future) ActsTrk::ProtoTrack |
| measurement | Measurement source for KF |
| initialParameters | Parameters to use in KF |
| detContext | Struct holding geometry, magnetic field and calibration contexts |
| paramsAtOutermostSurface | Flag for searching in reverse direction |
|
protectedinherited |
Perform two-way track finding.
| addTrack | Function or lambda which adds newly found track to container |
| trackProxy | Track proxy object |
| tracksContainerTemp | Track proxy container |
| options | Fit options |
| tgContext | Geometry context |
| reverseSearch | Flag for searching in reverse direction |
| seedType | Seed type (only used for warnings/debug printouts) |
| iseed | Seed number (only used for warnings/debug printouts) |
| itrack | Track number (only used for warnings/debug printouts) |
Definition at line 237 of file TrackFindingBaseAlg.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtual |
Reimplemented from ActsTrk::TrackFindingBaseAlg.
Definition at line 152 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 94 of file AthCommonReentrantAlgorithm.cxx.
|
private |
Definition at line 861 of file TrackFindingAlg.cxx.
|
inlinevirtualinherited |
Definition at line 96 of file AthCommonReentrantAlgorithm.h.
|
overridevirtual |
Reimplemented from ActsTrk::TrackFindingBaseAlg.
Definition at line 145 of file TrackFindingAlg.cxx.
|
private |
invoke track finding procedure
| ctx | - event context |
| detectorElementToGeoId | - map Trk detector element to Acts Geometry id |
| measurements | - measurements container used in MeasurementSelector |
| sharedHits | - measurements container used for shared hit counting |
| duplicateSeedDetector | - duplicate seed detector |
| seeds | - spacepoint triplet seeds |
| detElements | - Trk detector elements |
| actsTracksContainer | - output tracks |
| seedCollectionIndex | - index of this collection of seeds |
| seedType | - name of type of seeds (strip or pixel) - only used for messages |
| event_stat | - stats, just for this event |
Definition at line 425 of file TrackFindingAlg.cxx.
|
protectedinherited |
Take the array of handle keys and for each key retrieve containers, then append them to the output vector.
| HandleArrayKeyType | Type of the list of handle keys |
| ContainerType | Type of the output container |
| ctx | Event context |
| handleKeyArray | List of handle keys |
| outputContainers | Vector of output containers |
| sum | Number of total elements in all retrieved containers |
|
protectedinherited |
Retrieves track selector configuration for given eta value.
| eta | track candidate eta value |
Definition at line 228 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Get CKF options for first and second pass + pointer to MeasurementSelector.
| detContext | Object holding detector-related context |
| measurements | <easurements container used in MeasurementSelector |
| pSurface | Raw pointer to perigee surface |
Definition at line 201 of file TrackFindingBaseAlg.cxx.
|
private |
Definition at line 806 of file TrackFindingAlg.cxx.
|
protectedinherited |
Definition at line 737 of file TrackFindingBaseAlg.cxx.
|
staticprotectedinherited |
Definition at line 397 of file TrackFindingBaseAlg.cxx.
|
overridevirtual |
Reimplemented from ActsTrk::TrackFindingBaseAlg.
Definition at line 78 of file TrackFindingAlg.cxx.
|
protectedinherited |
Definition at line 489 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 518 of file TrackFindingBaseAlg.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 InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ITkPixelCablingAlg, ITkStripCablingAlg, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, and Simulation::BeamEffectsAlg.
Definition at line 68 of file AthCommonReentrantAlgorithm.cxx.
|
inlineprotectedinherited |
Private access to the logger.
Definition at line 319 of file TrackFindingBaseAlg.h.
|
staticprotectedinherited |
Definition at line 261 of file TrackFindingBaseAlg.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
inlineprotectedinherited |
Definition at line 332 of file TrackFindingBaseAlg.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 816 of file TrackFindingAlg.cxx.
|
protectedinherited |
Definition at line 551 of file TrackFindingBaseAlg.cxx.
|
private |
Definition at line 749 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.
|
inlineprotectedinherited |
Definition at line 335 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 463 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 758 of file TrackFindingBaseAlg.cxx.
|
inlinevirtualinherited |
Definition at line 100 of file AthCommonReentrantAlgorithm.h.
|
nodiscardprotectedinherited |
Setup and attach measurement selector to KF options.
| measurements | measurements container used in MeasurementSelector |
| options | Kalman filter options |
Definition at line 183 of file TrackFindingBaseAlg.cxx.
|
private |
Definition at line 410 of file TrackFindingAlg.cxx.
|
protectedinherited |
Branch stopper.
| track | Track proxy object |
| trackState | Track state proxy object |
| trackSelectorCfg | Track selector configuration |
| tgContext | Geometry context |
| measurementIndex | Measurement index |
| typeIndex | Type index |
| event_stat_category_i | Event statistics for current category |
Definition at line 279 of file TrackFindingBaseAlg.cxx.
|
private |
Definition at line 727 of file TrackFindingAlg.cxx.
|
private |
Definition at line 394 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 85 of file AthCommonReentrantAlgorithm.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 HypoBase, and InputMakerBase.
Definition at line 61 of file AthCommonReentrantAlgorithm.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.
|
protectedinherited |
Definition at line 19 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 20 of file TrackFindingBaseAlg.cxx.
|
staticprotectedinherited |
Definition at line 410 of file TrackFindingBaseAlg.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
mutableprivate |
Definition at line 192 of file TrackFindingAlg.h.
|
mutableprivate |
Definition at line 193 of file TrackFindingAlg.h.
|
mutableprivate |
Definition at line 194 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 123 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 108 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 122 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 137 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 140 of file TrackFindingAlg.h.
|
private |
Definition at line 131 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 91 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 119 of file TrackFindingAlg.h.
|
private |
Definition at line 112 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 112 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 114 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 113 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 111 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 138 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 104 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 105 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 120 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 127 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 126 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 100 of file TrackFindingAlg.h.
|
private |
Definition at line 107 of file TrackFindingAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 109 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 110 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 154 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 149 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 102 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 121 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 120 of file TrackFindingBaseAlg.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 114 of file AthCommonReentrantAlgorithm.h.
|
protectedinherited |
Definition at line 88 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 92 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 121 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 95 of file TrackFindingBaseAlg.h.
|
protectedinherited |
logging instance
Definition at line 325 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 135 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 144 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 147 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 132 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 127 of file TrackFindingAlg.h.
|
private |
Definition at line 125 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 133 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 142 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 145 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 101 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 134 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 143 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 146 of file TrackFindingBaseAlg.h.
|
protectedinherited |
|
private |
Definition at line 191 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 141 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 131 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 139 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 140 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 87 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 129 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 106 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 95 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 119 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 118 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 93 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 125 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 124 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 107 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 117 of file TrackFindingAlg.h.
|
private |
Definition at line 99 of file TrackFindingAlg.h.
|
private |
Definition at line 111 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 153 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 116 of file TrackFindingAlg.h.
|
private |
Definition at line 115 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 152 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 110 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 94 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 97 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 81 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 89 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 98 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 90 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 83 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 102 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 341 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 118 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 103 of file TrackFindingAlg.h.
|
protectedinherited |
Definition at line 129 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 128 of file TrackFindingBaseAlg.h.
|
staticconstexprprotectedinherited |
Definition at line 306 of file TrackFindingBaseAlg.h.