Skip to content

Commit 0593f89

Browse files
authored
Update InputTags for HepMC and RecoProtons
1 parent 31f0996 commit 0593f89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Validation/CTPPS/plugins/CTPPSProtonReconstructionSimulationValidator.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ void CTPPSProtonReconstructionSimulationValidator::fillDescriptions(edm::Configu
219219
desc.add<std::string>("lhcInfoPerLSLabel", "")->setComment("label of the LHCInfoPerLS record");
220220
desc.add<std::string>("lhcInfoPerFillLabel", "")->setComment("label of the LHCInfoPerFill record");
221221
desc.add<bool>("useNewLHCInfo", false)->setComment("flag whether to use new LHCInfoPer* records or old LHCInfo");
222-
desc.add<edm::InputTag>("tagHepMCBeforeSmearing", edm::InputTag(""));
223-
desc.add<edm::InputTag>("tagHepMCAfterSmearing", edm::InputTag(""));
224-
desc.add<InputTag>("tagRecoProtonsSingleRP", edm::InputTag(""));
225-
desc.add<InputTag>("tagRecoProtonsMultiRP", edm::InputTag(""));
222+
desc.add<edm::InputTag>("tagHepMCBeforeSmearing", edm::InputTag("generator", "unsmeared"));
223+
desc.add<edm::InputTag>("tagHepMCAfterSmearing", edm::InputTag("beamDivergenceVtxGenerator"));
224+
desc.add<InputTag>("tagRecoProtonsSingleRP", edm::InputTag("ctppsProtons", "singleRP"));
225+
desc.add<InputTag>("tagRecoProtonsMultiRP", edm::InputTag("ctppsProtons", "multiRP"));
226226
desc.add<std::string>("outputFile", "output.root")->setComment("output file name");
227227
desc.addUntracked<unsigned int>("verbosity", 0)->setComment("verbosity level");
228228
descriptions.add("ctppsProtonReconstructionSimulationValidatorDefault", desc);

0 commit comments

Comments
 (0)