CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HeavyIon.cc
Go to the documentation of this file.
1 
3 
5 
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 
double npart
Definition: HydjetWrapper.h:45
std::vector< EvtPlane > EvtPlaneCollection
Definition: EvtPlane.h:34
std::vector< reco::Centrality > CentralityCollection
Definition: Centrality.h:79
double b
Definition: hdecay.h:120
Definition: DDAxes.h:10