CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
CaloHit Class Reference

#include <CaloHit.h>

Public Member Functions

 CaloHit ()
 
 CaloHit (const CaloHit &)
 
 CaloHit (int deti, int layi, double ei, double etai, double phii, double timi, uint32_t idi=0)
 
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
 

Detailed Description

Definition at line 12 of file CaloHit.h.

Constructor & Destructor Documentation

◆ CaloHit() [1/3]

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.

10  : deth(deti), layerh(layi), eh(ei), etah(etai), phih(fi), timeh(timi), idh(idi) {}

◆ CaloHit() [2/3]

CaloHit::CaloHit ( )

Definition at line 12 of file CaloHit.cc.

12 : deth(0), layerh(0), eh(0), etah(0), phih(0), timeh(0), idh(0) {}

◆ CaloHit() [3/3]

CaloHit::CaloHit ( const CaloHit right)

Definition at line 14 of file CaloHit.cc.

14  {
15  deth = right.deth;
16  layerh = right.layerh;
17  eh = right.eh;
18  etah = right.etah;
19  phih = right.phih;
20  timeh = right.timeh;
21  idh = right.idh;
22 }

References deth, eh, etah, idh, layerh, phih, and timeh.

◆ ~CaloHit()

CaloHit::~CaloHit ( )
virtual

Definition at line 24 of file CaloHit.cc.

24 {}

Member Function Documentation

◆ det()

int CaloHit::det ( ) const
inline

Definition at line 19 of file CaloHit.h.

19 { return deth; }

References deth.

◆ e()

double CaloHit::e ( ) const
inline

Definition at line 21 of file CaloHit.h.

21 { return eh; }

References eh.

◆ eta()

double CaloHit::eta ( void  ) const
inline

Definition at line 22 of file CaloHit.h.

22 { return etah; }

References etah.

Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().

◆ id()

uint32_t CaloHit::id ( void  ) const
inline

Definition at line 25 of file CaloHit.h.

25 { return idh; }

References idh.

◆ layer()

int CaloHit::layer ( ) const
inline

Definition at line 20 of file CaloHit.h.

20 { return layerh; }

References layerh.

Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().

◆ operator<()

bool CaloHit::operator< ( const CaloHit hit) const

Definition at line 26 of file CaloHit.cc.

26  {
27  return (eh / cosh(etah) < hit.e() / cosh(hit.eta())) ? false : true;
28 }

References eh, etah, and funct::false.

◆ phi()

double CaloHit::phi ( void  ) const
inline

Definition at line 23 of file CaloHit.h.

23 { return phih; }

References phih.

Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().

◆ setId()

void CaloHit::setId ( const uint32_t  idi)
inline

Definition at line 26 of file CaloHit.h.

26 { idh = idi; }

References idh.

◆ t()

double CaloHit::t ( ) const
inline

Definition at line 24 of file CaloHit.h.

24 { return timeh; }

References timeh.

Member Data Documentation

◆ deth

int CaloHit::deth
private

Definition at line 31 of file CaloHit.h.

Referenced by CaloHit(), and det().

◆ eh

double CaloHit::eh
private

Definition at line 32 of file CaloHit.h.

Referenced by CaloHit(), e(), and operator<().

◆ etah

double CaloHit::etah
private

Definition at line 32 of file CaloHit.h.

Referenced by CaloHit(), eta(), and operator<().

◆ idh

uint32_t CaloHit::idh
private

Definition at line 33 of file CaloHit.h.

Referenced by CaloHit(), id(), and setId().

◆ layerh

int CaloHit::layerh
private

Definition at line 31 of file CaloHit.h.

Referenced by CaloHit(), and layer().

◆ phih

double CaloHit::phih
private

Definition at line 32 of file CaloHit.h.

Referenced by CaloHit(), and phi().

◆ timeh

double CaloHit::timeh
private

Definition at line 32 of file CaloHit.h.

Referenced by CaloHit(), and t().

CaloHit::layerh
int layerh
Definition: CaloHit.h:31
CaloHit::deth
int deth
Definition: CaloHit.h:31
funct::false
false
Definition: Factorize.h:29
CaloHit::phih
double phih
Definition: CaloHit.h:32
CaloHit::etah
double etah
Definition: CaloHit.h:32
CaloHit::timeh
double timeh
Definition: CaloHit.h:32
CaloHit::idh
uint32_t idh
Definition: CaloHit.h:33
CaloHit::eh
double eh
Definition: CaloHit.h:32
hit
Definition: SiStripHitEffFromCalibTree.cc:88