Skip to content

Commit

Permalink
Merge pull request cms-sw#3866 from Dr15Jones/makeSiStripCusterizerPr…
Browse files Browse the repository at this point in the history
…odsStreamModules

Multithreading -- Make SiStripClusterizer prods stream modules
  • Loading branch information
ktf committed May 14, 2014
2 parents af6f2fa + 4638611 commit cd166fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "CalibFormats/SiStripObjects/interface/SiStripDetCabling.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 "FWCore/Framework/interface/Event.h"
Expand Down Expand Up @@ -173,7 +173,7 @@ namespace {



class SiStripClusterizerFromRaw final : public edm::EDProducer {
class SiStripClusterizerFromRaw final : public edm::stream::EDProducer<> {

public:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
Expand All @@ -17,7 +17,7 @@
#include "boost/foreach.hpp"
#include <numeric>

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

typedef edmNew::DetSetVector<SiStripCluster> ClusterCollection;
typedef edmNew::DetSet<SiStripCluster> DetClusterCollection;
Expand Down

0 comments on commit cd166fa

Please sign in to comment.