53 double pass_loose = acc_GNTauL.
withDefault(tau,
false);
60 double pass_medium = acc_GNTauM.
withDefault(tau,
false);
67 double pass_tight = acc_GNTauT.
withDefault(tau,
false);
74 double pass_eVeto_loose = acc_RNNEleLoose.
withDefault(tau,
false);
82 double pass_eVeto_medium = acc_RNNEleMedium.
withDefault(tau,
false);
89 double pass_eVeto_tight = acc_RNNEleTight.
withDefault(tau,
false);
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.
const_reference_type withDefault(const ELT &e, const T &deflt) const
Fetch the variable for one element, as a const reference, with a default.