CalibTracker
SiStripCommon
interface
ShallowRechitClustersProducer.h
Go to the documentation of this file.
1
#ifndef SHALLOW_RECHITCLUSTERS_PRODUCER
2
#define SHALLOW_RECHITCLUSTERS_PRODUCER
3
4
#include "
FWCore/Framework/interface/EDProducer.h
"
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/Utilities/interface/InputTag.h
"
7
#include "
DataFormats/Common/interface/DetSetVectorNew.h
"
8
#include "
DataFormats/SiStripCluster/interface/SiStripCluster.h
"
9
#include "
DataFormats/TrackerRecHit2D/interface/SiStripRecHit2DCollection.h
"
10
11
class
ShallowRechitClustersProducer
:
public
edm::EDProducer
{
12
public
:
13
explicit
ShallowRechitClustersProducer
(
const
edm::ParameterSet
&);
14
15
private
:
16
std::string
Suffix
;
17
std::string
Prefix
;
18
const
edm::EDGetTokenT<edmNew::DetSetVector<SiStripCluster>
>
clusters_token_
;
19
std::vector<edm::EDGetTokenT<SiStripRecHit2DCollection> >
rec_hits_tokens_
;
20
//std::vector<edm::InputTag> inputTags;
21
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
22
};
23
24
#endif
EDProducer.h
edm::EDGetTokenT
Definition:
EDGetToken.h:33
ShallowRechitClustersProducer::ShallowRechitClustersProducer
ShallowRechitClustersProducer(const edm::ParameterSet &)
Definition:
ShallowRechitClustersProducer.cc:13
ShallowRechitClustersProducer
Definition:
ShallowRechitClustersProducer.h:11
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ShallowRechitClustersProducer::rec_hits_tokens_
std::vector< edm::EDGetTokenT< SiStripRecHit2DCollection > > rec_hits_tokens_
Definition:
ShallowRechitClustersProducer.h:19
edm::ParameterSet
Definition:
ParameterSet.h:36
SiStripCluster.h
SiStripRecHit2DCollection.h
ShallowRechitClustersProducer::Prefix
std::string Prefix
Definition:
ShallowRechitClustersProducer.h:17
ShallowRechitClustersProducer::Suffix
std::string Suffix
Definition:
ShallowRechitClustersProducer.h:16
edm::EventSetup
Definition:
EventSetup.h:57
InputTag.h
Frameworkfwd.h
ShallowRechitClustersProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
ShallowRechitClustersProducer.cc:33
edm::EDProducer
Definition:
EDProducer.h:36
edm::Event
Definition:
Event.h:73
DetSetVectorNew.h
ShallowRechitClustersProducer::clusters_token_
const edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusters_token_
Definition:
ShallowRechitClustersProducer.h:18
Generated for CMSSW Reference Manual by
1.8.16