Skip to content

Commit

Permalink
Merge pull request #40055 from bsunanda/Phase2-hgx327I
Browse files Browse the repository at this point in the history
Phase2-hgx327I Take care of some remaining obsolete python scripts in Geometry/HGCalCommonData
  • Loading branch information
cmsbuild authored Nov 19, 2022
2 parents 3f2a385 + c588302 commit c59ff76
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 106 deletions.
6 changes: 3 additions & 3 deletions Geometry/HGCalCommonData/plugins/HGCalParametersESModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ HGCalParametersESModule::HGCalParametersESModule(const edm::ParameterSet& iC) {

void HGCalParametersESModule::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.add<std::string>("name", "HGCalEESensitive");
desc.add<std::string>("name2", "HGCalEE");
desc.add<std::string>("name", "HGCalEELayer");
desc.add<std::string>("name2", "HGCalEESensitive");
desc.add<std::string>("nameW", "HGCalEEWafer");
desc.add<std::string>("nameC", "HGCalEECell");
desc.add<std::string>("nameC", "HGCalEESensitive");
desc.add<std::string>("nameT", "HGCal");
desc.add<std::string>("nameX", "HGCalEESensitive");
desc.add<bool>("fromDD4hep", false);
Expand Down

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions Geometry/HGCalCommonData/python/testGeometryExtended_cff.py

This file was deleted.

73 changes: 0 additions & 73 deletions Validation/CheckOverlap/test/python/runHGC_cfg.py

This file was deleted.

0 comments on commit c59ff76

Please sign in to comment.