TRecEmcHit Class Reference

#include <TRecEmcHit.h>

List of all members.

Public Member Functions

 TRecEmcHit ()
 ~TRecEmcHit ()
Int_t cellId () const
Double_t energy () const
Double_t time () const
void setCellId (const Int_t id)
void setEnergy (const Double_t e)
void setTime (const Double_t time)

Private Attributes

Int_t m_cellId
Double_t m_energy
Double_t m_time


Detailed Description

Definition at line 9 of file TRecEmcHit.h.


Constructor & Destructor Documentation

TRecEmcHit::TRecEmcHit (  ) 

TRecEmcHit::~TRecEmcHit (  ) 

Definition at line 12 of file TRecEmcHit.cxx.

00012                         {
00013   Clear();
00014 } 


Member Function Documentation

Int_t TRecEmcHit::cellId (  )  const [inline]

Definition at line 17 of file TRecEmcHit.h.

References m_cellId.

Referenced by RecEmcHitCnv::TObjectToDataObject().

00017 { return m_cellId; }

Double_t TRecEmcHit::energy (  )  const [inline]

Definition at line 18 of file TRecEmcHit.h.

References m_energy.

Referenced by RecEmcHitCnv::TObjectToDataObject().

00018 { return m_energy; }

void TRecEmcHit::setCellId ( const Int_t  id  )  [inline]

Definition at line 22 of file TRecEmcHit.h.

References m_cellId.

Referenced by RecEmcHitCnv::DataObjectToTObject().

00022 { m_cellId = id; }

void TRecEmcHit::setEnergy ( const Double_t  e  )  [inline]

Definition at line 23 of file TRecEmcHit.h.

References m_energy.

Referenced by RecEmcHitCnv::DataObjectToTObject().

00023 { m_energy = e; }

void TRecEmcHit::setTime ( const Double_t  time  )  [inline]

Definition at line 24 of file TRecEmcHit.h.

References m_time.

Referenced by RecEmcHitCnv::DataObjectToTObject().

00024 { m_time = time; }

Double_t TRecEmcHit::time ( void   )  const [inline]

Definition at line 19 of file TRecEmcHit.h.

References m_time.

Referenced by RecEmcHitCnv::TObjectToDataObject().

00019 { return m_time; }


Member Data Documentation

Int_t TRecEmcHit::m_cellId [private]

Definition at line 27 of file TRecEmcHit.h.

Referenced by cellId(), and setCellId().

Double_t TRecEmcHit::m_energy [private]

Definition at line 28 of file TRecEmcHit.h.

Referenced by energy(), and setEnergy().

Double_t TRecEmcHit::m_time [private]

Definition at line 29 of file TRecEmcHit.h.

Referenced by setTime(), and time().


Generated on Tue Nov 29 23:36:09 2016 for BOSS_7.0.2 by  doxygen 1.4.7