Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
}
c
const edm::EventSetup & c
Definition:
SiStripLAProfileBooker.cc:66
funct::false
false
Definition:
Factorize.h:29
npart
double npart
Definition:
HydjetWrapper.h:46
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:118
alignCSCRings.e
list e
Definition:
alignCSCRings.py:91
Generated for CMSSW Reference Manual by
1.8.5