Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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),
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
npart
double npart
Definition:
HydjetWrapper.h:44
funct::true
true
Definition:
Factorize.h:183
pat::HeavyIon::HeavyIon
HeavyIon()
Definition:
HeavyIon.cc:4
reco::EvtPlaneCollection
std::vector< EvtPlane > EvtPlaneCollection
Definition:
EvtPlane.h:33
reco::CentralityCollection
std::vector< reco::Centrality > CentralityCollection
Definition:
Centrality.h:82
HeavyIon.h
b
double b
Definition:
hdecay.h:120
trackerHits.c
tuple c
Definition:
trackerHits.py:26
alignCSCRings.e
list e
Definition:
alignCSCRings.py:90
edm::false
volatile std::atomic< bool > shutdown_flag false
Definition:
UnixSignalHandlers.cc:22
phi
Definition:
DDAxes.h:10
Generated for CMSSW Reference Manual by
1.8.5