Main Page
Namespaces
Classes
Package Documentation
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
{
class
Event
;
class
EventSetup
;
class
ParameterSet
;
class
ConfigurationDescriptions
; }
9
class
TrackerTopology
;
10
11
class
PixelTrackProducer
:
public
edm::stream::EDProducer
<> {
12
13
public
:
14
explicit
PixelTrackProducer
(
const
edm::ParameterSet
& conf);
15
16
~
PixelTrackProducer
()
override
;
17
18
static
void
fillDescriptions(
edm::ConfigurationDescriptions
& descriptions);
19
20
void
produce(
edm::Event
&
ev
,
const
edm::EventSetup
& es)
override
;
21
22
private
:
23
void
store(
edm::Event
& ev,
const
pixeltrackfitting::TracksWithTTRHs
&
selectedTracks
,
const
TrackerTopology
& ttopo);
24
PixelTrackReconstruction
theReconstruction
;
25
};
26
#endif
TracksWithHits.h
ParameterSet
Definition:
Functions.h:16
TrackerTopology
Definition:
TrackerTopology.h:18
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
PixelTrackProducer
Definition:
PixelTrackProducer.h:11
PixelTrackReconstruction
Definition:
PixelTrackReconstruction.h:19
EDProducer.h
pixeltrackfitting::TracksWithTTRHs
std::vector< TrackWithTTRHs > TracksWithTTRHs
Definition:
TracksWithHits.h:14
EventSetup
PixelTrackReconstruction.h
edm::EventSetup
Definition:
EventSetup.h:44
ConfigurationDescriptions
edm::stream::EDProducer
Definition:
EDProducer.h:33
PixelTrackProducer::theReconstruction
PixelTrackReconstruction theReconstruction
Definition:
PixelTrackProducer.h:24
Event
trackingPlots.selectedTracks
selectedTracks
Definition:
trackingPlots.py:1792
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:69
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11