RecoPixelVertexing
PixelTrackFitting
plugins
PixelTrackProducer.h
Go to the documentation of this file.
1
#ifndef PixelTrackProducer_H
2
#define PixelTrackProducer_H
3
4
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
5
#include "
RecoPixelVertexing/PixelTrackFitting/interface/TracksWithHits.h
"
6
#include "
RecoPixelVertexing/PixelTrackFitting/interface/PixelTrackReconstruction.h
"
7
8
namespace
edm
{
9
class
Event
;
10
class
EventSetup
;
11
class
ParameterSet
;
12
class
ConfigurationDescriptions
;
13
}
// namespace edm
14
class
TrackerTopology
;
15
16
class
PixelTrackProducer
:
public
edm::stream::EDProducer
<> {
17
public
:
18
explicit
PixelTrackProducer
(
const
edm::ParameterSet
& conf);
19
20
~PixelTrackProducer
()
override
;
21
22
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
23
24
void
produce
(
edm::Event
&
ev
,
const
edm::EventSetup
& es)
override
;
25
26
private
:
27
void
store
(
edm::Event
&
ev
,
const
pixeltrackfitting::TracksWithTTRHs
&
selectedTracks
,
const
TrackerTopology
& ttopo);
28
PixelTrackReconstruction
theReconstruction
;
29
};
30
#endif
PixelTrackProducer::produce
void produce(edm::Event &ev, const edm::EventSetup &es) override
Definition:
PixelTrackProducer.cc:43
PixelTrackReconstruction
Definition:
PixelTrackReconstruction.h:24
PixelTrackProducer::store
void store(edm::Event &ev, const pixeltrackfitting::TracksWithTTRHs &selectedTracks, const TrackerTopology &ttopo)
Definition:
PixelTrackProducer.cc:56
edm
HLT enums.
Definition:
AlignableModifier.h:19
TrackerTopology
Definition:
TrackerTopology.h:16
EDProducer.h
PixelTrackProducer
Definition:
PixelTrackProducer.h:16
PixelTrackReconstruction.h
PixelTrackProducer::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
PixelTrackProducer.cc:34
PixelTrackProducer::theReconstruction
PixelTrackReconstruction theReconstruction
Definition:
PixelTrackProducer.h:28
PixelTrackProducer::~PixelTrackProducer
~PixelTrackProducer() override
Definition:
PixelTrackProducer.cc:32
Event
TracksWithHits.h
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
edm::ParameterSet
Definition:
ParameterSet.h:36
ParameterSet
Definition:
Functions.h:16
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm::EventSetup
Definition:
EventSetup.h:57
pixeltrackfitting::TracksWithTTRHs
std::vector< TrackWithTTRHs > TracksWithTTRHs
Definition:
TracksWithHits.h:14
ConfigurationDescriptions
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
PixelTrackProducer::PixelTrackProducer
PixelTrackProducer(const edm::ParameterSet &conf)
Definition:
PixelTrackProducer.cc:25
EventSetup
edm::Event
Definition:
Event.h:73
TrackCollections2monitor_cff.selectedTracks
selectedTracks
Definition:
TrackCollections2monitor_cff.py:32
Generated for CMSSW Reference Manual by
1.8.16