Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cms-sw/cmssw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 753df0d04a5001b224a05be32ce86de2ba0d03b5
Choose a base ref
..
head repository: cms-sw/cmssw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f23238ce1bbb9c3238a6ed5c9200b7493a7c262b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 DQM/CTPPS/plugins/CTPPSRandomDQMSource.cc
2 changes: 1 addition & 1 deletion DQM/CTPPS/plugins/CTPPSRandomDQMSource.cc
Original file line number Diff line number Diff line change
@@ -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);