Main Page
Namespaces
Classes
Package Documentation
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),
8
planes_
(e),
9
isMC_
(
false
),
10
b_
(-99),
11
npart_
(-99),
12
ncoll_
(-99),
13
nhard_
(-99),
14
phi_
(-99) {;}
15
16
pat::HeavyIon::HeavyIon
(
const
reco::CentralityCollection
&
c
,
const
reco::EvtPlaneCollection
&
e
,
double
b
,
int
npart
,
int
ncoll,
int
nhard,
double
phi) :
17
cents_
(c),
18
planes_
(e),
19
isMC_
(
true
),
20
b_
(b),
21
npart_
(npart),
22
ncoll_
(ncoll),
23
nhard_
(nhard),
24
phi_
(phi) {;}
25
26
27
pat::HeavyIon::ncoll_
int ncoll_
Definition:
HeavyIon.h:31
pat::HeavyIon::cents_
reco::CentralityCollection cents_
Definition:
HeavyIon.h:26
funct::false
false
Definition:
Factorize.h:36
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:44
npart
double npart
Definition:
HydjetWrapper.h:49
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
pat::HeavyIon::isMC_
bool isMC_
Definition:
HeavyIon.h:28
funct::true
true
Definition:
Factorize.h:185
pat::HeavyIon::HeavyIon
HeavyIon()
Definition:
HeavyIon.cc:4
reco::EvtPlaneCollection
std::vector< EvtPlane > EvtPlaneCollection
Definition:
EvtPlane.h:51
reco::CentralityCollection
std::vector< reco::Centrality > CentralityCollection
Definition:
Centrality.h:95
pat::HeavyIon::b_
double b_
Definition:
HeavyIon.h:29
pat::HeavyIon::nhard_
int nhard_
Definition:
HeavyIon.h:32
HeavyIon.h
b
double b
Definition:
hdecay.h:120
pat::HeavyIon::planes_
reco::EvtPlaneCollection planes_
Definition:
HeavyIon.h:27
pat::HeavyIon::npart_
int npart_
Definition:
HeavyIon.h:30
pat::HeavyIon::phi_
double phi_
Definition:
HeavyIon.h:33
Generated for CMSSW Reference Manual by
1.8.11