Skip to content

Commit

Permalink
Merge pull request #3555 from Dr15Jones/revertMuonShowerInformationPr…
Browse files Browse the repository at this point in the history
…oducerBackToLegacy

Multithreading -- Revert MuonShowerInformationProducer back to legacy
  • Loading branch information
ktf committed Apr 30, 2014
2 parents a553b7d + 114a11a commit b06e2f6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"

#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
Expand All @@ -16,7 +16,7 @@

#include "RecoMuon/MuonIdentification/interface/MuonShowerInformationFiller.h"

class MuonShowerInformationProducer : public edm::stream::EDProducer<> {
class MuonShowerInformationProducer : public edm::EDProducer {
public:
MuonShowerInformationProducer(const edm::ParameterSet& iConfig) :
inputMuonCollection_(iConfig.getParameter<edm::InputTag>("muonCollection")),
Expand Down

0 comments on commit b06e2f6

Please sign in to comment.