CalibTracker
SiStripCommon
interface
ShallowTrackClustersProducer.h
Go to the documentation of this file.
1
#ifndef SHALLOW_TRACKCLUSTERS_PRODUCER
2
#define SHALLOW_TRACKCLUSTERS_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/TrackReco/interface/Track.h
"
10
#include "
TrackingTools/PatternTools/interface/TrajTrackAssociation.h
"
11
12
class
ShallowTrackClustersProducer
:
public
edm::EDProducer
{
13
public
:
14
explicit
ShallowTrackClustersProducer
(
const
edm::ParameterSet
&);
15
16
private
:
17
const
edm::EDGetTokenT<edm::View<reco::Track>
>
tracks_token_
;
18
const
edm::EDGetTokenT<TrajTrackAssociationCollection>
association_token_
;
19
const
edm::EDGetTokenT<edmNew::DetSetVector<SiStripCluster>
>
clusters_token_
;
20
std::string
Suffix
;
21
std::string
Prefix
;
22
23
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
24
};
25
#endif
ShallowTrackClustersProducer::association_token_
const edm::EDGetTokenT< TrajTrackAssociationCollection > association_token_
Definition:
ShallowTrackClustersProducer.h:18
EDProducer.h
edm::EDGetTokenT
Definition:
EDGetToken.h:33
ShallowTrackClustersProducer::Suffix
std::string Suffix
Definition:
ShallowTrackClustersProducer.h:20
Track.h
TrajTrackAssociation.h
ShallowTrackClustersProducer::Prefix
std::string Prefix
Definition:
ShallowTrackClustersProducer.h:21
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition:
ParameterSet.h:36
SiStripCluster.h
ShallowTrackClustersProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
ShallowTrackClustersProducer.cc:75
ShallowTrackClustersProducer::clusters_token_
const edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusters_token_
Definition:
ShallowTrackClustersProducer.h:19
ShallowTrackClustersProducer::ShallowTrackClustersProducer
ShallowTrackClustersProducer(const edm::ParameterSet &)
Definition:
ShallowTrackClustersProducer.cc:26
edm::EventSetup
Definition:
EventSetup.h:57
InputTag.h
ShallowTrackClustersProducer::tracks_token_
const edm::EDGetTokenT< edm::View< reco::Track > > tracks_token_
Definition:
ShallowTrackClustersProducer.h:17
ShallowTrackClustersProducer
Definition:
ShallowTrackClustersProducer.h:12
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:36
edm::Event
Definition:
Event.h:73
DetSetVectorNew.h
Generated for CMSSW Reference Manual by
1.8.16