Skip to content
25 changes: 20 additions & 5 deletions include/jets.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,26 @@ ROOT::RDF::RNode
BtaggingWP(ROOT::RDF::RNode df,
correctionManager::CorrectionManager &correction_manager,
const std::string &outputname, const std::string &pt,
const std::string &eta, const std::string &flavor,
const std::string &jet_mask, const std::string &bjet_mask,
const std::string &jet_veto_mask, const std::string &sf_file,
const std::string &sf_name, const std::string &variation,
const std::string &btag_wp);
const std::string &eta, const std::string &btag_value,
const std::string &flavor, const std::string &jet_mask,
const std::string &bjet_mask, const std::string &jet_veto_mask,
const std::string &sf_file, const std::string &sf_bc_name,
const std::string &sf_lf_name, const std::string &sf_wp_name,
const std::string &eff_file, const std::string &eff_name,
const std::string &sample_type, const std::string &variation,
const std::string &btag_wp_name);
ROOT::RDF::RNode
BtaggingMultipleWP(ROOT::RDF::RNode df,
correctionManager::CorrectionManager &correction_manager,
const std::string &outputname, const std::string &pt,
const std::string &eta, const std::string &btag_value,
const std::string &flavor, const std::string &jet_mask,
const std::string &bjet_mask,
const std::string &jet_veto_mask, const std::string &sf_file,
const std::string &sf_bc_name, const std::string &sf_lf_name,
const std::string &sf_wp_name, const std::string &eff_file,
const std::string &eff_name, const std::string &sample_type,
const std::string &variation);
} // end namespace scalefactor
} // end namespace jet
} // end namespace physicsobject
Expand Down
Loading
Loading