9 : recHitConverterAlgorithm(conf, consumesCollector()),
10 matchedRecHitsTag(conf.getParameter<std::
string>(
"matchedRecHits")),
11 rphiRecHitsTag(conf.getParameter<std::
string>(
"rphiRecHits")),
12 stereoRecHitsTag(conf.getParameter<std::
string>(
"stereoRecHits")),
13 doMatching(conf.getParameter<bool>(
"doMatching")) {
49 LogDebug(
"SiStripRecHitConverter") <<
"found\n"
50 << output.
rphi->dataSize() <<
" clusters in mono detectors\n"
51 << output.
stereo->dataSize() <<
" clusters in partners stereo detectors\n";
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
std::unique_ptr< SiStripMatchedRecHit2DCollection > matched
void initialize(const edm::EventSetup &)
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
void run(edm::Handle< edmNew::DetSetVector< SiStripCluster > > input, products &output)
std::unique_ptr< SiStripRecHit2DCollection > rphi
std::string matchedRecHitsTag
std::string rphiRecHitsTag
void produce(edm::Event &, const edm::EventSetup &) override
std::unique_ptr< SiStripRecHit2DCollection > stereo
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
SiStripRecHitConverter(const edm::ParameterSet &)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusterProducer
T getParameter(std::string const &) const
std::unique_ptr< SiStripRecHit2DCollection > stereoUnmatched
ParameterDescriptionBase * addOptionalUntracked(U const &iLabel, T const &value)
std::unique_ptr< SiStripRecHit2DCollection > rphiUnmatched
static void fillPSetDescription(edm::ParameterSetDescription &desc)
SiStripRecHitConverterAlgorithm recHitConverterAlgorithm
std::string stereoRecHitsTag