![]() |
ATLAS Offline Software
|
EF hypothesis algorithm for B -> mu+ mu- X decays: B+ -> mu+ mu- K+ B_c+ -> J/psi(-> mu+ mu-) pi+ B_s0 -> mu+ mu- phi1020(-> K+, K-) B0 -> mu+ mu- K*0(-> K+ pi-) Lambda_b0 -> J/psi(-> mu+ mu-) p K- B_c+ -> J/psi(-> mu+ mu-) D_s+(->phi(-> K+ K-) pi+) B_c+ -> J/psi(-> mu+ mu-) D+(-> K- pi+ pi+) B_c+ -> J/psi(-> mu+ mu-) D*+(-> D0(-> K- pi+) pi+) partial (lost pion from D*+) and full reconstruction. More...
#include <TrigBmumuxComboHypo.h>
Public Types | |
| enum | Decay : size_t { kPsi_2mu , kB_2mu1trk , kB_2mu2trk , kDs , kDplus , kD0 , kB_PsiPi , kFastFit_2trk , kFastFit_2mu1trk } |
Public Member Functions | |
| TrigBmumuxComboHypo (const std::string &name, ISvcLocator *pSvcLocator) | |
| TrigBmumuxComboHypo ()=delete | |
| virtual StatusCode | initialize () override |
| virtual StatusCode | execute (const EventContext &context) const override |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. | |
| virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. | |
| 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 |
| 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. | |
| 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 Member Functions | |
| const SG::ReadHandleKeyArray< TrigCompositeUtils::DecisionContainer > & | decisionsInput () const |
| const SG::WriteHandleKeyArray< TrigCompositeUtils::DecisionContainer > & | decisionsOutput () const |
| const Combo::MultiplicityReqMap & | triggerMultiplicityMap () const |
| const Combo::LegMap & | legToInputCollectionMap () const |
| ToolHandleArray< ComboHypoToolBase > & | hypoTools () |
| const ToolHandleArray< ComboHypoToolBase > & | hypoTools () 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. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| StatusCode | mergeMuonsFromDecisions (TrigBmumuxState &) const |
| Go through state.previousDecisions(), fetch xAOD::Muons objects attached to decisions and save links to them in state.muons(). | |
| StatusCode | mergeTracksFromViews (TrigBmumuxState &) const |
| Go through state.previousDecisions() and fetch xAOD::TrackParticle objects associated with the nearest SG::View. | |
| StatusCode | findDimuonCandidates (TrigBmumuxState &) const |
| Make all possible dimuon combinations from state.muons(), fit muon InDet tracks to the common vertex, dimuon vertices are stored in state.dimuons() and in state.trigBphysCollection() (as xAOD::TrigBphys objects). | |
| StatusCode | findBmumuxCandidates (TrigBmumuxState &) const |
| Find B decays by appling next three subprocedures to each found dimuon candidate. | |
| StatusCode | findBmumuxCandidates_selectTracks (TrigBmumuxState &, size_t dimuonIndex) const |
| Select tracks in vicinity of given dimuon vertex. | |
| StatusCode | findBmumuxCandidates_fastFit (TrigBmumuxState &, size_t dimuonIndex) const |
| Go through (dimuon+track) and (track+track) combinations found by findBmumuxCandidates_fit(makeCombinations = true) Perform fast fit if combination occurred more than five times. | |
| StatusCode | findBmumuxCandidates_fit (TrigBmumuxState &, size_t dimuonIndex, bool makeCombinations=false) const |
| Perform fit of B decays for the topologies described above if makeCombinations = false. | |
| StatusCode | createDecisionObjects (TrigBmumuxState &) const |
| Create a decision for each xAOD::TrigBphys object from state.trigBphysCollection() and save it to state.decisions(); use hypoTools() to assign correct decisionIDs according to xAOD::TrigBphys::particleType() | |
| std::unique_ptr< xAOD::Vertex > | fit (const EventContext &context, const std::vector< ElementLink< xAOD::TrackParticleContainer > > &trackParticleLinks, Decay decay=kPsi_2mu, const xAOD::Vertex *dimuon=nullptr) const |
| Perform a vertex fit on selected tracks. | |
| xAOD::TrigBphys * | makeTriggerObject (TrigBmumuxState &state, const xAOD::Vertex &vertex, xAOD::TrigBphys::pType type=xAOD::TrigBphys::MULTIMU, const std::vector< double > &trkMass={PDG::mMuon, PDG::mMuon}, const ElementLink< xAOD::TrigBphysContainer > &dimuonLink=ElementLink< xAOD::TrigBphysContainer >()) const |
| Construct the trigger object that may be stored for debugging or matching. | |
| bool | isIdenticalTracks (const xAOD::TrackParticle *lhs, const xAOD::TrackParticle *rhs) const |
| Attempts to identify identical tracks by selection on DeltaR. | |
| bool | isIdenticalTracks (const xAOD::Muon *lhs, const xAOD::Muon *rhs) const |
| bool | isInSameRoI (const xAOD::Muon *, const xAOD::TrackParticle *) const |
| Attempts to identify if the track is in the same RoI as the muon by comparing the angle with the RoI limits. | |
| bool | passDimuonTrigger (const std::vector< const TrigCompositeUtils::DecisionIDContainer * > &previousDecisionIDs) const |
| bool | isInMassRange (double mass, const std::pair< double, double > &range) const |
| Checks that the given mass value falls into the specified range. | |
| double | Lxy (const Amg::Vector3D &productionVertex, const xAOD::Vertex &decayVertex) const |
| Calculate the Lxy (~distance between vertices) It is defined as the transverse distance between the production and decay vertices projected along the transverse momentum of the particle. | |
| xAOD::TrackParticle::GenVecFourMom_t | momentum (const xAOD::Vertex &vertex, const std::vector< double > &trkMass) const |
| Calculate 4-momentum of the fitted vertex particle assuming the given masses. | |
| StatusCode | copyDecisions (const Combo::LegDecisionsMap &passingLegs, const EventContext &context) const |
| iterates over the inputs and for every object (no filtering) crates output object linked to input moving the decisions that are mentioned in the passing set | |
| StatusCode | extractFeatureAndRoI (const HLT::Identifier &chainLegId, const ElementLink< TrigCompositeUtils::DecisionContainer > &EL, SG::sgkey_t &featureKey, TrigCompositeUtils::Decision::index_type &featureIndex, SG::sgkey_t &roiKey, TrigCompositeUtils::Decision::index_type &roiIndex, bool &roiFullscan, bool &objectRequestsNoMultiplicityCheck, SG::SGKeyMap< std::set< uint32_t > > &priorFeaturesMap) const |
| For a given Decision node from a HypoAlg, extracts type-less identification data on the node's Feature and seeding ROI. | |
| StatusCode | fillDecisionsMap (Combo::LegDecisionsMap &dmap, const EventContext &context) const |
| iterates over all inputs, associating inputs to legs | |
| 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_trackParticleContainerKey |
| SG::ReadHandleKey< xAOD::MuonContainer > | m_muonContainerKey |
| SG::WriteHandleKey< xAOD::TrigBphysContainer > | m_trigBphysContainerKey |
| SG::ReadCondHandleKey< InDet::BeamSpotData > | m_beamSpotKey {this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot"} |
| Gaudi::Property< double > | m_deltaR |
| Gaudi::Property< double > | m_trkZ0 |
| Gaudi::Property< double > | m_roiEtaWidth |
| Gaudi::Property< double > | m_roiPhiWidth |
| Gaudi::Property< size_t > | m_fitAttemptsWarningThreshold |
| Gaudi::Property< size_t > | m_fitAttemptsBreakThreshold |
| Gaudi::Property< double > | m_fastFit_2trk_chi2 |
| Gaudi::Property< double > | m_fastFit_2mu1trk_chi2 |
| Gaudi::Property< bool > | m_dimuon_rejectSameChargeTracks |
| Gaudi::Property< std::pair< double, double > > | m_dimuon_massRange |
| Gaudi::Property< double > | m_dimuon_chi2 |
| Gaudi::Property< bool > | m_BplusToMuMuKaon |
| Gaudi::Property< double > | m_BplusToMuMuKaon_minKaonPt |
| Gaudi::Property< std::pair< double, double > > | m_BplusToMuMuKaon_massRange |
| Gaudi::Property< float > | m_BplusToMuMuKaon_chi2 |
| Gaudi::Property< bool > | m_BplusToMuMuKaon_useFastFit |
| Gaudi::Property< bool > | m_BcToMuMuPion |
| Gaudi::Property< double > | m_BcToMuMuPion_minPionPt |
| Gaudi::Property< std::pair< double, double > > | m_BcToMuMuPion_dimuonMassRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToMuMuPion_massRange |
| Gaudi::Property< float > | m_BcToMuMuPion_chi2 |
| Gaudi::Property< bool > | m_BcToMuMuPion_useFastFit |
| Gaudi::Property< bool > | m_BsToMuMuPhi1020 |
| Gaudi::Property< bool > | m_BsToMuMuPhi1020_rejectSameChargeTracks |
| Gaudi::Property< double > | m_BsToMuMuPhi1020_minKaonPt |
| Gaudi::Property< std::pair< double, double > > | m_BsToMuMuPhi1020_massRange |
| Gaudi::Property< std::pair< double, double > > | m_BsToMuMuPhi1020_phiMassRange |
| Gaudi::Property< float > | m_BsToMuMuPhi1020_chi2 |
| Gaudi::Property< bool > | m_BsToMuMuPhi1020_useFastFit |
| Gaudi::Property< bool > | m_BdToMuMuKstar0 |
| Gaudi::Property< bool > | m_BdToMuMuKstar0_rejectSameChargeTracks |
| Gaudi::Property< double > | m_BdToMuMuKstar0_minKaonPt |
| Gaudi::Property< double > | m_BdToMuMuKstar0_minPionPt |
| Gaudi::Property< std::pair< double, double > > | m_BdToMuMuKstar0_massRange |
| Gaudi::Property< std::pair< double, double > > | m_BdToMuMuKstar0_KstarMassRange |
| Gaudi::Property< float > | m_BdToMuMuKstar0_chi2 |
| Gaudi::Property< bool > | m_BdToMuMuKstar0_useFastFit |
| Gaudi::Property< bool > | m_LambdaBToMuMuProtonKaon |
| Gaudi::Property< bool > | m_LambdaBToMuMuProtonKaon_rejectSameChargeTracks |
| Gaudi::Property< double > | m_LambdaBToMuMuProtonKaon_minProtonPt |
| Gaudi::Property< double > | m_LambdaBToMuMuProtonKaon_minKaonPt |
| Gaudi::Property< double > | m_LambdaBToMuMuProtonKaon_minKstarMass |
| Gaudi::Property< std::pair< double, double > > | m_LambdaBToMuMuProtonKaon_dimuonMassRange |
| Gaudi::Property< std::pair< double, double > > | m_LambdaBToMuMuProtonKaon_massRange |
| Gaudi::Property< float > | m_LambdaBToMuMuProtonKaon_chi2 |
| Gaudi::Property< bool > | m_LambdaBToMuMuProtonKaon_useFastFit |
| Gaudi::Property< bool > | m_BcToDsMuMu |
| Gaudi::Property< double > | m_BcToDsMuMu_minKaonPt |
| Gaudi::Property< double > | m_BcToDsMuMu_minPionPt |
| Gaudi::Property< std::pair< double, double > > | m_BcToDsMuMu_massRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToDsMuMu_dimuonMassRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToDsMuMu_phiMassRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToDsMuMu_DsMassRange |
| Gaudi::Property< float > | m_BcToDsMuMu_chi2 |
| Gaudi::Property< bool > | m_BcToDsMuMu_useFastFit |
| Gaudi::Property< bool > | m_BcToDplusMuMu |
| Gaudi::Property< double > | m_BcToDplusMuMu_minKaonPt |
| Gaudi::Property< double > | m_BcToDplusMuMu_minPionPt |
| Gaudi::Property< std::pair< double, double > > | m_BcToDplusMuMu_massRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToDplusMuMu_dimuonMassRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToDplusMuMu_DplusMassRange |
| Gaudi::Property< float > | m_BcToDplusMuMu_chi2 |
| Gaudi::Property< bool > | m_BcToDplusMuMu_useFastFit |
| Gaudi::Property< bool > | m_BcToDstarMuMu |
| Gaudi::Property< bool > | m_BcToDstarMuMu_makeDstar |
| Gaudi::Property< double > | m_BcToDstarMuMu_minD0KaonPt |
| Gaudi::Property< double > | m_BcToDstarMuMu_minD0PionPt |
| Gaudi::Property< double > | m_BcToDstarMuMu_minDstarPionPt |
| Gaudi::Property< double > | m_BcToDstarMuMu_maxDstarPionZ0 |
| Gaudi::Property< std::pair< double, double > > | m_BcToDstarMuMu_massRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToDstarMuMu_dimuonMassRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToDstarMuMu_D0MassRange |
| Gaudi::Property< std::pair< double, double > > | m_BcToDstarMuMu_DstarMassRange |
| Gaudi::Property< float > | m_BcToDstarMuMu_chi2 |
| ToolHandle< InDet::VertexPointEstimator > | m_vertexPointEstimator |
| ToolHandle< Trk::TrkVKalVrtFitter > | m_vertexFitter |
| ToolHandle< Reco::ITrackToVertex > | m_trackToVertexTool |
| ToolHandle< GenericMonitoringTool > | m_monTool |
| TrigCompositeUtils::DecisionIDContainer | m_allowedIDs |
| SG::ReadHandleKeyArray< TrigCompositeUtils::DecisionContainer > | m_inputs { this, "HypoInputDecisions", {}, "Input Decisions" } |
| SG::WriteHandleKeyArray< TrigCompositeUtils::DecisionContainer > | m_outputs { this, "HypoOutputDecisions", {}, "Output Decisions" } |
| Gaudi::Property< bool > | m_requireUniqueROI |
| Gaudi::Property< Combo::MultiplicityReqMap > | m_multiplicitiesReqMap |
| Gaudi::Property< Combo::LegMap > | m_legToInputCollectionMap |
| Gaudi::Property< bool > | m_checkMultiplicityMap |
| ToolHandleArray< ComboHypoToolBase > | m_hypoTools {this, "ComboHypoTools", {}, "Tools to perform selection"} |
| 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 |
Static Private Attributes | |
| static const std::vector< std::vector< double > > | s_trkMass |
EF hypothesis algorithm for B -> mu+ mu- X decays: B+ -> mu+ mu- K+ B_c+ -> J/psi(-> mu+ mu-) pi+ B_s0 -> mu+ mu- phi1020(-> K+, K-) B0 -> mu+ mu- K*0(-> K+ pi-) Lambda_b0 -> J/psi(-> mu+ mu-) p K- B_c+ -> J/psi(-> mu+ mu-) D_s+(->phi(-> K+ K-) pi+) B_c+ -> J/psi(-> mu+ mu-) D+(-> K- pi+ pi+) B_c+ -> J/psi(-> mu+ mu-) D*+(-> D0(-> K- pi+) pi+) partial (lost pion from D*+) and full reconstruction.
Definition at line 115 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| enum TrigBmumuxComboHypo::Decay : size_t |
| Enumerator | |
|---|---|
| kPsi_2mu | |
| kB_2mu1trk | |
| kB_2mu2trk | |
| kDs | |
| kDplus | |
| kD0 | |
| kB_PsiPi | |
| kFastFit_2trk | |
| kFastFit_2mu1trk | |
Definition at line 123 of file TrigBmumuxComboHypo.h.
| TrigBmumuxComboHypo::TrigBmumuxComboHypo | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 51 of file TrigBmumuxComboHypo.cxx.
|
delete |
|
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.
Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.
|
privateinherited |
iterates over the inputs and for every object (no filtering) crates output object linked to input moving the decisions that are mentioned in the passing set
Definition at line 86 of file ComboHypo.cxx.
|
private |
Create a decision for each xAOD::TrigBphys object from state.trigBphysCollection() and save it to state.decisions(); use hypoTools() to assign correct decisionIDs according to xAOD::TrigBphys::particleType()
Definition at line 816 of file TrigBmumuxComboHypo.cxx.
|
inlineprotectedinherited |
Definition at line 41 of file ComboHypo.h.
|
inlineprotectedinherited |
Definition at line 42 of file ComboHypo.h.
|
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.
|
overridevirtual |
Reimplemented from ComboHypo.
Definition at line 100 of file TrigBmumuxComboHypo.cxx.
|
privateinherited |
For a given Decision node from a HypoAlg, extracts type-less identification data on the node's Feature and seeding ROI.
| [in] | chainLegId | The HLT::Identifer of the chain (leg) we're extracting features for. |
| [in] | EL | The Decision node from the HypoAlg, expected to have a "feature" link attached to it. Expected to be able to locate a "initialRoI" in its history if RequireUniqueROI=True. |
| [out] | featureKey | Type-less SG Key hash of the collection hosting the Decision node's feature . |
| [out] | featureIndex | Index inside the featureKey collection. |
| [out] | roiKey | Type-less SG Key hash of the collection hosting the Decision node's initial ROI collection. |
| [out] | roiIndex | Index inside the roiKey collection. |
| [out] | roiIsFullscan | Flag indicating if the located initial ROI has the FullScan flag enabled. Triggers special behaviour allowing the ROI to satisfy arbitrary multiplicities in an arbitrary number of legs. |
| [out] | objectRequestsNoMultiplicityCheck | Flag indicating of the DecisionObject requested not be included in the multiplicity computation. Triggers special behaviour allowing the DecisionObject to satisfy arbitrary multiplicities in an arbitrary number of legs. |
| [in,out] | priorFeaturesMap | Data structure collating for a given feature (key) what the prior features were integrated over all previous steps (value set). |
Definition at line 378 of file ComboHypo.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.
|
privateinherited |
iterates over all inputs, associating inputs to legs
Definition at line 462 of file ComboHypo.cxx.
|
inlinevirtualinherited |
Definition at line 96 of file AthCommonReentrantAlgorithm.h.
|
private |
Find B decays by appling next three subprocedures to each found dimuon candidate.
Definition at line 311 of file TrigBmumuxComboHypo.cxx.
|
private |
Go through (dimuon+track) and (track+track) combinations found by findBmumuxCandidates_fit(makeCombinations = true) Perform fast fit if combination occurred more than five times.
If fast fit fails, put combination into state.badTrackCombinations().
Definition at line 776 of file TrigBmumuxComboHypo.cxx.
|
private |
Perform fit of B decays for the topologies described above if makeCombinations = false.
Otherwise add simple combinations to state.trackCombinations().
Definition at line 394 of file TrigBmumuxComboHypo.cxx.
|
private |
Select tracks in vicinity of given dimuon vertex.
Definition at line 337 of file TrigBmumuxComboHypo.cxx.
|
private |
Make all possible dimuon combinations from state.muons(), fit muon InDet tracks to the common vertex, dimuon vertices are stored in state.dimuons() and in state.trigBphysCollection() (as xAOD::TrigBphys objects).
Definition at line 239 of file TrigBmumuxComboHypo.cxx.
|
private |
Perform a vertex fit on selected tracks.
| context | the event context used to make the vertex threadsafe. |
| trackParticleLinks | the trackParticles to fit |
| decay | the decay enumerator to specify the mass contraints |
| dimuon | The dimuon vertex position can be used as the initial position to increase effeciency |
Definition at line 869 of file TrigBmumuxComboHypo.cxx.
|
inlineprotectedinherited |
Definition at line 45 of file ComboHypo.h.
|
inlineprotectedinherited |
Definition at line 46 of file ComboHypo.h.
|
overridevirtual |
Reimplemented from ComboHypo.
Definition at line 55 of file TrigBmumuxComboHypo.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.
Reimplemented in InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ITkPixelCablingAlg, ITkStripCablingAlg, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, 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, and Simulation::BeamEffectsAlg.
Definition at line 68 of file AthCommonReentrantAlgorithm.cxx.
|
private |
|
private |
Attempts to identify identical tracks by selection on DeltaR.
Definition at line 1005 of file TrigBmumuxComboHypo.cxx.
|
inlineprivate |
Checks that the given mass value falls into the specified range.
Definition at line 229 of file TrigBmumuxComboHypo.h.
|
private |
Attempts to identify if the track is in the same RoI as the muon by comparing the angle with the RoI limits.
Definition at line 1018 of file TrigBmumuxComboHypo.cxx.
|
inlineprotectedinherited |
Definition at line 44 of file ComboHypo.h.
|
private |
Calculate the Lxy (~distance between vertices) It is defined as the transverse distance between the production and decay vertices projected along the transverse momentum of the particle.
Definition at line 1026 of file TrigBmumuxComboHypo.cxx.
|
private |
Construct the trigger object that may be stored for debugging or matching.
| state | Event object containing the current events selections |
| type | decay type enumerator. Corresponds to EDM definitions |
| trkMass | Track mass hypothesis for mass calculations |
| dimuonLink | Associated dimuon container |
Definition at line 932 of file TrigBmumuxComboHypo.cxx.
|
private |
Go through state.previousDecisions(), fetch xAOD::Muons objects attached to decisions and save links to them in state.muons().
Definition at line 134 of file TrigBmumuxComboHypo.cxx.
|
private |
Go through state.previousDecisions() and fetch xAOD::TrackParticle objects associated with the nearest SG::View.
Enable overlap removal to get collection of unique objects at state.tracks().
Definition at line 185 of file TrigBmumuxComboHypo.cxx.
|
private |
Calculate 4-momentum of the fitted vertex particle assuming the given masses.
| vertex | the fitted vertex linking to the original tracks |
| the | mass hypothesis for the given tracks in the vertex |
Definition at line 1043 of file TrigBmumuxComboHypo.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.
|
private |
Definition at line 1055 of file TrigBmumuxComboHypo.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.
|
inlinevirtualinherited |
Definition at line 100 of file AthCommonReentrantAlgorithm.h.
|
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 HypoBase, and InputMakerBase.
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.
|
inlineprotectedinherited |
Definition at line 43 of file ComboHypo.h.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 432 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 381 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 393 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 389 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 391 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 387 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 383 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 385 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 395 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 361 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 375 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 369 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 373 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 367 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 363 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 365 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 371 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 377 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 399 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 419 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 415 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 413 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 417 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 401 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 411 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 409 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 403 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 405 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 407 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 293 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 301 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 297 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 299 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 295 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 303 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 323 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 335 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 333 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 331 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 327 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 329 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 325 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 337 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 252 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 281 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 287 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 285 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 283 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 289 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 307 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 317 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 313 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 311 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 315 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 309 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 319 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Definition at line 62 of file ComboHypo.h.
|
private |
Definition at line 255 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 277 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 275 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 273 of file TrigBmumuxComboHypo.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.
|
private |
Definition at line 269 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 267 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 265 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 263 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Definition at line 104 of file ComboHypo.h.
|
privateinherited |
Definition at line 50 of file ComboHypo.h.
|
private |
Definition at line 341 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 355 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 351 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 353 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 347 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 349 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 345 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 343 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 357 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Definition at line 59 of file ComboHypo.h.
|
private |
Definition at line 429 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Definition at line 56 of file ComboHypo.h.
|
private |
Definition at line 247 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Definition at line 51 of file ComboHypo.h.
|
privateinherited |
Definition at line 53 of file ComboHypo.h.
|
private |
Definition at line 259 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 261 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 245 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 427 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 249 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 257 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Definition at line 425 of file TrigBmumuxComboHypo.h.
|
private |
Definition at line 423 of file TrigBmumuxComboHypo.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
staticprivate |
Definition at line 39 of file TrigBmumuxComboHypo.h.