Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoTracker
TrackProducer
plugins
ExtraFromSeeds.h
Go to the documentation of this file.
1
#ifndef RecoTracker_TrackProducer_ExtraFromSeeds
2
#define RecoTracker_TrackProducer_ExtraFromSeeds
3
4
// -*- C++ -*-
5
//
6
// Package: ExtraFromSeeds
7
// Class: ExtraFromSeeds
8
//
16
//
17
// Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209,
18
// Created: Fri Feb 17 12:03:11 CET 2012
19
//
20
//
21
22
// system include files
23
#include <memory>
24
25
// user include files
26
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
27
#include "
FWCore/Framework/interface/global/EDProducer.h
"
28
29
#include "
FWCore/Framework/interface/Event.h
"
30
#include "
FWCore/Framework/interface/MakerMacros.h
"
31
32
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
33
34
#include "
DataFormats/TrackReco/interface/TrackExtra.h
"
35
#include "
DataFormats/TrackReco/interface/TrackExtraFwd.h
"
36
#include "
DataFormats/TrackReco/interface/Track.h
"
37
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
38
39
//
40
// class declaration
41
//
42
43
class
ExtraFromSeeds
:
public
edm::global::EDProducer
<> {
44
public
:
45
explicit
ExtraFromSeeds
(
const
edm::ParameterSet
&);
46
~ExtraFromSeeds
()
override
;
47
48
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
49
50
private
:
51
void
produce
(
edm::StreamID
,
edm::Event
&,
const
edm::EventSetup
&)
const override
;
52
53
edm::EDGetTokenT<reco::TrackCollection>
tracks_
;
54
typedef
std::vector<unsigned int>
ExtremeLight
;
55
56
// ----------member data ---------------------------
57
};
58
59
#endif
EDProducer.h
edm::StreamID
Definition:
StreamID.h:30
Event.h
TrackFwd.h
ExtraFromSeeds::tracks_
edm::EDGetTokenT< reco::TrackCollection > tracks_
Definition:
ExtraFromSeeds.h:53
edm::EDGetTokenT< reco::TrackCollection >
Frameworkfwd.h
ParameterSet.h
ExtraFromSeeds::ExtraFromSeeds
ExtraFromSeeds(const edm::ParameterSet &)
Definition:
ExtraFromSeeds.cc:27
ExtraFromSeeds::~ExtraFromSeeds
~ExtraFromSeeds() override
Definition:
ExtraFromSeeds.cc:33
ExtraFromSeeds::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition:
ExtraFromSeeds.cc:43
edm::EventSetup
Definition:
EventSetup.h:59
ExtraFromSeeds::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
ExtraFromSeeds.cc:74
edm::global::EDProducer
Definition:
EDProducer.h:32
TrackExtraFwd.h
ExtraFromSeeds
Definition:
ExtraFromSeeds.h:43
Track.h
edm::ParameterSet
Definition:
ParameterSet.h:47
TrackExtra.h
edm::Event
Definition:
Event.h:73
MakerMacros.h
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
ExtraFromSeeds::ExtremeLight
std::vector< unsigned int > ExtremeLight
Definition:
ExtraFromSeeds.h:54
Generated for CMSSW Reference Manual by
1.8.14