BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
TRecEmcHit Class Reference

#include <TRecEmcHit.h>

+ Inheritance diagram for TRecEmcHit:

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)
 

Detailed Description

Definition at line 9 of file TRecEmcHit.h.

Constructor & Destructor Documentation

◆ TRecEmcHit()

TRecEmcHit::TRecEmcHit ( )

◆ ~TRecEmcHit()

TRecEmcHit::~TRecEmcHit ( )

Definition at line 12 of file TRecEmcHit.cxx.

12 {
13 Clear();
14}

Member Function Documentation

◆ cellId()

Int_t TRecEmcHit::cellId ( ) const
inline

Definition at line 17 of file TRecEmcHit.h.

17{ return m_cellId; }

Referenced by RecEmcHitCnv::TObjectToDataObject().

◆ energy()

Double_t TRecEmcHit::energy ( ) const
inline

Definition at line 18 of file TRecEmcHit.h.

18{ return m_energy; }

Referenced by RecEmcHitCnv::TObjectToDataObject().

◆ setCellId()

void TRecEmcHit::setCellId ( const Int_t  id)
inline

Definition at line 22 of file TRecEmcHit.h.

22{ m_cellId = id; }

Referenced by RecEmcHitCnv::DataObjectToTObject().

◆ setEnergy()

void TRecEmcHit::setEnergy ( const Double_t  e)
inline

Definition at line 23 of file TRecEmcHit.h.

23{ m_energy = e; }

Referenced by RecEmcHitCnv::DataObjectToTObject().

◆ setTime()

void TRecEmcHit::setTime ( const Double_t  time)
inline

Definition at line 24 of file TRecEmcHit.h.

24{ m_time = time; }
Double_t time() const
Definition: TRecEmcHit.h:19

Referenced by RecEmcHitCnv::DataObjectToTObject().

◆ time()

Double_t TRecEmcHit::time ( ) const
inline

Definition at line 19 of file TRecEmcHit.h.

19{ return m_time; }

Referenced by setTime(), and RecEmcHitCnv::TObjectToDataObject().


The documentation for this class was generated from the following files: