49 double pass_loose = acc_GNTauL.
withDefault(tau,
false);
56 double pass_medium = acc_GNTauM.
withDefault(tau,
false);
63 double pass_tight = acc_GNTauT.
withDefault(tau,
false);
70 double pass_eVeto_loose = acc_RNNEleLoose.
withDefault(tau,
false);
78 double pass_eVeto_medium = acc_RNNEleMedium.
withDefault(tau,
false);
85 double pass_eVeto_tight = acc_RNNEleTight.
withDefault(tau,
false);
TProfile * BookTProfile(std::string_view name, std::string_view 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.