![]() |
ATLAS Offline Software
|
#include <InDetConversionTrackSelectorTool.h>
Public Member Functions | |
| virtual StatusCode | initialize () override |
| InDetConversionTrackSelectorTool (const std::string &t, const std::string &n, const IInterface *p) | |
| virtual | ~InDetConversionTrackSelectorTool ()=default |
| virtual bool | decision (const Trk::Track &track, const Trk::Vertex *vertex) const override final |
| Select a Trk::Track. | |
| virtual bool | decision (const Trk::TrackParticleBase &track, const Trk::Vertex *vertex) const override final |
| Select a Trk::TrackParticleBase. | |
| virtual bool | decision (const xAOD::TrackParticle &, const xAOD::Vertex *) const override final |
| 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 |
| unsigned int | getEtaBin (const Trk::Perigee &perigee) const |
| Amg::Vector3D | getPosOrBeamSpot (const EventContext &ctx, const xAOD::Vertex *) const |
| Trk::Vertex * | getBeamSpot (const EventContext &ctx) const |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| ToolHandle< Trk::IExtrapolator > | m_extrapolator |
| SG::ReadCondHandleKey< InDet::BeamSpotData > | m_beamSpotKey |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfo_key {this, "EventInfo", "EventInfo", "Input event information"} |
| Gaudi::Property< bool > | m_useEventInfoBs {this,"UseEventInfoBS",false} |
| DoubleProperty | m_maxSiD0 {this, "maxSiD0", 35., "Maximal d0 at (0,0,0) for tracks with Si hits"} |
| Properties for track selection:all cuts are ANDed. | |
| DoubleProperty | m_maxTrtD0 {this, "maxTrtD0", 100., "Maximal d0 at (0,0,0) for standalone TRT tracks"} |
| DoubleProperty | m_maxSiZ0 {this, "maxSiZ0", 200., "Maximal z0 at (0,0,0)"} |
| DoubleProperty | m_maxTrtZ0 {this, "maxTrtZ0", 1200., "Maximal z0 at (0,0,0) for standalone TRT tracks"} |
| DoubleProperty | m_minPt {this, "minPt", 500., "Minimum Pt of tracks"} |
| DoubleProperty | m_trRatio1 {this, "RatioCut1", 0.5, "TR ratio for tracks with 15 or less TRT hits"} |
| DoubleProperty | m_trRatio2 {this, "RatioCut2", 0.1, "TR ratio for tracks with 16 to 25 TRT hits"} |
| DoubleProperty | m_trRatio3 {this, "RatioCut3", 0.05, "TR ratio for tracks with 26 or more TRT hits"} |
| DoubleProperty | m_trRatioTRT {this, "RatioTRT", 0.1, "TR ratio for all TRT only tracks"} |
| DoubleArrayProperty | m_TRTTrksEtaBins |
| DoubleArrayProperty | m_TRTTrksBinnedRatioTRT |
| DoubleProperty | m_trRatioV0 {this, "RatioV0", 1., "TR ratio for pion selection during V0 reconstruction"} |
| DoubleProperty | m_sD0_Si {this, "significanceD0_Si", 2., "Cut on D0 significance of Si tracks"} |
| DoubleProperty | m_sD0_Trt {this, "significanceD0_Trt", 0.5, "Cut on D0 significance of TRT tracks"} |
| DoubleProperty | m_sZ0_Trt {this, "significanceZ0_Trt", 3., "Cut on Z0 significance of TRT tracks"} |
| BooleanProperty | m_isConv {this, "IsConversion", true, "Conversion flag"} |
| BooleanProperty | m_PIDonlyForXe {this, "PIDonlyForXe", false, "Only check TRT PID if all hits are Xe hits"} |
| 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 32 of file InDetConversionTrackSelectorTool.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| InDet::InDetConversionTrackSelectorTool::InDetConversionTrackSelectorTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 21 of file InDetConversionTrackSelectorTool.cxx.
|
virtualdefault |
|
finaloverridevirtual |
Select a Trk::Track.
Implements Trk::ITrackSelectorTool.
Definition at line 78 of file InDetConversionTrackSelectorTool.cxx.
|
finaloverridevirtual |
Select a Trk::TrackParticleBase.
Implements Trk::ITrackSelectorTool.
Definition at line 197 of file InDetConversionTrackSelectorTool.cxx.
|
finaloverridevirtual |
Implements Trk::ITrackSelectorTool.
Definition at line 338 of file InDetConversionTrackSelectorTool.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
|
private |
Definition at line 37 of file InDetConversionTrackSelectorTool.cxx.
|
inlineprivate |
Definition at line 58 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 62 of file InDetConversionTrackSelectorTool.cxx.
|
private |
Definition at line 314 of file InDetConversionTrackSelectorTool.cxx.
|
overridevirtual |
Definition at line 28 of file InDetConversionTrackSelectorTool.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.
|
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 76 of file InDetConversionTrackSelectorTool.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 82 of file InDetConversionTrackSelectorTool.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 72 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 120 of file InDetConversionTrackSelectorTool.h.
|
private |
Properties for track selection:all cuts are ANDed.
Definition at line 86 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 90 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 88 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 91 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 93 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 121 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 113 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 115 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 117 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 94 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 96 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 98 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 100 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 111 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 107 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 103 of file InDetConversionTrackSelectorTool.h.
|
private |
Definition at line 83 of file InDetConversionTrackSelectorTool.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.