Skip to content

Commit

Permalink
Code checks again
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Feb 3, 2023
1 parent 5c1cad0 commit ee676fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions SimGeneral/MixingModule/plugins/MixingModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,9 @@ namespace edm {
(*accItr)->finalizeEvent(event, setup);
}
}
void MixingModule::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.setAllowAnything();
descriptions.addDefault( desc);
}
void MixingModule::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.setAllowAnything();
descriptions.addDefault(desc);
}
} // namespace edm
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ namespace cms {
void Phase2TrackerDigitizer::fillPSetDescription(edm::ParameterSetDescription& descriptions) {
descriptions.add<std::string>("hitsProducer", "g4SimHits");
descriptions.add("ROUList",
std::vector<std::string>{"TrackerHitsPixelBarrelLowTof",
"TrackerHitsPixelBarrelHighTof",
"TrackerHitsPixelEndcapLowTof",
"TrackerHitsPixelEndcapHighTof"});
std::vector<std::string>{"TrackerHitsPixelBarrelLowTof",
"TrackerHitsPixelBarrelHighTof",
"TrackerHitsPixelEndcapLowTof",
"TrackerHitsPixelEndcapHighTof"});
descriptions.add<std::string>("GeometryType", "idealForDigi");
descriptions.add("isOTreadoutAnalog", false);
descriptions.add("premixStage1", false);
Expand Down

0 comments on commit ee676fe

Please sign in to comment.