5 : recHitConverterAlgorithm(conf) ,
6 matchedRecHitsTag( conf.getParameter<std::
string>(
"matchedRecHits" ) ),
7 rphiRecHitsTag( conf.getParameter<std::
string>(
"rphiRecHits" ) ),
8 stereoRecHitsTag( conf.getParameter<std::
string>(
"stereoRecHits" ) ),
9 clusterProducer(conf.getParameter<edm::InputTag>(
"ClusterProducer")),
10 lazyGetterProducer(conf.getParameter<edm::InputTag>(
"LazyGetterProducer")),
11 regional(conf.getParameter<bool>(
"Regional"))
16 produces<SiStripRecHit2DCollection>(
rphiRecHitsTag +
"Unmatched" );
38 LogDebug(
"SiStripRecHitConverter") <<
"found\n"
39 << output.
rphi->dataSize() <<
" clusters in mono detectors\n"
40 << output.
stereo->dataSize() <<
" clusters in partners stereo detectors\n";
void initialize(const edm::EventSetup &)
void run(edm::Handle< edmNew::DetSetVector< SiStripCluster > > input, products &output)
std::auto_ptr< SiStripRecHit2DCollection > rphiUnmatched
std::string matchedRecHitsTag
std::string rphiRecHitsTag
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
SiStripRecHitConverter(const edm::ParameterSet &)
std::auto_ptr< SiStripRecHit2DCollection > stereoUnmatched
std::auto_ptr< SiStripRecHit2DCollection > rphi
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
edm::InputTag lazyGetterProducer
virtual void produce(edm::Event &, const edm::EventSetup &)
std::auto_ptr< SiStripMatchedRecHit2DCollection > matched
std::auto_ptr< SiStripRecHit2DCollection > stereo
SiStripRecHitConverterAlgorithm recHitConverterAlgorithm
std::string stereoRecHitsTag
edm::InputTag clusterProducer