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
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
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
DataFormats
ParticleFlowReco
interface
PFConversion.h
Go to the documentation of this file.
1
#ifndef DataFormats_ParticleFlowReco_PFConversion_h
2
#define DataFormats_ParticleFlowReco_PFConversion_h
3
4
#include "
DataFormats/EgammaCandidates/interface/ConversionFwd.h
"
5
#include "
DataFormats/EgammaCandidates/interface/Conversion.h
"
6
#include "
DataFormats/ParticleFlowReco/interface/PFRecTrackFwd.h
"
7
#include "
DataFormats/ParticleFlowReco/interface/PFConversionFwd.h
"
8
9
#include <iostream>
10
#include <vector>
11
12
class
Conversion;
13
14
namespace
reco
{
15
20
class
PFConversion
{
21
public
:
22
// Default constructor
23
PFConversion
() {}
24
25
// PFConversion(const reco::ConversionRef c);
26
// PFConversion(const reco::ConversionRef c, const std::vector<reco::PFRecTrackRef>& tr );
27
28
PFConversion
(
reco::ConversionRef
c
);
29
PFConversion
(
const
reco::ConversionRef
&
c
,
const
std::vector<reco::PFRecTrackRef>& tr);
30
32
~PFConversion
();
33
34
const
reco::ConversionRef
&
originalConversion
()
const
{
return
originalConversion_
; }
35
const
std::vector<reco::PFRecTrackRef>&
pfTracks
()
const
{
return
pfTracks_
; }
36
37
private
:
38
void
addPFTrack
(
const
reco::PFRecTrackRef
& tr) {
pfTracks_
.push_back(tr); }
39
reco::ConversionRef
originalConversion_
;
40
std::vector<reco::PFRecTrackRef>
pfTracks_
;
41
};
42
43
}
// namespace reco
44
45
#endif
PFConversionFwd.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
ConversionFwd.h
edm::Ref< ConversionCollection >
reco::PFConversion::originalConversion_
reco::ConversionRef originalConversion_
Definition:
PFConversion.h:39
reco::PFConversion::PFConversion
PFConversion()
Definition:
PFConversion.h:23
reco::PFConversion::originalConversion
const reco::ConversionRef & originalConversion() const
Definition:
PFConversion.h:34
reco::PFConversion::addPFTrack
void addPFTrack(const reco::PFRecTrackRef &tr)
Definition:
PFConversion.h:38
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
reco::PFConversion::pfTracks_
std::vector< reco::PFRecTrackRef > pfTracks_
Definition:
PFConversion.h:40
reco::PFConversion
Definition:
PFConversion.h:20
reco::PFConversion::pfTracks
const std::vector< reco::PFRecTrackRef > & pfTracks() const
Definition:
PFConversion.h:35
PFRecTrackFwd.h
reco::PFConversion::~PFConversion
~PFConversion()
destructor
Definition:
PFConversion.cc:10
Conversion.h
Generated for CMSSW Reference Manual by
1.8.16