Skip to content

Commit

Permalink
Apply code-format patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfikri89 committed Feb 7, 2023
1 parent 61224cf commit ecca70a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions RecoJets/JetProducers/plugins/QGTagger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,15 @@ std::tuple<int, float, float> QGTagger::calcVariables(const reco::Jet* jet,
/// Descriptions method
void QGTagger::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.add<edm::InputTag>("srcJets",edm::InputTag("ak4PFJetsCHS"));
desc.add<edm::InputTag>("srcRho",edm::InputTag("fixedGridRhoFastjetAll"));
desc.add<bool>("computeLikelihood",true);
desc.add<std::string>("jetsLabel","QGL_AK4PFchs");
desc.add<edm::InputTag>("srcJets", edm::InputTag("ak4PFJetsCHS"));
desc.add<edm::InputTag>("srcRho", edm::InputTag("fixedGridRhoFastjetAll"));
desc.add<bool>("computeLikelihood", true);
desc.add<std::string>("jetsLabel", "QGL_AK4PFchs");
desc.add<std::string>("systematicsLabel", "");
desc.add<bool>("useQualityCuts",false);
desc.add<bool>("useQualityCuts", false);
desc.add<edm::InputTag>("jec", edm::InputTag())->setComment("Jet correction service: only applied when non-empty");
desc.add<edm::InputTag>("srcVertexCollection",edm::InputTag("offlinePrimaryVerticesWithBS"))->setComment("Ignored for miniAOD, possible to keep empty");
desc.add<edm::InputTag>("srcVertexCollection", edm::InputTag("offlinePrimaryVerticesWithBS"))
->setComment("Ignored for miniAOD, possible to keep empty");
desc.add<edm::InputTag>("srcConstituentWeights", edm::InputTag())->setComment("Constituent weights ValueMap");
descriptions.add("QGTagger", desc);
}
Expand Down

0 comments on commit ecca70a

Please sign in to comment.