Skip to content

Commit

Permalink
fix compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Jul 12, 2017
1 parent a242592 commit 518f671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EventFilter/HcalRawToDigi/plugins/HcalRawToDigiFake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ void HcalRawToDigiFake::fillDescriptions(edm::ConfigurationDescriptions& descrip
desc.add<edm::InputTag>("TTP", edm::InputTag(""));
//not used, just for compatibility
desc.add<edm::InputTag>("InputLabel",edm::InputTag("rawDataCollector"));
desc.add<int>("firstSample",0);
desc.add<int>("lastSample",0);
descriptions.add("HcalRawToDigiFake",desc);
}

Expand Down

0 comments on commit 518f671

Please sign in to comment.