2 #include "boost/program_options.hpp" 3 #include "boost/algorithm/string.hpp" 55 std::string genweight_type =
"sign of weights";
56 if (
config_->fullGenWeight() ) genweight_type =
"full weights";
58 cutflow(Form(
"Generated weighted events (%s)",genweight_type.c_str()));
68 cutflow(Form(
"Certified data: %s",
json.c_str()),ok);
69 if ( ! ok )
return false;
74 cutflow(Form(
"Using GenParticles collection: %s",(
config_->genParticlesCollection()).c_str()));
77 cutflow(Form(
"Using GenJets collection: %s",(
config_->genJetsCollection()).c_str()));
80 cutflow(Form(
"Using L1TJet collection: %s", (
config_->l1tJetsCollection()).c_str()));
83 cutflow(Form(
"Using L1TMuon collection: %s", (
config_->l1tMuonsCollection()).c_str()));
103 bool isMuonJet = (jet -> muon() !=
nullptr);
104 cutflow(Form(
"Jet %d: Jet-muon association",r),isMuonJet);