Skip to content

Commit

Permalink
Merge pull request #17431 from sabasehrish/ss_EF_DTTFRawToDigi_ns
Browse files Browse the repository at this point in the history
Converted to stream module
  • Loading branch information
cmsbuild committed Feb 20, 2017
2 parents b85c807 + 0f897f9 commit 5266f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EventFilter/DTTFRawToDigi/interface/DTTFFEDSim.h
Expand Up @@ -20,13 +20,13 @@
#include <DataFormats/L1DTTrackFinder/interface/L1MuDTChambThContainer.h>
#include <DataFormats/L1DTTrackFinder/interface/L1MuDTTrackContainer.h>

#include <FWCore/Framework/interface/EDProducer.h>
#include <FWCore/Framework/interface/stream/EDProducer.h>
#include <FWCore/ParameterSet/interface/ParameterSet.h>
#include <FWCore/Utilities/interface/InputTag.h>

#include <string>

class DTTFFEDSim : public edm::EDProducer {
class DTTFFEDSim : public edm::stream::EDProducer<> {

public:

Expand All @@ -37,7 +37,7 @@ class DTTFFEDSim : public edm::EDProducer {
virtual ~DTTFFEDSim();

/// Produce digis out of raw data
void produce(edm::Event & e, const edm::EventSetup& c);
void produce(edm::Event & e, const edm::EventSetup& c) override;

/// Generate and fill FED raw data for a full event
bool fillRawData(edm::Event& e,
Expand Down

0 comments on commit 5266f7b

Please sign in to comment.