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
HeavyIon.h
pat::HeavyIon::HeavyIon
HeavyIon()
Definition:
HeavyIon.cc:4
npart
double npart
Definition:
HydjetWrapper.h:46
b
double b
Definition:
hdecay.h:118
reco::EvtPlaneCollection
std::vector< EvtPlane > EvtPlaneCollection
Definition:
EvtPlane.h:62
funct::true
true
Definition:
Factorize.h:173
reco::CentralityCollection
std::vector< reco::Centrality > CentralityCollection
Definition:
Centrality.h:95
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Generated for CMSSW Reference Manual by
1.8.16