BOSS 7.0.2
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)
 
 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

Constructor & Destructor Documentation

◆ TRecEmcHit() [1/2]

TRecEmcHit::TRecEmcHit ( )

◆ ~TRecEmcHit() [1/2]

TRecEmcHit::~TRecEmcHit ( )

Definition at line 12 of file TRecEmcHit.cxx.

12 {
13 Clear();
14}

◆ TRecEmcHit() [2/2]

TRecEmcHit::TRecEmcHit ( )

◆ ~TRecEmcHit() [2/2]

TRecEmcHit::~TRecEmcHit ( )

Member Function Documentation

◆ cellId() [1/2]

Int_t TRecEmcHit::cellId ( ) const
inline

◆ cellId() [2/2]

Int_t TRecEmcHit::cellId ( ) const
inline

Definition at line 17 of file InstallArea/include/RootEventData/RootEventData/TRecEmcHit.h.

17{ return m_cellId; }

◆ energy() [1/2]

Double_t TRecEmcHit::energy ( ) const
inline

◆ energy() [2/2]

Double_t TRecEmcHit::energy ( ) const
inline

Definition at line 18 of file InstallArea/include/RootEventData/RootEventData/TRecEmcHit.h.

18{ return m_energy; }

◆ setCellId() [1/2]

void TRecEmcHit::setCellId ( const Int_t  id)
inline

◆ setCellId() [2/2]

void TRecEmcHit::setCellId ( const Int_t  id)
inline

Definition at line 22 of file InstallArea/include/RootEventData/RootEventData/TRecEmcHit.h.

22{ m_cellId = id; }

◆ setEnergy() [1/2]

void TRecEmcHit::setEnergy ( const Double_t  e)
inline

◆ setEnergy() [2/2]

void TRecEmcHit::setEnergy ( const Double_t  e)
inline

Definition at line 23 of file InstallArea/include/RootEventData/RootEventData/TRecEmcHit.h.

23{ m_energy = e; }

◆ setTime() [1/2]

void TRecEmcHit::setTime ( const Double_t  time)
inline

◆ setTime() [2/2]

void TRecEmcHit::setTime ( const Double_t  time)
inline

Definition at line 24 of file InstallArea/include/RootEventData/RootEventData/TRecEmcHit.h.

24{ m_time = time; }

◆ time() [1/2]

Double_t TRecEmcHit::time ( ) const
inline

◆ time() [2/2]

Double_t TRecEmcHit::time ( ) const
inline

Definition at line 19 of file InstallArea/include/RootEventData/RootEventData/TRecEmcHit.h.

19{ return m_time; }

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