#include <CaloHit.h>
Public Member Functions | |
CaloHit (int deti, int layi, double ei, double etai, double phii, double timi, uint32_t idi=0) | |
CaloHit () | |
CaloHit (const CaloHit &) | |
int | det () const |
double | e () const |
double | eta () const |
uint32_t | id () const |
int | layer () const |
bool | operator< (const CaloHit &hit) const |
double | phi () const |
void | setId (const uint32_t idi) |
double | t () const |
virtual | ~CaloHit () |
Private Attributes | |
int | deth |
double | eh |
double | etah |
uint32_t | idh |
int | layerh |
double | phih |
double | timeh |
CaloHit::CaloHit | ( | int | deti, |
int | layi, | ||
double | ei, | ||
double | etai, | ||
double | phii, | ||
double | timi, | ||
uint32_t | idi = 0 |
||
) |
CaloHit::CaloHit | ( | ) |
CaloHit::CaloHit | ( | const CaloHit & | right | ) |
CaloHit::~CaloHit | ( | ) | [virtual] |
Definition at line 27 of file CaloHit.cc.
{}
int CaloHit::det | ( | ) | const [inline] |
Definition at line 22 of file CaloHit.h.
References deth.
Referenced by operator<<(), and HcalTestAnalysis::qieAnalysis().
{return deth;}
double CaloHit::e | ( | ) | const [inline] |
Definition at line 24 of file CaloHit.h.
References eh.
Referenced by CaloHitELess::operator()(), CaloHitEtLess::operator()(), SimG4HcalHitCluster::operator+=(), operator<(), operator<<(), HcalTB04Analysis::qieAnalysis(), and HcalTestAnalysis::qieAnalysis().
{return eh;}
double CaloHit::eta | ( | void | ) | const [inline] |
Definition at line 25 of file CaloHit.h.
References etah.
Referenced by CaloHitEtLess::operator()(), SimG4HcalHitCluster::operator+=(), operator<(), operator<<(), and SimG4HcalHitJetFinder::rDist().
{return etah;}
uint32_t CaloHit::id | ( | void | ) | const [inline] |
Definition at line 28 of file CaloHit.h.
References idh.
Referenced by CaloHitIdMore::operator()(), operator<<(), HcalTB04Analysis::qieAnalysis(), and HcalTestAnalysis::qieAnalysis().
{return idh;}
int CaloHit::layer | ( | ) | const [inline] |
Definition at line 23 of file CaloHit.h.
References layerh.
Referenced by operator<<(), and HcalTestAnalysis::qieAnalysis().
{return layerh;}
bool CaloHit::operator< | ( | const CaloHit & | hit | ) | const |
double CaloHit::phi | ( | void | ) | const [inline] |
Definition at line 26 of file CaloHit.h.
References phih.
Referenced by SimG4HcalHitCluster::operator+=(), operator<<(), and SimG4HcalHitJetFinder::rDist().
{return phih;}
void CaloHit::setId | ( | const uint32_t | idi | ) | [inline] |
double CaloHit::t | ( | ) | const [inline] |
Definition at line 27 of file CaloHit.h.
References timeh.
Referenced by CaloHitIdMore::operator()(), CaloHitMore::operator()(), and operator<<().
{return timeh;}
int CaloHit::deth [private] |
double CaloHit::eh [private] |
Definition at line 36 of file CaloHit.h.
Referenced by CaloHit(), e(), and operator<().
double CaloHit::etah [private] |
Definition at line 36 of file CaloHit.h.
Referenced by CaloHit(), eta(), and operator<().
uint32_t CaloHit::idh [private] |
int CaloHit::layerh [private] |
double CaloHit::phih [private] |
double CaloHit::timeh [private] |