Skip to content

Commit

Permalink
fixing fillDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Oct 14, 2018
1 parent 0b310f9 commit 0c969df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventFilter/RawDataCollector/src/RawDataMapperByLabel.cc
Expand Up @@ -102,7 +102,7 @@ void RawDataMapperByLabel::produce(Event & e, const EventSetup& c){
void RawDataMapperByLabel::fillDescriptions(edm::ConfigurationDescriptions & descriptions) {
edm::ParameterSetDescription desc;

desc.add<std::vector<edm::InputTag>>("rawCollectionList", {{"rawDataCollector", "rawDataRepacker", "rawDataReducedFormat"}});
desc.add<std::vector<edm::InputTag>>("rawCollectionList", {{"rawDataCollector"}, {"rawDataRepacker"}, {"rawDataReducedFormat"}});
desc.add<edm::InputTag>("mainCollection", edm::InputTag("rawDataCollector"));

descriptions.add("rawDataMapperByLabel", desc);
Expand Down

0 comments on commit 0c969df

Please sign in to comment.