Skip to content

Commit

Permalink
Improve the code format
Browse files Browse the repository at this point in the history
  • Loading branch information
colizz committed Jul 10, 2021
1 parent 353c3d6 commit 684b43d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions PhysicsTools/JetMCAlgos/plugins/HadronAndPartonSelector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ void HadronAndPartonSelector::produce(edm::Event& iEvent, const edm::EventSetup&
moduleName = edm::moduleName(prov, iEvent.processHistory());
if (moduleName == "ExternalGeneratorFilter") {
moduleName = parameterSet(prov, iEvent.processHistory()).getParameter<std::string>("@external_type");
edm::LogInfo("SpecialModule")
<< "GEN events are produced by ExternalGeneratorFilter, "
<< "which is a wrapper of the original module: " << moduleName;
edm::LogInfo("SpecialModule") << "GEN events are produced by ExternalGeneratorFilter, "
<< "which is a wrapper of the original module: " << moduleName;
}
}

Expand Down
5 changes: 2 additions & 3 deletions TopQuarkAnalysis/TopEventProducers/src/TopDecaySubset.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,8 @@ TopDecaySubset::ShowerModel TopDecaySubset::checkShowerModel(edm::Event& event)
moduleName = edm::moduleName(prov, event.processHistory());
if (moduleName == "ExternalGeneratorFilter") {
moduleName = parameterSet(prov, event.processHistory()).getParameter<std::string>("@external_type");
edm::LogInfo("SpecialModule")
<< "GEN events are produced by ExternalGeneratorFilter, "
<< "which is a wrapper of the original module: " << moduleName;
edm::LogInfo("SpecialModule") << "GEN events are produced by ExternalGeneratorFilter, "
<< "which is a wrapper of the original module: " << moduleName;
}
}

Expand Down

0 comments on commit 684b43d

Please sign in to comment.