![]() |
ATLAS Offline Software
|
#include <InDetDetailedTrackSelectorTool.h>
Public Types | |
| enum | Grade { Undefined , Good , Shared , nbGrades } |
Public Member Functions | |
| StatusCode | initialize () |
| StatusCode | finalize () |
| InDetDetailedTrackSelectorTool (const std::string &t, const std::string &n, const IInterface *p) | |
| ~InDetDetailedTrackSelectorTool () | |
| bool | decision (const Trk::Track &track, const Trk::Vertex *vertex) const |
| bool | decision (const Trk::TrackParticleBase &track, const Trk::Vertex *vertex) const |
| bool | decision (const xAOD::TrackParticle &track, const xAOD::Vertex *vertex) 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 | sysInitialize () override |
| Perform system initialization for an algorithm. | |
| 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 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Protected Member Functions | |
| 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. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| int | getCount (const xAOD::TrackParticle &tp, xAOD::SummaryType type) const |
| bool | decision (const Trk::Perigee *track, const AmgSymMatrix(3) *covariancePosition) const |
| bool | decision (const Trk::FitQuality *TrkQuality) const |
| bool | decision (double chi2, int ndf) const |
| bool | decision (const Trk::TrackSummary *summary, const xAOD::TrackParticle *tp, bool useSharedHitInfo, bool useTrtHitInfo, const Trk::Perigee *track, const int nHitTrt, const int nHitTrtPlusOutliers) const |
| bool | preselectionBeforeExtrapolation (const Trk::Perigee &myPerigee) const |
| Amg::Vector3D | getPosOrBeamSpot (const xAOD::Vertex *) const |
| Trk::Vertex * | getBeamSpot (const EventContext &) const |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| DoubleProperty | m_pTMin {this, "pTMin", 1.*CLHEP::GeV, "min. pT: |pT|>pTMin"} |
| DoubleProperty | m_pMin {this, "pMin", 0., "min. p = pT/cos(theta): |p| > pMin"} |
| DoubleProperty | m_IPd0Max {this, "IPd0Max", 2.*CLHEP::mm, "max. d0: |d0|<d0Max"} |
| DoubleProperty | m_IPz0Max {this, "IPz0Max", 1.5*CLHEP::mm, "max. z0: |z0*sin(theta)|<z0Max"} |
| DoubleProperty | m_z0Max {this, "z0Max", 9999.*CLHEP::mm, "max. z0: |z0|<z0Max"} |
| DoubleProperty | m_sigIPd0Max {this, "sigIPd0Max", 999.*CLHEP::mm, "max d0 error"} |
| DoubleProperty | m_sigIPz0Max {this, "sigIPz0Max", 999.*CLHEP::mm, "max (error only due to z0)*sin(theta)"} |
| DoubleProperty | m_d0significanceMax {this, "d0significanceMax", -1., "max IP significance d0 (-1 switches it off)"} |
| DoubleProperty | m_z0significanceMax {this, "z0significanceMax", -1., "max IP significance z0 (-1 switches it off)"} |
| DoubleProperty | m_etaMax {this, "etaMax", 9999., "max. pseudo-rapidity"} |
| BooleanProperty | m_useTrackSummaryInfo {this, "useTrackSummaryInfo", true} |
| IntegerProperty | m_nHitBLayer {this, "nHitBLayer", 1, "at least n hits in Blayer"} |
| IntegerProperty | m_nHitPix {this, "nHitPix", 2, "at least n hits in pixels"} |
| IntegerProperty | m_nHitSct {this, "nHitSct", 0, "at least n hits in SCT"} |
| IntegerProperty | m_nHitSi {this, "nHitSi", 7, "at least n hits in pixels+SCT"} |
| IntegerProperty | m_nHitPixPhysical {this, "nHitPixPhysical", 0, "at least n physical hits in pixel"} |
| IntegerProperty | m_nHitSiPhysical {this, "nHitSiPhysical", 3, "at least n physical hits in pixel+SCT"} |
| IntegerProperty | m_nHitTrt {this, "nHitTrt", 0, "at least n hits in TRT"} |
| IntegerProperty | m_nHitTrtPlusOutliers |
| IntegerProperty | m_nHitTrtHighE {this, "nHitTrtHighE", 0, "at least n high threshold hits in TRT"} |
| IntegerProperty | m_nHitTrtPlusOutliersHighE |
| DoubleProperty | m_nHitTrtHighEFraction {this, "nHitTrtHighEFractionMax", 999., "maximum x fraction of transition hits in TRT"} |
| DoubleProperty | m_nHitTrtHighEFractionWithOutliers |
| DoubleProperty | m_TrtMaxEtaAcceptance |
| BooleanProperty | m_useSharedHitInfo {this, "useSharedHitInfo", false} |
| IntegerProperty | m_nSharedBLayer {this, "nSharedBLayer", 0, "max. number of shared hits in B layer"} |
| IntegerProperty | m_nSharedPix {this, "nSharedPix", 0, "max. number of shared hits in pixels"} |
| IntegerProperty | m_nSharedSct {this, "nSharedSct", 1, "max. number of shared hits in SCT"} |
| IntegerProperty | m_nSharedSi {this, "nSharedSi", 999, "max. number of shared hits in pixels+SCT"} |
| IntegerProperty | m_nHoles {this, "nHoles", 999, "max. number of holes in pixel+SCT"} |
| IntegerProperty | m_nDoubleHoles {this, "nDoubleHoles", 999, "max number of double-holes in SCT"} |
| IntegerProperty | m_nHolesPix {this, "nHolesPixel", 999, "max. number of holes in pixels"} |
| IntegerProperty | m_nHolesSct {this, "nHolesSct", 999, "max. number of holes in SCT"} |
| BooleanProperty | m_useTrackQualityInfo {this, "useTrackQualityInfo", true} |
| DoubleProperty | m_fitChi2 {this, "fitChi2", 99999., "max. fit chi2"} |
| DoubleProperty | m_fitProb {this, "fitProb", -1., "min. fit chi2 probability"} |
| DoubleProperty | m_fitChi2OnNdfMax {this, "fitChi2OnNdfMax", 999., "max. fitchi2/ndf"} |
| DoubleProperty | m_scaleMinHitTrt |
| IntegerProperty | m_addToMinHitTrt |
| DoubleProperty | m_scaleMinHitTrtWithOutliers |
| IntegerProperty | m_addToMinHitTrtWithOutliers |
| BooleanProperty | m_usePreselectionCuts {this, "usePreselectionCuts", false} |
| DoubleProperty | m_d0MaxPreselection {this, "d0MaxPreselection", 10.} |
| BooleanProperty | m_useEtaDepententMinHitTrt {this, "useEtaDepententMinHitTrt", false} |
| BooleanProperty | m_useEtaDepententMinHitTrtWithOutliers {this, "useEtaDepententMinHitTrtWithOutliers", false} |
| ToolHandle< Trk::ITrackSummaryTool > | m_trackSumTool {this, "TrackSummaryTool", "Trk::TrackSummaryTool"} |
| ToolHandle< Trk::ITrackParticleCreatorTool > | m_particleCreator {this, "TrackParticleCreatorTool", ""} |
| ToolHandle< Trk::IExtrapolator > | m_extrapolator {this, "Extrapolator", "Trk::Extrapolator"} |
| SG::ReadCondHandleKey< InDet::BeamSpotData > | m_beamSpotKey {this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot"} |
| ToolHandle< ITrtDriftCircleCutTool > | m_trtDCTool |
| ToolHandle< InDet::IInDetTestPixelLayerTool > | m_inDetTestPixelLayerTool |
| SG::ReadCondHandleKey< AtlasFieldCacheCondObj > | m_fieldCacheCondObjInputKey |
| bool | m_trackSumToolAvailable = true |
| bool | m_partCreatorToolAvailable = false |
| BooleanProperty | m_usePtDependentCuts {this, "UsePtDependentCuts", false} |
| FloatArrayProperty | m_ptBenchmarks {this, "PtBenchmarks", {}} |
| IntegerArrayProperty | m_nSCTValues {this, "SCTCutValues", {}} |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfo_key {this, "EventInfo", "EventInfo", "Input event information"} |
| BooleanProperty | m_useEventInfoBs {this, "UseEventInfoBS", false, "Access beamspot via the EvenInfo object"} |
| 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 60 of file InDetDetailedTrackSelectorTool.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| Enumerator | |
|---|---|
| Undefined | |
| Good | |
| Shared | |
| nbGrades | |
Definition at line 65 of file InDetDetailedTrackSelectorTool.h.
| InDet::InDetDetailedTrackSelectorTool::InDetDetailedTrackSelectorTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 32 of file InDetDetailedTrackSelectorTool.cxx.
|
default |
|
private |
Definition at line 793 of file InDetDetailedTrackSelectorTool.cxx.
|
private |
Definition at line 652 of file InDetDetailedTrackSelectorTool.cxx.
|
virtual |
Implements Trk::ITrackSelectorTool.
Definition at line 129 of file InDetDetailedTrackSelectorTool.cxx.
|
virtual |
Implements Trk::ITrackSelectorTool.
Definition at line 265 of file InDetDetailedTrackSelectorTool.cxx.
|
private |
Definition at line 834 of file InDetDetailedTrackSelectorTool.cxx.
|
virtual |
Implements Trk::ITrackSelectorTool.
Definition at line 422 of file InDetDetailedTrackSelectorTool.cxx.
|
private |
Definition at line 802 of file InDetDetailedTrackSelectorTool.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.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
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
| StatusCode InDet::InDetDetailedTrackSelectorTool::finalize | ( | ) |
Definition at line 121 of file InDetDetailedTrackSelectorTool.cxx.
|
private |
Definition at line 38 of file InDetDetailedTrackSelectorTool.cxx.
|
inlineprivate |
Definition at line 82 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 395 of file InDetDetailedTrackSelectorTool.cxx.
| StatusCode InDet::InDetDetailedTrackSelectorTool::initialize | ( | ) |
Definition at line 68 of file InDetDetailedTrackSelectorTool.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.
|
inlinestaticinherited |
Definition at line 38 of file ITrackSelectorTool.h.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.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 1059 of file InDetDetailedTrackSelectorTool.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.
|
overridevirtualinherited |
Perform system initialization for an algorithm.
We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.
Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 177 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 183 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 201 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 188 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 109 of file InDetDetailedTrackSelectorTool.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 113 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 225 of file InDetDetailedTrackSelectorTool.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 199 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 211 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 170 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 172 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 171 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 207 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 103 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 104 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 161 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 117 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 119 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 122 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 120 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 121 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 124 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 126 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 132 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 138 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 140 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 127 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 134 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 159 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 163 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 165 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 223 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 150 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 152 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 154 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 156 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 216 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 197 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 102 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 221 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 101 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 174 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 180 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 106 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 107 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 195 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 215 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 203 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 144 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 190 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 192 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 227 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 187 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 219 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 149 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 169 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 116 of file InDetDetailedTrackSelectorTool.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Definition at line 105 of file InDetDetailedTrackSelectorTool.h.
|
private |
Definition at line 111 of file InDetDetailedTrackSelectorTool.h.