#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 |
||
) |
Definition at line 9 of file CaloHit.cc.
CaloHit::CaloHit | ( | ) |
Definition at line 14 of file CaloHit.cc.
CaloHit::CaloHit | ( | const CaloHit & | right | ) |
|
virtual |
Definition at line 27 of file CaloHit.cc.
|
inline |
Definition at line 22 of file CaloHit.h.
References deth.
Referenced by operator<<(), and HcalTestAnalysis::qieAnalysis().
|
inline |
Definition at line 24 of file CaloHit.h.
References eh.
Referenced by CaloHitELess::operator()(), CaloHitEtLess::operator()(), SimG4HcalHitCluster::operator+=(), operator<(), operator<<(), HcalTestAnalysis::qieAnalysis(), and HcalTB04Analysis::qieAnalysis().
|
inline |
Definition at line 25 of file CaloHit.h.
References etah.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), CaloHitEtLess::operator()(), SimG4HcalHitCluster::operator+=(), operator<(), operator<<(), Jet.Jet::puJetId(), and SimG4HcalHitJetFinder::rDist().
|
inline |
Definition at line 28 of file CaloHit.h.
References idh.
Referenced by CaloHitIdMore::operator()(), operator<<(), HcalTestAnalysis::qieAnalysis(), and HcalTB04Analysis::qieAnalysis().
|
inline |
Definition at line 23 of file CaloHit.h.
References layerh.
Referenced by geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), operator<<(), and HcalTestAnalysis::qieAnalysis().
bool CaloHit::operator< | ( | const CaloHit & | hit | ) | const |
Definition at line 29 of file CaloHit.cc.
References e(), eh, eta(), etah, and funct::true.
Referenced by setId().
|
inline |
Definition at line 26 of file CaloHit.h.
References phih.
Referenced by Particle.Particle::__str__(), SimG4HcalHitCluster::operator+=(), operator<<(), ntupleDataFormat.Track::phiPull(), and SimG4HcalHitJetFinder::rDist().
|
inline |
|
inline |
Definition at line 27 of file CaloHit.h.
References timeh.
Referenced by CaloHitMore::operator()(), CaloHitIdMore::operator()(), and operator<<().
|
private |
|
private |
Definition at line 36 of file CaloHit.h.
Referenced by CaloHit(), e(), and operator<().
|
private |
Definition at line 36 of file CaloHit.h.
Referenced by CaloHit(), eta(), and operator<().
|
private |
|
private |
|
private |