Skip to content

Commit

Permalink
cleanup alternative consumes change from PR 3461
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Apr 29, 2014
1 parent 0a04fd4 commit 8a389a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EventFilter/DTTFRawToDigi/src/DTTFFEDReader.cc
Expand Up @@ -34,7 +34,6 @@ DTTFFEDReader::DTTFFEDReader(const edm::ParameterSet& pset) {
DTTFToken_ = consumes<FEDRawDataCollection>(pset.getParameter<edm::InputTag>("DTTF_FED_Source"));

verbose_ = pset.getUntrackedParameter<bool>("verbose",false);
consumes<FEDRawDataCollection>(getDTTFInputTag());
}

DTTFFEDReader::~DTTFFEDReader(){}
Expand Down

0 comments on commit 8a389a2

Please sign in to comment.