94 double pass_loose = acc_GNTauL.
withDefault(tau,
false);
101 double pass_medium = acc_GNTauM.
withDefault(tau,
false);
107 double pass_tight = acc_GNTauT.
withDefault(tau,
false);
114 double pass_eVeto_loose = acc_RNNEleLoose.
withDefault(tau,
false);
122 double pass_eVeto_medium = acc_RNNEleMedium.
withDefault(tau,
false);
129 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.