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
src
Alignment
CommonAlignmentProducer
interface
AlignmentTracksFromVertexCompositeCandidateSelector.h
Go to the documentation of this file.
1
#ifndef Alignment_CommonAlignmentAlgorithm_AlignmentTrackFromVertexCompositeCandidateSelector_h
2
#define Alignment_CommonAlignmentAlgorithm_AlignmentTrackFromVertexCompositeCandidateSelector_h
3
4
#include "
DataFormats/TrackReco/interface/Track.h
"
5
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
6
#include "
DataFormats/Candidate/interface/VertexCompositeCandidate.h
"
7
#include "
DataFormats/RecoCandidate/interface/RecoChargedCandidate.h
"
8
#include "
FWCore/Utilities/interface/EDGetToken.h
"
9
#include "
FWCore/Utilities/interface/InputTag.h
"
10
#include <vector>
11
12
namespace
edm
{
13
class
Event
;
14
class
ParameterSet
;
15
}
// namespace edm
16
17
class
TrackingRecHit
;
18
19
class
AlignmentTrackFromVertexCompositeCandidateSelector
{
20
public
:
21
typedef
std::vector<const reco::Track*>
Tracks
;
22
24
AlignmentTrackFromVertexCompositeCandidateSelector
(
const
edm::ParameterSet
&
cfg
,
edm::ConsumesCollector
& iC);
25
27
~AlignmentTrackFromVertexCompositeCandidateSelector
();
28
30
Tracks
select
(
const
edm::Handle<reco::TrackCollection>
& tc,
31
const
edm::Event
& evt,
32
const
edm::EventSetup
&
setup
)
const
;
33
34
private
:
35
const
edm::EDGetTokenT<reco::VertexCompositeCandidateCollection>
vccToken_
;
36
};
37
38
#endif
VertexCompositeCandidate.h
RecoChargedCandidate.h
ParameterSet
Definition:
Functions.h:16
edm::Handle< reco::TrackCollection >
TrackingRecHit
Definition:
TrackingRecHit.h:21
AlignmentTrackFromVertexCompositeCandidateSelector::select
Tracks select(const edm::Handle< reco::TrackCollection > &tc, const edm::Event &evt, const edm::EventSetup &setup) const
select tracks
Definition:
AlignmentTracksFromVertexCompositeCandidateSelector.cc:19
edm::EDGetTokenT< reco::VertexCompositeCandidateCollection >
AlignmentTrackFromVertexCompositeCandidateSelector::~AlignmentTrackFromVertexCompositeCandidateSelector
~AlignmentTrackFromVertexCompositeCandidateSelector()
destructor
Definition:
AlignmentTracksFromVertexCompositeCandidateSelector.cc:16
AlignmentTrackFromVertexCompositeCandidateSelector::AlignmentTrackFromVertexCompositeCandidateSelector
AlignmentTrackFromVertexCompositeCandidateSelector(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
constructor
Definition:
AlignmentTracksFromVertexCompositeCandidateSelector.cc:10
edm::EventSetup
Definition:
EventSetup.h:56
singleTopDQM_cfi.setup
setup
SETUP
Definition:
singleTopDQM_cfi.py:37
looper.cfg
cfg
Definition:
looper.py:296
EDGetToken.h
Event
edm
HLT enums.
Definition:
AlignableModifier.h:19
InputTag.h
AlignmentTrackFromVertexCompositeCandidateSelector::vccToken_
const edm::EDGetTokenT< reco::VertexCompositeCandidateCollection > vccToken_
Definition:
AlignmentTracksFromVertexCompositeCandidateSelector.h:35
Track.h
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
AlignmentTrackFromVertexCompositeCandidateSelector
Definition:
AlignmentTracksFromVertexCompositeCandidateSelector.h:19
ConsumesCollector.h
AlignmentTrackFromVertexCompositeCandidateSelector::Tracks
std::vector< const reco::Track * > Tracks
Definition:
AlignmentTracksFromVertexCompositeCandidateSelector.h:21
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14