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
HeavyIonEvent
src
HeavyIon.cc
Go to the documentation of this file.
1
2
#include "
DataFormats/HeavyIonEvent/interface/HeavyIon.h
"
3
4
pat::HeavyIon::HeavyIon
() { ; }
5
6
pat::HeavyIon::HeavyIon
(
const
reco::CentralityCollection
&
c
,
const
reco::EvtPlaneCollection
&
e
)
7
: cents_(
c
), planes_(
e
), isMC_(
false
), b_(-99), npart_(-99), ncoll_(-99), nhard_(-99), phi_(-99) {
8
;
9
}
10
11
pat::HeavyIon::HeavyIon
(
const
reco::CentralityCollection
&
c
,
12
const
reco::EvtPlaneCollection
&
e
,
13
double
b
,
14
int
npart
,
15
int
ncoll,
16
int
nhard,
17
double
phi)
18
: cents_(
c
), planes_(
e
), isMC_(
true
), b_(
b
), npart_(
npart
), ncoll_(ncoll), nhard_(nhard), phi_(phi) {
19
;
20
}
funct::false
false
Definition:
Factorize.h:29
npart
double npart
Definition:
HydjetWrapper.h:48
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:35
funct::true
true
Definition:
Factorize.h:173
pat::HeavyIon::HeavyIon
HeavyIon()
Definition:
HeavyIon.cc:4
reco::EvtPlaneCollection
std::vector< EvtPlane > EvtPlaneCollection
Definition:
EvtPlane.h:62
reco::CentralityCollection
std::vector< reco::Centrality > CentralityCollection
Definition:
Centrality.h:95
HeavyIon.h
b
double b
Definition:
hdecay.h:120
Generated for CMSSW Reference Manual by
1.8.14