![]() |
ATLAS Offline Software
|
#include <TrackFindingBaseAlg.h>
Classes | |
struct | BranchState |
struct | CKF_pimpl |
struct | DetectorContextHolder |
struct | MeasurementSelectorConfig |
struct | TrackFindingDefaultOptions |
Public Member Functions | |
TrackFindingBaseAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
~TrackFindingBaseAlg () | |
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, V, H > &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 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. More... | |
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. More... | |
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. More... | |
const Acts::TrackSelector::Config & | getCuts (double eta) const |
Retrieves track selector configuration for given eta value. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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 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... | |
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) |
static void | copyCounts (const detail::RecoTrackContainer::TrackProxy &track, const detail::RecoTrackContainer::TrackProxy &other) |
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< IActsExtrapolationTool > | 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< 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 More... | |
bool | m_useAbsEtaForStat = false |
std::mutex m_mutex | ATLAS_THREAD_SAFE |
std::vector< std::array< std::size_t, kNStat > > m_stat | ATLAS_THREAD_SAFE {} |
Static Protected Attributes | |
static constexpr BranchState | s_branchState {} |
Private Types | |
typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
specialization for handling Gaudi::Property<SG::VarHandleKey> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyArrayType &) |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleType &) |
specialization for handling Gaudi::Property<SG::VarHandleBase> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &t, const SG::NotHandleType &) |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More... | |
Private Attributes | |
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 |
Definition at line 44 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 271 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 176 of file TrackFindingBaseAlg.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
protected |
Definition at line 54 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 246 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 155 of file TrackFindingBaseAlg.h.
ActsTrk::TrackFindingBaseAlg::TrackFindingBaseAlg | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator | ||
) |
Definition at line 22 of file TrackFindingBaseAlg.cxx.
|
default |
|
staticprotected |
Definition at line 384 of file TrackFindingBaseAlg.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 75 of file AthCommonReentrantAlgorithm.cxx.
|
protected |
Definition at line 454 of file TrackFindingBaseAlg.cxx.
|
protected |
Definition at line 760 of file TrackFindingBaseAlg.cxx.
|
staticprotected |
Definition at line 440 of file TrackFindingBaseAlg.cxx.
|
protected |
Definition at line 550 of file TrackFindingBaseAlg.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.
|
protected |
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 |
|
protected |
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 235 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.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 90 of file AthCommonDataStore.h.
|
overridevirtual |
Reimplemented in ActsTrk::TrackFindingAlg.
Definition at line 170 of file TrackFindingBaseAlg.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.
|
inlinevirtualinherited |
Definition at line 96 of file AthCommonReentrantAlgorithm.h.
|
overridevirtual |
Reimplemented in ActsTrk::TrackFindingAlg.
Definition at line 176 of file TrackFindingBaseAlg.cxx.
|
protected |
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 |
|
protected |
Retrieves track selector configuration for given eta value.
eta | track candidate eta value |
Definition at line 226 of file TrackFindingBaseAlg.cxx.
|
protected |
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 199 of file TrackFindingBaseAlg.cxx.
|
protected |
Definition at line 751 of file TrackFindingBaseAlg.cxx.
|
staticprotected |
Definition at line 397 of file TrackFindingBaseAlg.cxx.
|
overridevirtual |
Reimplemented in ActsTrk::TrackFindingAlg.
Definition at line 26 of file TrackFindingBaseAlg.cxx.
|
protected |
Definition at line 503 of file TrackFindingBaseAlg.cxx.
|
protected |
Definition at line 532 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.
Definition at line 68 of file AthCommonReentrantAlgorithm.cxx.
|
inlineprotected |
Private access to the logger.
Definition at line 320 of file TrackFindingBaseAlg.h.
|
staticprotected |
Definition at line 262 of file TrackFindingBaseAlg.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.
|
inlineprotected |
Definition at line 333 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.
|
protected |
Definition at line 565 of file TrackFindingBaseAlg.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.
|
inlineprotected |
Definition at line 336 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 477 of file TrackFindingBaseAlg.cxx.
|
protected |
Definition at line 772 of file TrackFindingBaseAlg.cxx.
|
inlinevirtualinherited |
Definition at line 100 of file AthCommonReentrantAlgorithm.h.
|
protected |
Setup and attach measurement selector to KF options.
measurements | measurements container used in MeasurementSelector |
options | Kalman filter options |
Definition at line 182 of file TrackFindingBaseAlg.cxx.
|
protected |
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 281 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.
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 InputMakerBase, and HypoBase.
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.
|
protected |
Definition at line 19 of file TrackFindingBaseAlg.cxx.
|
protected |
Definition at line 20 of file TrackFindingBaseAlg.cxx.
|
staticprotected |
Definition at line 410 of file TrackFindingBaseAlg.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
mutableprotected |
Definition at line 343 of file TrackFindingBaseAlg.h.
|
mutableprotected |
Definition at line 344 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 123 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 108 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 122 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 137 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 91 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 112 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 114 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 113 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 111 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 104 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 105 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 127 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 126 of file TrackFindingBaseAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
protected |
Definition at line 109 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 110 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 153 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 148 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 102 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 121 of file TrackFindingBaseAlg.h.
|
protected |
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.
|
protected |
Definition at line 88 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 92 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 95 of file TrackFindingBaseAlg.h.
|
protected |
logging instance
Definition at line 326 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 135 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 143 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 146 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 132 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 133 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 141 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 144 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 101 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 134 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 142 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 145 of file TrackFindingBaseAlg.h.
|
protected |
|
protected |
Definition at line 140 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 131 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 138 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 139 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 87 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 106 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 119 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 118 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 93 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 125 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 124 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 107 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 152 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 151 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 94 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 97 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 81 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 89 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 98 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 90 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 83 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 342 of file TrackFindingBaseAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
protected |
Definition at line 129 of file TrackFindingBaseAlg.h.
|
protected |
Definition at line 128 of file TrackFindingBaseAlg.h.
|
staticconstexprprotected |
Definition at line 305 of file TrackFindingBaseAlg.h.