![]() |
ATLAS Offline Software
|
#include <InDetV0FinderTool.h>
Public Member Functions | |
| InDetV0FinderTool (const std::string &t, const std::string &n, const IInterface *p) | |
| ~InDetV0FinderTool () | |
| StatusCode | initialize () |
| StatusCode | finalize () |
| StatusCode | performSearch (xAOD::VertexContainer *v0Container, xAOD::VertexContainer *ksContainer, xAOD::VertexContainer *laContainer, xAOD::VertexContainer *lbContainer, const xAOD::Vertex *vertex, const xAOD::VertexContainer *vertColl, const EventContext &ctx) const |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | 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 | |
| void | SGError (const std::string &errService) const |
| bool | doFit (const xAOD::TrackParticle *track1, const xAOD::TrackParticle *track2, Amg::Vector3D &startingPoint, const EventContext &ctx) const |
| bool | d0Pass (const xAOD::TrackParticle *track1, const xAOD::TrackParticle *track2, const xAOD::VertexContainer *vertColl, const EventContext &ctx) const |
| bool | d0Pass (const xAOD::TrackParticle *track1, const xAOD::VertexContainer *vertColl, const EventContext &ctx) const |
| bool | d0Pass (const xAOD::TrackParticle *track1, const xAOD::Vertex *vertex, const EventContext &ctx) const |
| bool | d0Pass (const xAOD::TrackParticle *track1, const Amg::Vector3D &vertex, const EventContext &ctx) const |
| bool | pointAtVertex (const xAOD::Vertex *v0, const xAOD::Vertex *PV, float &score) const |
| bool | pointAtVertexColl (xAOD::Vertex *v0, const xAOD::VertexContainer *vertColl, float &score) const |
| bool | doMassFit (xAOD::Vertex *vxCandidate, int pdgID) const |
| xAOD::Vertex * | massFit (int pdgID, const std::vector< const xAOD::TrackParticle * > &pairV0, const Amg::Vector3D &vertex) const |
| ElementLink< xAOD::TrackParticleContainer > | makeLink (const xAOD::TrackParticle *, const std::vector< const xAOD::TrackParticleContainer * > &) const |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Static Private Member Functions | |
| static double | invariantMass (const Trk::TrackParameters *per1, const Trk::TrackParameters *per2, double m1, double m2) |
Private Attributes | |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_trackParticleKey |
| PublicToolHandle< Trk::IVertexFitter > | m_iVertexFitter |
| PublicToolHandle< Trk::IVertexFitter > | m_iVKVertexFitter |
| PublicToolHandle< Trk::IVertexFitter > | m_iKshortFitter |
| PublicToolHandle< Trk::IVertexFitter > | m_iLambdaFitter |
| PublicToolHandle< Trk::IVertexFitter > | m_iLambdabarFitter |
| PublicToolHandle< Trk::IVertexFitter > | m_iGammaFitter |
| PublicToolHandle< Trk::V0Tools > | m_V0Tools |
| PublicToolHandle< Reco::ITrackToVertex > | m_trackToVertexTool |
| PublicToolHandle< Trk::ITrackSelectorTool > | m_trkSelector |
| PublicToolHandle< InDet::VertexPointEstimator > | m_vertexEstimator |
| PublicToolHandle< Trk::IExtrapolator > | m_extrapolator |
| const HepPDT::ParticleDataTable * | m_particleDataTable = nullptr |
| BooleanProperty | m_doSimpleV0 {this, "doSimpleV0", false} |
| = true equivalent to the old InDetSimpleV0Finder (false) | |
| BooleanProperty | m_useorigin {this, "useorigin", true} |
| = true only using tracks that have no vertex association (true) | |
| BooleanProperty | m_samesign {this, "AddSameSign", false} |
| = true select tracks with same sign (false) | |
| BooleanProperty | m_pv {this, "trkSelPV", false} |
| = true select tracks wrt primary vertex (false) | |
| BooleanProperty | m_use_vertColl {this, "useVertexCollection", false} |
| = true select tracks wrt a vertex collection (false) | |
| BooleanProperty | m_useTRTplusTRT {this, "useTRTplusTRT", false} |
| = use TRT+TRT pairs (true) | |
| BooleanProperty | m_useTRTplusSi {this, "useTRTplusSi", false} |
| = use TRT+Si pairs (true) | |
| BooleanProperty | m_useV0Fitter {this, "useV0Fitter", false} |
| = true if using TrkV0Fitter, = false if using VKalVert (true) | |
| BooleanProperty | m_use_innerPixHits {this, "use_innerPixHits", false} |
| = true select allows tracks with no innermost pixel layer hits to always pass d0 significance cut (false) | |
| BooleanProperty | m_useBDT {this, "useBDT", false} |
| = true uses BDT selections in place of rectangular pointAtVertex + minVertProb | |
| BooleanProperty | m_useTrkSel {this, "use_TrackSelector", true} |
| = true uses TrackSelectorTool | |
| IntegerProperty | m_masses {this, "masses", 1} |
| = 1 if using PDG values, = 2 if user set (1) | |
| DoubleProperty | m_masspi {this, "masspi", ParticleConstants::chargedPionMassInMeV} |
| pion mass (139.57 MeV) | |
| DoubleProperty | m_massp {this, "massp", ParticleConstants::protonMassInMeV} |
| proton mass (938.272 MeV) | |
| DoubleProperty | m_masse {this, "masse", ParticleConstants::electronMassInMeV} |
| electron mass (0.510999 MeV) | |
| DoubleProperty | m_massK0S {this, "massK0S", ParticleConstants::KZeroMassInMeV} |
| Kshort mass (497.672 MeV) | |
| DoubleProperty | m_massLambda {this, "massLambda", ParticleConstants::lambdaMassInMeV} |
| Lambda mass (1115.68 MeV) | |
| DoubleProperty | m_ptTRT {this, "ptTRT", 700.} |
| Minimum pT for TRT tracks (700. | |
| DoubleProperty | m_maxsxy {this, "maxsxy", 1000.} |
| Maximum Rxy of starting point (1000. | |
| DoubleProperty | m_uksmin {this, "uksmin", 400.} |
| min Kshort mass, unconstrained fit (400. | |
| DoubleProperty | m_uksmax {this, "uksmax", 600.} |
| max Kshort mass, unconstrained fit (600. | |
| DoubleProperty | m_ulamin {this, "ulamin", 1000.} |
| min Lambda mass, unconstrained fit (1000. | |
| DoubleProperty | m_ulamax {this, "ulamax", 1200.} |
| max Lambda mass, unconstrained fit (1200. | |
| DoubleProperty | m_ksmin {this, "ksmin", 400.} |
| min Kshort mass (400. | |
| DoubleProperty | m_ksmax {this, "ksmax", 600.} |
| max Kshort mass (600. | |
| DoubleProperty | m_lamin {this, "lamin", 1000.} |
| min Lambda mass (1000. | |
| DoubleProperty | m_lamax {this, "lamax", 1200.} |
| max Lambda mass (1200. | |
| DoubleProperty | m_errmass {this, "errmass", 100.} |
| Maximum mass error (100. | |
| DoubleProperty | m_minVertProb {this, "minVertProb", 0.0001} |
| Minimum vertex probability (0.0001) | |
| DoubleProperty | m_minConstrVertProb {this, "minConstrVertProb", 0.0001} |
| Minimum vertex probability for constrained fit (0.0001) | |
| DoubleProperty | m_d0_cut {this, "d0_cut", 2.} |
| track d0 significance wrt a vertex (>2.) | |
| DoubleProperty | m_max_d0_cut {this, "max_d0_cut", 999999.} |
| track |d0| wrt a vertex (<999999.) | |
| DoubleProperty | m_max_z0_cut {this, "max_z0_cut", 999999.} |
| track |z0| wrt a vertex (<999999.) | |
| DoubleProperty | m_vert_lxy_sig {this, "vert_lxy_sig", 2.} |
| V0 lxy significance wrt a vertex (>2.) | |
| DoubleProperty | m_vert_lxy_cut {this, "vert_lxy_cut", 500.} |
| V0 lxy V0 lxy (<500.) | |
| DoubleProperty | m_vert_a0xy_cut {this, "vert_a0xy_cut", 3.} |
| V0 |a0xy| wrt a vertex (<3.) | |
| DoubleProperty | m_vert_a0z_cut {this, "vert_a0z_cut", 15.} |
| V0 |a0z| wrt a vertex (<15.) | |
| DoubleProperty | m_vert_cos_cut {this, "vert_cos_cut", 0.} |
| V0 cos(theta) angle between displacement and momentum (>0.) | |
| DoubleProperty | m_BDTCut {this, "BDTCut", -1} |
| BDT Score threshold. | |
| StringProperty | m_BDTFile {this, "BDTFile", "XGBModelBetterVertex.root"} |
| Filename of mvaUtils model file, located in /InDetV0FinderTool/BDT/v1/. | |
| std::atomic< unsigned int > | m_events_processed {} |
| std::atomic< unsigned int > | m_V0s_stored {} |
| std::atomic< unsigned int > | m_Kshort_stored {} |
| std::atomic< unsigned int > | m_Lambda_stored {} |
| std::atomic< unsigned int > | m_Lambdabar_stored {} |
| std::atomic< unsigned int > | m_Gamma_stored {} |
| const Trk::TrkV0VertexFitter * | m_concreteVertexFitter = nullptr |
| SG::ReadHandleKey< xAOD::VertexContainer > | m_vertexKey |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_v0LinksDecorkeyks |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_v0LinksDecorkeylb |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_v0LinksDecorkeylbb |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_v0_ksLinksDecorkey |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_v0_laLinksDecorkey |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_v0_lbLinksDecorkey |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_mDecor_gfit |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_mDecor_gmass |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_mDecor_gmasserr |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_mDecor_gprob |
| SG::WriteDecorHandleKey< xAOD::VertexContainer > | m_v0_BDTScore |
| std::unique_ptr< MVAUtils::BDT > | m_BDT |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfo_key {this, "EventInfo", "EventInfo", "Input event information"} |
| SG::ReadCondHandleKey< InDet::BeamSpotData > | m_beamSpotKey { this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot" } |
| SG::ReadDecorHandleKeyArray< xAOD::EventInfo > | m_beamSpotDecoKey {this, "BeamSpotDecoKeys", m_eventInfo_key, {"beamPosX", "beamPosY", "beamPosZ"}, "Add the scheduler dependencies on the beamspot information"} |
| Gaudi::Property< bool > | m_useBeamSpotCond { this, "UseBeamSpotCond", false } |
| Gaudi::Property< std::string > | m_v0Key { this, "V0ContainerName", "V0Candidates", "V0 container name (same calling alg)" } |
| Gaudi::Property< std::string > | m_ksKey { this, "KshortContainerName", "KshortCandidates", "Ks container name (same calling alg)" } |
| Gaudi::Property< std::string > | m_laKey |
| Gaudi::Property< std::string > | m_lbKey |
| Gaudi::Property< int > | m_maxPV { this, "MaxPV", 999999 } |
| SG::ReadHandleKeyArray< xAOD::TrackParticleContainer > | m_RelinkContainers {this, "RelinkTracks", {}, "Track Containers if they need to be relinked through indirect use" } |
| ServiceHandle< IPartPropSvc > | m_partPropSvc {this, "PartPropSvc", "PartPropSvc"} |
| 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 102 of file InDetV0FinderTool.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| InDet::InDetV0FinderTool::InDetV0FinderTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 34 of file InDetV0FinderTool.cxx.
|
default |
|
private |
Definition at line 714 of file InDetV0FinderTool.cxx.
|
private |
Definition at line 628 of file InDetV0FinderTool.cxx.
|
private |
Definition at line 693 of file InDetV0FinderTool.cxx.
|
private |
Definition at line 666 of file InDetV0FinderTool.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.
|
private |
Definition at line 594 of file InDetV0FinderTool.cxx.
|
private |
Definition at line 788 of file InDetV0FinderTool.cxx.
|
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::InDetV0FinderTool::finalize | ( | ) |
Definition at line 573 of file InDetV0FinderTool.cxx.
| StatusCode InDet::InDetV0FinderTool::initialize | ( | ) |
Definition at line 43 of file InDetV0FinderTool.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.
|
inlinestatic |
Definition at line 110 of file InDetV0FinderTool.h.
|
staticprivate |
Definition at line 776 of file InDetV0FinderTool.cxx.
|
private |
Definition at line 865 of file InDetV0FinderTool.cxx.
|
private |
Definition at line 819 of file InDetV0FinderTool.cxx.
|
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.
| StatusCode InDet::InDetV0FinderTool::performSearch | ( | xAOD::VertexContainer * | v0Container, |
| xAOD::VertexContainer * | ksContainer, | ||
| xAOD::VertexContainer * | laContainer, | ||
| xAOD::VertexContainer * | lbContainer, | ||
| const xAOD::Vertex * | vertex, | ||
| const xAOD::VertexContainer * | vertColl, | ||
| const EventContext & | ctx ) const |
Definition at line 180 of file InDetV0FinderTool.cxx.
|
private |
Definition at line 735 of file InDetV0FinderTool.cxx.
|
private |
Definition at line 768 of file InDetV0FinderTool.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.
|
private |
Definition at line 588 of file InDetV0FinderTool.cxx.
|
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 238 of file InDetV0FinderTool.h.
|
private |
|
private |
Filename of mvaUtils model file, located in /InDetV0FinderTool/BDT/v1/.
Definition at line 191 of file InDetV0FinderTool.h.
|
private |
Definition at line 242 of file InDetV0FinderTool.h.
|
private |
Definition at line 241 of file InDetV0FinderTool.h.
|
private |
Definition at line 220 of file InDetV0FinderTool.h.
|
private |
track d0 significance wrt a vertex (>2.)
Definition at line 181 of file InDetV0FinderTool.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
= true equivalent to the old InDetSimpleV0Finder (false)
Definition at line 150 of file InDetV0FinderTool.h.
|
private |
Maximum mass error (100.
MeV)
Definition at line 178 of file InDetV0FinderTool.h.
|
private |
Definition at line 240 of file InDetV0FinderTool.h.
|
mutableprivate |
Definition at line 194 of file InDetV0FinderTool.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 145 of file InDetV0FinderTool.h.
|
mutableprivate |
Definition at line 199 of file InDetV0FinderTool.h.
|
private |
Definition at line 135 of file InDetV0FinderTool.h.
|
private |
Definition at line 129 of file InDetV0FinderTool.h.
|
private |
Definition at line 133 of file InDetV0FinderTool.h.
|
private |
Definition at line 131 of file InDetV0FinderTool.h.
|
private |
Definition at line 125 of file InDetV0FinderTool.h.
|
private |
Definition at line 127 of file InDetV0FinderTool.h.
|
mutableprivate |
Definition at line 196 of file InDetV0FinderTool.h.
|
private |
Definition at line 246 of file InDetV0FinderTool.h.
|
private |
max Kshort mass (600.
MeV)
Definition at line 175 of file InDetV0FinderTool.h.
|
private |
min Kshort mass (400.
MeV)
Definition at line 174 of file InDetV0FinderTool.h.
|
private |
Definition at line 247 of file InDetV0FinderTool.h.
|
private |
max Lambda mass (1200.
MeV)
Definition at line 177 of file InDetV0FinderTool.h.
|
mutableprivate |
Definition at line 197 of file InDetV0FinderTool.h.
|
mutableprivate |
Definition at line 198 of file InDetV0FinderTool.h.
|
private |
min Lambda mass (1000.
MeV)
Definition at line 176 of file InDetV0FinderTool.h.
|
private |
Definition at line 249 of file InDetV0FinderTool.h.
|
private |
electron mass (0.510999 MeV)
Definition at line 165 of file InDetV0FinderTool.h.
|
private |
= 1 if using PDG values, = 2 if user set (1)
Definition at line 162 of file InDetV0FinderTool.h.
|
private |
Kshort mass (497.672 MeV)
Definition at line 166 of file InDetV0FinderTool.h.
|
private |
Lambda mass (1115.68 MeV)
Definition at line 167 of file InDetV0FinderTool.h.
|
private |
proton mass (938.272 MeV)
Definition at line 164 of file InDetV0FinderTool.h.
|
private |
pion mass (139.57 MeV)
Definition at line 163 of file InDetV0FinderTool.h.
|
private |
track |d0| wrt a vertex (<999999.)
Definition at line 182 of file InDetV0FinderTool.h.
|
private |
track |z0| wrt a vertex (<999999.)
Definition at line 183 of file InDetV0FinderTool.h.
|
private |
Definition at line 251 of file InDetV0FinderTool.h.
|
private |
Maximum Rxy of starting point (1000.
mm)
Definition at line 169 of file InDetV0FinderTool.h.
|
private |
Definition at line 231 of file InDetV0FinderTool.h.
|
private |
Definition at line 232 of file InDetV0FinderTool.h.
|
private |
Definition at line 233 of file InDetV0FinderTool.h.
|
private |
Definition at line 234 of file InDetV0FinderTool.h.
|
private |
Minimum vertex probability for constrained fit (0.0001)
Definition at line 180 of file InDetV0FinderTool.h.
|
private |
Minimum vertex probability (0.0001)
Definition at line 179 of file InDetV0FinderTool.h.
|
private |
Definition at line 148 of file InDetV0FinderTool.h.
|
private |
Definition at line 255 of file InDetV0FinderTool.h.
|
private |
Minimum pT for TRT tracks (700.
MeV)
Definition at line 168 of file InDetV0FinderTool.h.
|
private |
= true select tracks wrt primary vertex (false)
Definition at line 153 of file InDetV0FinderTool.h.
|
private |
Definition at line 252 of file InDetV0FinderTool.h.
|
private |
= true select tracks with same sign (false)
Definition at line 152 of file InDetV0FinderTool.h.
|
private |
Definition at line 122 of file InDetV0FinderTool.h.
|
private |
Definition at line 139 of file InDetV0FinderTool.h.
|
private |
Definition at line 141 of file InDetV0FinderTool.h.
|
private |
max Kshort mass, unconstrained fit (600.
MeV)
Definition at line 171 of file InDetV0FinderTool.h.
|
private |
min Kshort mass, unconstrained fit (400.
MeV)
Definition at line 170 of file InDetV0FinderTool.h.
|
private |
max Lambda mass, unconstrained fit (1200.
MeV)
Definition at line 173 of file InDetV0FinderTool.h.
|
private |
min Lambda mass, unconstrained fit (1000.
MeV)
Definition at line 172 of file InDetV0FinderTool.h.
|
private |
= true select allows tracks with no innermost pixel layer hits to always pass d0 significance cut (false)
Definition at line 158 of file InDetV0FinderTool.h.
|
private |
= true select tracks wrt a vertex collection (false)
Definition at line 154 of file InDetV0FinderTool.h.
|
private |
= true uses BDT selections in place of rectangular pointAtVertex + minVertProb
Definition at line 159 of file InDetV0FinderTool.h.
|
private |
Definition at line 243 of file InDetV0FinderTool.h.
|
private |
= true only using tracks that have no vertex association (true)
Definition at line 151 of file InDetV0FinderTool.h.
|
private |
= true uses TrackSelectorTool
Definition at line 160 of file InDetV0FinderTool.h.
|
private |
= use TRT+Si pairs (true)
Definition at line 156 of file InDetV0FinderTool.h.
|
private |
= use TRT+TRT pairs (true)
Definition at line 155 of file InDetV0FinderTool.h.
|
private |
= true if using TrkV0Fitter, = false if using VKalVert (true)
Definition at line 157 of file InDetV0FinderTool.h.
|
private |
Definition at line 236 of file InDetV0FinderTool.h.
|
private |
Definition at line 227 of file InDetV0FinderTool.h.
|
private |
Definition at line 228 of file InDetV0FinderTool.h.
|
private |
Definition at line 229 of file InDetV0FinderTool.h.
|
private |
Definition at line 245 of file InDetV0FinderTool.h.
|
private |
Definition at line 224 of file InDetV0FinderTool.h.
|
private |
Definition at line 225 of file InDetV0FinderTool.h.
|
private |
Definition at line 226 of file InDetV0FinderTool.h.
|
mutableprivate |
Definition at line 195 of file InDetV0FinderTool.h.
|
private |
Definition at line 137 of file InDetV0FinderTool.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
V0 |a0xy| wrt a vertex (<3.)
Definition at line 186 of file InDetV0FinderTool.h.
|
private |
V0 |a0z| wrt a vertex (<15.)
Definition at line 187 of file InDetV0FinderTool.h.
|
private |
V0 cos(theta) angle between displacement and momentum (>0.)
Definition at line 188 of file InDetV0FinderTool.h.
|
private |
V0 lxy V0 lxy (<500.)
Definition at line 185 of file InDetV0FinderTool.h.
|
private |
V0 lxy significance wrt a vertex (>2.)
Definition at line 184 of file InDetV0FinderTool.h.
|
private |
Definition at line 143 of file InDetV0FinderTool.h.
|
private |
Definition at line 222 of file InDetV0FinderTool.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.