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
DataFormats
ParticleFlowReco
src
PFRecHitFraction.cc
Go to the documentation of this file.
1
#include "
DataFormats/ParticleFlowReco/interface/PFRecHitFraction.h
"
2
#include "
DataFormats/Common/interface/Ref.h
"
3
#include "
DataFormats/ParticleFlowReco/interface/PFRecHit.h
"
4
// #include "FWCore/Utilities/interface/Exception.h"
5
6
using namespace
std
;
7
using namespace
reco
;
8
9
ostream&
reco::operator<<
(std::ostream&
out
,
const
PFRecHitFraction
&
hit
) {
10
if
(!
out
)
11
return
out
;
12
13
// const reco::PFRecHit* rechit = hit.getRecHit();
14
15
out
<<
hit
.fraction() <<
"x["
<<
hit
.recHitRef()->detId() <<
"]"
;
16
17
return
out
;
18
}
PFRecHit.h
reco::PFRecHitFraction
Fraction of a PFRecHit (rechits can be shared between several PFCluster's)
Definition:
PFRecHitFraction.h:18
std
Definition:
JetResolutionObject.h:76
reco::operator<<
std::ostream & operator<<(std::ostream &, BeamSpot beam)
Definition:
BeamSpot.cc:66
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
Ref.h
hit
Definition:
SiStripHitEffFromCalibTree.cc:88
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
PFRecHitFraction.h
Generated for CMSSW Reference Manual by
1.8.14