 |
ATLAS Offline Software
|
Go to the documentation of this file.
14 m_sTauJetContainerName(std::move(sTauJetContainerName))
96 double pass_loose = acc_GNTauL.
withDefault(tau,
false);
103 double pass_medium = acc_GNTauM.
withDefault(tau,
false);
109 double pass_tight = acc_GNTauT.
withDefault(tau,
false);
116 double pass_eVeto_loose = acc_RNNEleLoose.
withDefault(tau,
false);
124 double pass_eVeto_medium = acc_RNNEleMedium.
withDefault(tau,
false);
131 double pass_eVeto_tight = acc_RNNEleTight.
withDefault(tau,
false);
TProfile * m_eff_pt_jetGNTaulooseHighPt
TProfile * m_eff_pt_eVetotightHighPt
TProfile * m_eff_jetRNNloose
TProfile * m_eff_pt_jetGNTautightHighPt
TProfile * m_eff_jetGNTauloose
TProfile * m_eff_pt_eVetotight
virtual double eta() const
The pseudorapidity ( ) of the particle.
TProfile * m_eff_pt_jetRNNmedHighPt
TProfile * m_eff_jetGNTautight
TProfile * m_eff_jetRNNmed
TProfile * m_eff_pt_jetRNNmed
void fill(const xAOD::TauJet &tau, float weight)
TProfile * m_eff_pt_jetRNNtight
TProfile * m_eff_pt_eVetomedHighPt
TProfile * m_eff_jetGNTaumed
virtual double pt() const
The transverse momentum ( ) of the particle.
TProfile * m_eff_pt_jetRNNlooseHighPt
TProfile * m_eff_pt_eVetolooseHighPt
TProfile * m_eff_pt_jetRNNloose
TProfile * m_eff_pt_jetRNNtightHighPt
Class describing a tau jet.
TProfile * m_eff_pt_jetGNTautight
EfficiencyPtPlots(PlotBase *pParent, const std::string &sDir, std::string sTauJetContainerName)
TProfile * m_eff_pt_jetGNTaumed
TProfile * m_eff_eVetotight
TProfile * m_eff_pt_jetGNTaumedHighPt
TProfile * m_eff_eta_eVetotight
TProfile * m_eff_pt_jetGNTauloose
Wrapper to avoid constant divisions when using units.
TProfile * m_eff_jetRNNtight
bool isTau(TauJetParameters::IsTauFlag flag) const
Get Flag for tau acceptance based on predefined arbitrary criteria.
TProfile * m_eff_eVetoloose
TProfile * m_eff_pt_eVetoloose
TProfile * m_eff_eVetomed
virtual ~EfficiencyPtPlots()
TProfile * BookTProfile(const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, float startY=-1, float endY=-1, bool prependDir=true, bool useRMS=false)
Book a TProfile histogram.
TProfile * m_eff_eta_eVetoloose
TProfile * m_eff_eta_eVetomed
TProfile * m_eff_pt_eVetomed
const_reference_type withDefault(const ELT &e, const T &deflt) const
Fetch the variable for one element, as a const reference, with a default.