|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGMUONMONITORING_L2MUONSAIOMON_H
6 #define TRIGMUONMONITORING_L2MUONSAIOMON_H
31 StatusCode L2OverlapRemover(
const std::vector< const xAOD::L2CombinedMuon* >& matchSA_L2IOobjects, std::vector< bool > &isoverlap, std::vector< bool > &
passOR )
const;
33 StatusCode chooseBestMuon(
const std::vector< const xAOD::L2CombinedMuon* >& matchSA_L2IOobjects, std::vector< bool > &
passOR, std::vector< unsigned int > &mucombResult )
const;
37 bool &my_pikCuts,
float &my_maxPtToApplyPik,
float &my_chi2MaxID )
const;
46 Gaudi::Property< std::vector<float> >
m_etaBins {
this,
"EtaBins", {0, 0.9, 1.1, 1.9, 2.1, 9.9},
"eta bins of DR and mass thresholds"};
47 Gaudi::Property< std::vector<float> >
m_dRCBThres {
this,
"DRThres", {0.002, 0.001, 0.002, 0.002, 0.002},
"DR threshold of L2CB"};
48 Gaudi::Property< std::vector<float> >
m_dRbySAThres {
this,
"dRbySAThres", {0, 0, 0, 0, 0},
"mufast DR threshold of L2CB"};
49 Gaudi::Property< std::vector<float> >
m_massCBThres {
this,
"MassThres", {0.004, 0.002, 0.006, 0.006, 0.006},
"mass threshold of L2CB"};
59 #endif //TRIGMUONMONITORING_L2MUONSAIOMON_H
Gaudi::Property< std::vector< float > > m_massCBThres
StatusCode L2OverlapRemover(const std::vector< const xAOD::L2CombinedMuon * > &matchSA_L2IOobjects, std::vector< bool > &isoverlap, std::vector< bool > &passOR) const
Class describing standalone muons reconstructed in the LVL2 trigger.
SG::ReadHandleKey< xAOD::L2CombinedMuonContainer > m_L2MuonCBIOContainerKey
StatusCode chooseBestMuon(const std::vector< const xAOD::L2CombinedMuon * > &matchSA_L2IOobjects, std::vector< bool > &passOR, std::vector< unsigned int > &mucombResult) const
virtual StatusCode initialize() override
initialize
bool isOverlap(const xAOD::L2CombinedMuon *matchSA_L2IOobject1, const xAOD::L2CombinedMuon *matchSA_L2IOobject2) const
const xAOD::L2CombinedMuon * searchL2InsideOut(const EventContext &ctx, const xAOD::Muon *mu, const std::string &trigger) const
std::map< std::string, double > m_plateaus
Property holding a SG store/key/clid from which a ReadHandle is made.
Class describing combined muon reconstructed in the LVL2 trigger.
StatusCode muCombHypo_TDTworkaround(const std::string &chain, const std::vector< const xAOD::L2CombinedMuon * > &Trig_L2IOobjects, std::vector< bool > &pass_muCombHypo) const
::StatusCode StatusCode
StatusCode definition for legacy code.
Base class from which analyzers can define a derived class to do specific analysis.
virtual StatusCode fillVariablesPerOfflineMuonPerChain(const EventContext &ctx, const xAOD::Muon *mu, const std::string &chain) const override
Function that fills variables of trigger objects associated to specified trigger chains comparing off...
Gaudi::Property< std::vector< float > > m_etaBins
Gaudi::Property< std::vector< float > > m_dRCBThres
L2MuonSAIOMon(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode isPassedmuCombHypo(const std::string &chain, const xAOD::L2CombinedMuon *Trig_L2IOobjects, bool &pass_muCombHypo) const
virtual StatusCode fillVariablesPerChain(const EventContext &ctx, const std::string &chain) const override
Function that fills variables of trigger objects associated to specified trigger chains.
static std::tuple< float, float, float > L2ORPosForMatchFunc(const xAOD::L2StandAloneMuon *trig)
const xAOD::Muon * searchTagOfflineMuon(const EventContext &ctx, const xAOD::Muon *probe) const
Gaudi::Property< std::vector< float > > m_monitored_chains_plateau
StatusCode decision_ptthreshold(const std::string &chain, std::vector< float > &my_EtaBins, std::vector< float > &my_muCombThres, bool &my_pikCuts, float &my_maxPtToApplyPik, float &my_chi2MaxID) const
Gaudi::Property< std::vector< float > > m_dRbySAThres
StatusCode matchL2IO_wContainer(const EventContext &ctx, const std::string &chain, std::vector< const xAOD::L2CombinedMuon * > &Trig_L2IOobjects) const