![]() |
ATLAS Offline Software
|
#include <HGTDTrackExtensionAlg.h>
Classes | |
| struct | TrackExtensionData |
| Data structure to hold HGTD track extension results Contains information about hits, timing, and extrapolation for each HGTD layer. More... | |
Public Types | |
| using | ExpectedLayerPattern = std::array<unsigned int, 4> |
Public Member Functions | |
| virtual | ~HGTDTrackExtensionAlg ()=default |
| virtual StatusCode | initialize () override |
| virtual StatusCode | execute (const EventContext &ctx) const override |
| TrackFindingBaseAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual StatusCode | finalize () override |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. | |
| 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 |
| Get filter decision: | |
| virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
| Set filter decision: | |
| 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 , kNSeedRefitFailure , kNRejectedRefinedSeeds , kNSelectedTracks , kNStoppedTracksMaxHoles , kMultipleBranches , kNoSecond , kNStoppedTracksMinPt , kNStoppedTracksMaxEta , kNTotalSharedHits , kNForcedSeedMeasurements , kNResolvedTracks , kNStat } |
| using | TrackFinderOptions = Acts::CombinatorialKalmanFilterOptions<detail::RecoTrackContainer> |
| using | EventStats = std::vector<std::array<unsigned int, kNStat>> |
| using | TrkProxy = detail::RecoTrackContainer::TrackProxy |
| using | BranchStopperResult = Acts::CombinatorialKalmanFilterBranchStopperResult |
Protected Member Functions | |
| CKF_pimpl & | trackFinder () |
| const CKF_pimpl & | trackFinder () const |
| StatusCode | initializeMeasurementSelector () |
| std::unique_ptr< ActsTrk::IMeasurementSelector > | setMeasurementSelector (const EventContext &ctx, const detail::TrackFindingMeasurements &measurements, TrackFinderOptions &options) const |
| Setup and attach measurement selector to KF options. | |
| TrackFindingDefaultOptions | getDefaultOptions (const EventContext &ctx, 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::variant< std::unique_ptr< Acts::BoundTrackParameters >, TrackFindingBaseAlg::EStat > | 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 | addCountsAndProperties (detail::RecoTrackContainer &tracksContainer, bool add_counts) |
| static void | initCounts (const detail::RecoTrackContainer::TrackProxy &track) |
| static void | updateCounts (const detail::RecoTrackContainer::TrackProxy &track, Acts::ConstTrackStateTypeMap 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"} |
| ServiceHandle< ActsTrk::ITrackingGeometrySvc > | m_trackingGeometrySvc {this, "TrackingGeometrySvc", "ActsTrackingGeometrySvc"} |
| ToolHandle< ActsTrk::TrackStatePrinterTool > | m_trackStatePrinter {this, "TrackStatePrinter", "", "optional track state printer"} |
| ToolHandle< ActsTrk::IFitterTool > | m_fitterTool {this, "FitterTool", "", "Fitter Tool for Seeds"} |
| ToolHandle< ActsTrk::IPixelOnTrackCalibratorTool< detail::RecoTrackStateContainer > > | m_pixelCalibTool {this, "PixelCalibrator", "", "Opt. pixel measurement calibrator"} |
| ToolHandle< ActsTrk::IStripOnTrackCalibratorTool< detail::RecoTrackStateContainer > > | m_stripCalibTool {this, "StripCalibrator", "", "Opt. strip measurement calibrator"} |
| ToolHandle< ActsTrk::IHGTDOnTrackCalibratorTool< 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} |
| ContextUtility | m_ctxProvider {this} |
| Utility to fetch the geometry, magnetic field and calibration context in the event. | |
| 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< double > | m_edgeHoleBorderWidth {this,"EdgeHoleBorderWidth", 0. ,"Width of the border of surfaces (mm) within which holes are not counted as holes."} |
| 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< bool > | m_inflateCovarianceTwoWay {this, "inflateCovarianceTwoWay", false, "inflate covariance matrix at the beginning of two-way track finding"} |
| Gaudi::Property< double > | m_twoWayinflateCovarianceFactor {this, "twoWayinflateCovarianceFactor", 1.0, "factor to multiply the initial covariance matrix at the beginning of two-way track finding"} |
| Gaudi::Property< double > | m_branchStopperPtMinFactor {this, "branchStopperPtMinFactor", 1.0, "factor to multiply ptMin cut when used in the branch stopper"} |
| Gaudi::Property< double > | m_seedRefitPtMinFactor {this, "seedRefitPtMinFactor", 1.0, "factor to multiply ptMin cut when used in the seed refit"} |
| 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 |
| bool | m_showResolvedStats = false |
Static Protected Attributes | |
| static constexpr BranchState | s_branchState {} |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| bool | findExtension (const EventContext &ctx, const DetectorContextHolder &detContext, const detail::TrackFindingMeasurements &measurements, const detail::MeasurementIndex &measurementIndex, const Acts::BoundTrackParameters lastMeasurementStateParameters, detail::RecoTrackContainer &tracksContainerTemp, detail::RecoTrackContainer &actsTracksContainer, EventStats &event_stat, const Acts::Surface &refSurface, int &extension_index) const |
| invoke track finding procedure to extend ITk tracks to HGTD layers using CKF. | |
| bool | addTrack (const DetectorContextHolder &detContext, detail::RecoTrackContainerProxy &track, const Acts::Surface &refSurface, const Acts::TrackExtrapolationStrategy &extrapolationStrategy, detail::RecoTrackContainer &actsTracksContainer, const detail::MeasurementIndex &measurementIndex, const detail::RecoTrackContainer &tracksContainerTemp) const |
| add extension to track container if it passes the track selector criteria | |
| Acts::Result< void > | extrapolateTrackToReferenceSurface (const DetectorContextHolder &detContext, detail::RecoTrackContainerProxy &track, const Acts::Surface &referenceSurface, const detail::Extrapolator &propagator, Acts::TrackExtrapolationStrategy strategy, ExpectedLayerPattern &expectedLayerPattern) const |
| it can happen that the last hit of an extension doesn't have a surface associated with it, this function then extrapolates the track to the next valid surface | |
| StatusCode | collectMeasurements (const EventContext &context, detail::TrackFindingMeasurements &measurements) const |
| Create and fills the TrackExtensionData with HGTD hits at the extension. | |
| TrackExtensionData | processTrackExtension (const EventContext &ctx, const xAOD::TrackParticle *trackParticle, const detail::RecoTrackContainer::TrackProxy &trackProxy, const xAOD::HGTDClusterContainer *hgtdClusters) const |
| Create and fills the TrackExtensionData with HGTD hits at the extension. | |
| std::pair< float, float > | correctTOF (const xAOD::TrackParticle *trackParticle, const xAOD::HGTDCluster *cluster, float measuredTime, float measuredTimeErr, const Acts::TrackingGeometry *trackingGeometry, const Acts::GeometryContext &geoContext) const |
| subtracts the time of flight (TOF) from a measured hit time. | |
| const xAOD::HGTDCluster * | getHGTDClusterFromState (const EventContext &ctx, const ActsTrk::detail::RecoConstTrackStateContainerProxy &state, const xAOD::HGTDClusterContainer *hgtdClusters) const |
| Get xAOD::HGTDCluster from track state, so it is possible to retrieve its raw time and position for extension decoration. | |
| std::size_t | getHGTDLayerIndex (const Acts::GeometryIdentifier &geoID) const |
| returns the index of HGTD layer where surfaces lies. | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_trackParticleContainerName {this, "TrackParticleContainerName", "InDetTrackParticles", "Name of the TrackParticle container"} |
| SG::ReadHandleKey< xAOD::HGTDClusterContainer > | m_HGTDClusterContainerName {this, "HGTDClusterContainerName", "HGTD_Clusters", "Name of the HGTD_Cluster container"} |
| SG::ReadHandleKeyArray< xAOD::UncalibratedMeasurementContainer > | m_uncalibratedMeasurementContainerKeys {this, "UncalibratedMeasurementContainerKeys", {}, "input cluster collections"} |
| SG::ReadDecorHandleKey< xAOD::TrackParticleContainer > | m_actsTrackLinkKey {this, "ActsTrackLink", m_trackParticleContainerName, "actsTrack", "Link to Acts track"} |
| Gaudi::Property< float > | m_minEtaAcceptance {this, "MinEtaAcceptance", 2.38, "Minimum eta to consider a track for extension"} |
| Gaudi::Property< float > | m_maxEtaAcceptance {this, "MaxEtaAcceptance", 4.00, "Maximum eta to consider a track for extension"} |
| ActsTrk::detail::xAODUncalibMeasSurfAcc | m_surfAcc {} |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_numHGTDHitsKey {this, "numHGTDHits", m_trackParticleContainerName, "numHGTDHits", "Number of HGTD hits on the track extension"} |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_layerHasExtensionKey { this, "HGTD_has_extension", m_trackParticleContainerName, "HGTD_has_extension", "Decoration for layer extension" } |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_layerExtensionChi2Key { this, "HGTD_extension_chi2", m_trackParticleContainerName, "HGTD_extension_chi2", "Decoration for chi2 of extension" } |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_layerClusterRawTimeKey { this, "HGTD_cluster_raw_time", m_trackParticleContainerName, "HGTD_cluster_raw_time", "Decoration for raw time of cluster" } |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_layerClusterTimeKey { this, "HGTD_cluster_time", m_trackParticleContainerName, "HGTD_cluster_time", "Decoration for cluster time" } |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_extrapXKey { this, "HGTD_extrap_x", m_trackParticleContainerName, "HGTD_extrap_x", "Decoration for extrapolated X coordinate" } |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_extrapYKey { this, "HGTD_extrap_y", m_trackParticleContainerName, "HGTD_extrap_y", "Decoration for extrapolated Y coordinate" } |
| SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > | m_hgtdTrackLinkKey {this, "hgtdTrackLink", m_trackParticleContainerName, "hgtdTrackLink", "Link to Hgtd track"} |
| Gaudi::Property< float > | m_memorySafetyMargin {this, "MemorySafetyMargin", 1.2} |
| std::atomic< std::size_t > m_nTrackReserve | ATLAS_THREAD_SAFE {0ul} |
| std::atomic< std::size_t > m_nTrackStateReserve | ATLAS_THREAD_SAFE {0ul} |
| 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 67 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 281 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 183 of file TrackFindingBaseAlg.h.
| using ActsTrk::HGTDTrackExtensionAlg::ExpectedLayerPattern = std::array<unsigned int, 4> |
Definition at line 75 of file HGTDTrackExtensionAlg.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 54 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 256 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 160 of file TrackFindingBaseAlg.h.
|
virtualdefault |
|
staticprotectedinherited |
Definition at line 411 of file TrackFindingBaseAlg.cxx.
|
private |
add extension to track container if it passes the track selector criteria
| detContext | - detector context |
| track | - track to be added |
| refSurface | - reference surface from ITk track, used by extrapolator |
| extrapolationStrategy | - extrapolation direction |
| actsTracksContainer | - output extensions container (after selection and aggregated of all event) |
| measurementIndex | - helper with measurement indices |
| tracksContainerTemp | - extensions found by CKF (before track selection) |
Definition at line 840 of file HGTDTrackExtensionAlg.cxx.
|
protectedinherited |
Definition at line 470 of file TrackFindingBaseAlg.cxx.
|
private |
Create and fills the TrackExtensionData with HGTD hits at the extension.
The TrackExtensionData object will later be used to fill the TrackParticle decorations
| trackParticle | - trackParticle associated with this hit |
| measurements | - measurements to be used at the extension finding |
|
protectedinherited |
Definition at line 780 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 566 of file TrackFindingBaseAlg.cxx.
|
private |
subtracts the time of flight (TOF) from a measured hit time.
It uses an estimate of track particle vertex to calculate the lenght of the track up to this hit. The corrected measurement will be the one to be assigned as the time of the track
| trackParticle | - trackParticle associated with this hit |
| cluster | - HGTD cluster of the hit, used to access its surface and position |
| measuredTime | - time measured (ns) |
| measuredTimeErr | - resolution of time measured (ns) |
| trackingGeometry | - detector geometry |
| geoContext | - geometry context |
Definition at line 672 of file HGTDTrackExtensionAlg.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 243 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 125 of file HGTDTrackExtensionAlg.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 89 of file AthCommonAlgorithm.cxx.
|
private |
it can happen that the last hit of an extension doesn't have a surface associated with it, this function then extrapolates the track to the next valid surface
| detContext | - detector context |
| track | - track to be extrapolated |
| referenceSurface | - perigee surface (beamspot) |
| propagator | - propagator to be used for the extrapolation |
| strategy | - extrapolation strategy (can define if it is outwards or inwards for example) |
| expectedLayerPattern | - output of expected layer pattern |
Definition at line 909 of file HGTDTrackExtensionAlg.cxx.
|
inlinevirtualinherited |
Get filter decision:
Definition at line 93 of file AthCommonAlgorithm.h.
|
overridevirtualinherited |
Reimplemented in ActsTrk::TrackFindingAlg.
Definition at line 179 of file TrackFindingBaseAlg.cxx.
|
private |
invoke track finding procedure to extend ITk tracks to HGTD layers using CKF.
Extrapolation start with the last hit of ITk track.
| ctx | - event context |
| detContext | - detector context |
| measurements | - measurements to be used at the extension finding |
| measurementIndex | - helper with measurement indices |
| lastMeasurementStateParameters | - State parameters of ITk track last Hit |
| tracksContainerTemp | - extensions found by CKF (before track selection) |
| actsTracksContainer | - output extensions container (after selection and aggregated of all event) |
| event_stat | - stats, just for this event |
| refSurface | - - reference surface from ITk track, used by extrapolator |
| extension_index | - index of the found extension at the tracksContainerTemp |
Definition at line 371 of file HGTDTrackExtensionAlg.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 234 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 206 of file TrackFindingBaseAlg.cxx.
|
private |
Get xAOD::HGTDCluster from track state, so it is possible to retrieve its raw time and position for extension decoration.
| ctx | - event context |
| state | - track state of HGTD hit |
Definition at line 759 of file HGTDTrackExtensionAlg.cxx.
|
private |
returns the index of HGTD layer where surfaces lies.
This index is used at to locate where in the vectors of TrackExtensionData the hit information should be written Returns 99 if surface is outiside of HGTD.
| geoID | - surface geometry id |
Definition at line 639 of file HGTDTrackExtensionAlg.cxx.
|
protectedinherited |
Definition at line 771 of file TrackFindingBaseAlg.cxx.
|
staticprotectedinherited |
Definition at line 427 of file TrackFindingBaseAlg.cxx.
|
overridevirtual |
Reimplemented from ActsTrk::TrackFindingBaseAlg.
Definition at line 93 of file HGTDTrackExtensionAlg.cxx.
|
protectedinherited |
Definition at line 519 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 548 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.
|
inlineoverridevirtualinherited |
Specify if the algorithm is clonable.
Only relevant for non-reentrant algorithms. Actual number of clones needs to be set via the "Cardinality" property.
Reimplemented in AFP_DigiTop, AlgB, AlgT, BCM_Digitization, CscDigitBuilder, CscDigitToCscRDO, G4AtlasAlg, G4RunAlg, HGTD_Digitization, HiveAlgBase, InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ISF::SimKernelMT, ITk::StripDigitization, ITkPixelCablingAlg, ITkStripCablingAlg, LArHitEMapMaker, LArTTL1Maker, LUCID_DigiTop, LVL1::L1TopoSimulation, MergeCalibHits, MergeGenericMuonSimHitColl, MergeHijingPars, MergeMcEventCollection, MergeTrackRecordCollection, MergeTruthJets, MergeTruthParticles, MuonDigitizer, PileUpMTAlg, PixelDigitization, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_Digitization, 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, SGInputLoader, Simulation::BeamEffectsAlg, TileHitVecToCnt, TileMuonFitter, TilePulseForTileMuonReceiver, TileRawChannelMaker, TRTDigitization, and ZDC_DigiTop.
Definition at line 68 of file AthCommonAlgorithm.h.
|
inlineprotectedinherited |
Private access to the logger.
Definition at line 328 of file TrackFindingBaseAlg.h.
|
staticprotectedinherited |
Definition at line 288 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 341 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.
|
protectedinherited |
Definition at line 581 of file TrackFindingBaseAlg.cxx.
|
private |
Create and fills the TrackExtensionData with HGTD hits at the extension.
The TrackExtensionData object will later be used to fill the TrackParticle decorations
| trackParticle | - trackParticle associated with this hit |
| cluster | - HGTD cluster of the hit, used to access its surface and position |
| measuredTime | - time measured (ns) |
| measuredTimeErr | - resolution of time measured (ns) |
| trackingGeometry | - detector geometry |
| geoContext | - geometry context |
Definition at line 452 of file HGTDTrackExtensionAlg.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 344 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 493 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 792 of file TrackFindingBaseAlg.cxx.
|
inlinevirtualinherited |
Set filter decision:
Reimplemented in AthFilterAlgorithm.
Definition at line 99 of file AthCommonAlgorithm.h.
|
nodiscardprotectedinherited |
Setup and attach measurement selector to KF options.
| ctx | the current event context |
| measurements | measurements container used in MeasurementSelector |
| options | Kalman filter options |
Definition at line 185 of file TrackFindingBaseAlg.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 306 of file TrackFindingBaseAlg.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.
Reimplemented in AthAnalysisAlgorithm.
Definition at line 80 of file AthCommonAlgorithm.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 AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, HypoBase, InputMakerBase, and PyAthena::Alg.
Definition at line 60 of file AthCommonAlgorithm.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 21 of file TrackFindingBaseAlg.cxx.
|
protectedinherited |
Definition at line 22 of file TrackFindingBaseAlg.cxx.
| ActsTrk::TrackFindingBaseAlg::TrackFindingBaseAlg | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 46 of file TrackFindingBaseAlg.cxx.
|
staticprotectedinherited |
Definition at line 440 of file TrackFindingBaseAlg.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
mutableprivate |
Definition at line 123 of file HGTDTrackExtensionAlg.h.
|
mutableprivate |
Definition at line 122 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 127 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 109 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 126 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 85 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 141 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 116 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 118 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 117 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 114 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 142 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 104 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 105 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Utility to fetch the geometry, magnetic field and calibration context in the event.
Definition at line 99 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 131 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 130 of file TrackFindingBaseAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default).
Definition at line 393 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 110 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 111 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 158 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 107 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 153 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 102 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 125 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 124 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 108 of file AthCommonAlgorithm.h.
|
private |
Definition at line 101 of file HGTDTrackExtensionAlg.h.
|
private |
Definition at line 102 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 90 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 93 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 80 of file HGTDTrackExtensionAlg.h.
|
private |
Definition at line 103 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 112 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 99 of file HGTDTrackExtensionAlg.h.
|
private |
Definition at line 100 of file HGTDTrackExtensionAlg.h.
|
private |
Definition at line 98 of file HGTDTrackExtensionAlg.h.
|
private |
Definition at line 97 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
logging instance
Definition at line 334 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 139 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 89 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 148 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 151 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 136 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 137 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 146 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 149 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 101 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 138 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 147 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 150 of file TrackFindingBaseAlg.h.
|
protectedinherited |
|
private |
Definition at line 121 of file HGTDTrackExtensionAlg.h.
|
private |
Definition at line 88 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 145 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 135 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 143 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 144 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 87 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 96 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 106 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 123 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 122 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 91 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 129 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 128 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 108 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 157 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 115 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 351 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 156 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 92 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 92 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 95 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 81 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 88 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 79 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 96 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 89 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 113 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 83 of file TrackFindingBaseAlg.h.
|
private |
Definition at line 83 of file HGTDTrackExtensionAlg.h.
|
protectedinherited |
Definition at line 350 of file TrackFindingBaseAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 133 of file TrackFindingBaseAlg.h.
|
protectedinherited |
Definition at line 132 of file TrackFindingBaseAlg.h.
|
staticconstexprprotectedinherited |
Definition at line 315 of file TrackFindingBaseAlg.h.