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
{
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
TracksWithHits.h
TrackCollections2monitor_cff.selectedTracks
selectedTracks
Definition:
TrackCollections2monitor_cff.py:32
ParameterSet
Definition:
Functions.h:16
TrackerTopology
Definition:
TrackerTopology.h:16
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
PixelTrackProducer
Definition:
PixelTrackProducer.h:16
PixelTrackReconstruction
Definition:
PixelTrackReconstruction.h:24
EDProducer.h
pixeltrackfitting::TracksWithTTRHs
std::vector< TrackWithTTRHs > TracksWithTTRHs
Definition:
TracksWithHits.h:14
EventSetup
PixelTrackReconstruction.h
edm::EventSetup
Definition:
EventSetup.h:57
ConfigurationDescriptions
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::stream::EDProducer
Definition:
EDProducer.h:38
PixelTrackProducer::theReconstruction
PixelTrackReconstruction theReconstruction
Definition:
PixelTrackProducer.h:28
Event
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:72
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11