Skip to content

Commit

Permalink
Remove ctppsRandomDQMSource_cfi.py and adapt the parameter in fillDes…
Browse files Browse the repository at this point in the history
…criptions accordingly
  • Loading branch information
perrotta committed Mar 28, 2023
1 parent e3656ea commit f23238c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion DQM/CTPPS/plugins/CTPPSRandomDQMSource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void CTPPSRandomDQMSource::analyze(edm::Event const &event, edm::EventSetup cons

void CTPPSRandomDQMSource::fillDescriptions(edm::ConfigurationDescriptions &descriptions) {
edm::ParameterSetDescription desc;
desc.add<edm::InputTag>("tagRPixDigi", edm::InputTag("ctppsPixelDigisAlCaRecoProducer"));
desc.add<edm::InputTag>("tagRPixDigi", edm::InputTag("ctppsPixelDigisAlCaRecoProducer", ""));
desc.addUntracked<std::string>("folderName", "PPSRANDOM/RandomPixel");
desc.addUntracked<unsigned int>("RPStatusWord", 0x8008);
descriptions.add("ctppsRandomDQMSource", desc);
Expand Down
9 changes: 0 additions & 9 deletions DQM/CTPPS/python/ctppsRandomDQMSource_cfi.py

This file was deleted.

0 comments on commit f23238c

Please sign in to comment.