#include <CaloCellId.h>
Public Types | |
enum | System { Barrel =1, Endcap =2, Forward =3 } |
Public Member Functions | |
CaloCellId (double theEtaMin, double theEtaMax, double thePhiMin, double thePhiMax, System theSubSys) | |
CaloCellId (const CaloCellId &) | |
double | getEtaMax () const |
double | getEtaMin () const |
double | getPhiMax () const |
double | getPhiMin () const |
System | getSubSys () const |
double | getThetaCell () |
bool | isInCell (double thisEta, double thisPhi) |
bool | operator== (const CaloCellId &) const |
virtual | ~CaloCellId () |
Private Attributes | |
double | etaMax |
double | etaMin |
double | phiMax |
double | phiMin |
System | subSys |
Definition at line 14 of file CaloCellId.h.
enum CaloCellId::System |
Enumerator | |
---|---|
Barrel | |
Endcap | |
Forward |
Definition at line 18 of file CaloCellId.h.
CaloCellId::CaloCellId | ( | double | theEtaMin, |
double | theEtaMax, | ||
double | thePhiMin, | ||
double | thePhiMax, | ||
System | theSubSys | ||
) |
Definition at line 19 of file CaloCellId.cc.
CaloCellId::CaloCellId | ( | const CaloCellId & | id | ) |
Definition at line 23 of file CaloCellId.cc.
|
virtual |
Definition at line 27 of file CaloCellId.cc.
|
inline |
|
inline |
Definition at line 24 of file CaloCellId.h.
References etaMin.
Referenced by MBUEandQCDValidation::analyze().
|
inline |
|
inline |
|
inline |
Definition at line 28 of file CaloCellId.h.
References subSys.
Referenced by MBUEandQCDValidation::analyze().
double CaloCellId::getThetaCell | ( | ) |
Definition at line 47 of file CaloCellId.cc.
References etaMax, etaMin, create_public_lumi_plots::exp, and theta().
Referenced by MBUEandQCDValidation::analyze().
bool CaloCellId::isInCell | ( | double | thisEta, |
double | thisPhi | ||
) |
bool CaloCellId::operator== | ( | const CaloCellId & | id | ) | const |
|
private |
Definition at line 39 of file CaloCellId.h.
Referenced by getEtaMax(), getThetaCell(), and operator==().
|
private |
Definition at line 38 of file CaloCellId.h.
Referenced by getEtaMin(), getThetaCell(), isInCell(), and operator==().
|
private |
Definition at line 41 of file CaloCellId.h.
Referenced by getPhiMax(), isInCell(), and operator==().
|
private |
Definition at line 40 of file CaloCellId.h.
Referenced by getPhiMin(), isInCell(), and operator==().
|
private |
Definition at line 42 of file CaloCellId.h.
Referenced by getSubSys(), and operator==().