![]() |
![]() |
#include <L1CaloRegion.h>
Public Member Functions | |
const int & | E () const |
const int & | iEta () const |
const int & | iPhi () const |
L1CaloRegion (const int &, const int &, const int &) | |
L1CaloRegion () | |
~L1CaloRegion () | |
Private Attributes | |
int | mE |
int | mIeta |
int | mIphi |
Definition at line 11 of file L1CaloRegion.h.
L1CaloRegion::L1CaloRegion | ( | ) |
Definition at line 9 of file L1CaloRegion.cc.
L1CaloRegion::L1CaloRegion | ( | const int & | iEta, |
const int & | iPhi, | ||
const int & | E | ||
) |
L1CaloRegion::~L1CaloRegion | ( | ) |
Definition at line 22 of file L1CaloRegion.cc.
{ }
const int & L1CaloRegion::E | ( | ) | const |
Definition at line 36 of file L1CaloRegion.cc.
References mE.
Referenced by std::operator<().
{ return mE; }
const int & L1CaloRegion::iEta | ( | ) | const |
Definition at line 26 of file L1CaloRegion.cc.
References mIeta.
Referenced by std::operator<().
{ return mIeta; }
const int & L1CaloRegion::iPhi | ( | ) | const |
int l1slhc::L1CaloRegion::mE [private] |
Definition at line 28 of file L1CaloRegion.h.
Referenced by E().
int l1slhc::L1CaloRegion::mIeta [private] |
Definition at line 26 of file L1CaloRegion.h.
Referenced by iEta().
int l1slhc::L1CaloRegion::mIphi [private] |
Definition at line 27 of file L1CaloRegion.h.
Referenced by iPhi().