#include <HeavyIon.h>
Public Member Functions | |
double | generatedB () const |
double | generatedEvtPlane () const |
int | generatedNcoll () const |
int | generatedNhard () const |
int | generatedNpart () const |
const reco::CentralityCollection & | getCentralityCollection () const |
HeavyIon () | |
HeavyIon (const reco::CentralityCollection &c, const reco::EvtPlaneCollection &e) | |
HeavyIon (const reco::CentralityCollection &c, const reco::EvtPlaneCollection &e, double b, int npart, int ncoll, int nhard, double phi) | |
bool | isMC () const |
virtual | ~HeavyIon () |
Private Attributes | |
double | b_ |
reco::CentralityCollection | cents_ |
bool | isMC_ |
int | ncoll_ |
int | nhard_ |
int | npart_ |
double | phi_ |
reco::EvtPlaneCollection | planes_ |
Definition at line 9 of file HeavyIon.h.
pat::HeavyIon::HeavyIon | ( | ) |
Definition at line 4 of file HeavyIon.cc.
{;}
pat::HeavyIon::HeavyIon | ( | const reco::CentralityCollection & | c, |
const reco::EvtPlaneCollection & | e | ||
) |
pat::HeavyIon::HeavyIon | ( | const reco::CentralityCollection & | c, |
const reco::EvtPlaneCollection & | e, | ||
double | b, | ||
int | npart, | ||
int | ncoll, | ||
int | nhard, | ||
double | phi | ||
) |
virtual pat::HeavyIon::~HeavyIon | ( | ) | [inline, virtual] |
Definition at line 14 of file HeavyIon.h.
{;}
double pat::HeavyIon::generatedB | ( | ) | const [inline] |
double pat::HeavyIon::generatedEvtPlane | ( | ) | const [inline] |
int pat::HeavyIon::generatedNcoll | ( | ) | const [inline] |
int pat::HeavyIon::generatedNhard | ( | ) | const [inline] |
int pat::HeavyIon::generatedNpart | ( | ) | const [inline] |
const reco::CentralityCollection& pat::HeavyIon::getCentralityCollection | ( | ) | const [inline] |
bool pat::HeavyIon::isMC | ( | ) | const [inline] |
double pat::HeavyIon::b_ [private] |
Definition at line 29 of file HeavyIon.h.
Referenced by generatedB().
Definition at line 26 of file HeavyIon.h.
Referenced by getCentralityCollection().
bool pat::HeavyIon::isMC_ [private] |
Definition at line 28 of file HeavyIon.h.
Referenced by isMC().
int pat::HeavyIon::ncoll_ [private] |
Definition at line 31 of file HeavyIon.h.
Referenced by generatedNcoll().
int pat::HeavyIon::nhard_ [private] |
Definition at line 32 of file HeavyIon.h.
Referenced by generatedNhard().
int pat::HeavyIon::npart_ [private] |
Definition at line 30 of file HeavyIon.h.
Referenced by generatedNpart().
double pat::HeavyIon::phi_ [private] |
Definition at line 33 of file HeavyIon.h.
Referenced by generatedEvtPlane().
Definition at line 27 of file HeavyIon.h.