@@ -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