BOSS 8.0.0
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)
 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/3]

TRecEmcHit::TRecEmcHit ( )

Definition at line 6 of file TRecEmcHit.cxx.

6{ Clear(); }

◆ ~TRecEmcHit() [1/3]

TRecEmcHit::~TRecEmcHit ( )

Definition at line 10 of file TRecEmcHit.cxx.

10{ Clear(); }

◆ TRecEmcHit() [2/3]

TRecEmcHit::TRecEmcHit ( )

◆ ~TRecEmcHit() [2/3]

TRecEmcHit::~TRecEmcHit ( )

◆ TRecEmcHit() [3/3]

TRecEmcHit::TRecEmcHit ( )

◆ ~TRecEmcHit() [3/3]

TRecEmcHit::~TRecEmcHit ( )

Member Function Documentation

◆ cellId() [1/3]

Int_t TRecEmcHit::cellId ( ) const
inline

Definition at line 16 of file Event/RootEventData/include/RootEventData/TRecEmcHit.h.

16{ return m_cellId; }

Referenced by RecEmcHitCnv::TObjectToDataObject().

◆ cellId() [2/3]

Int_t TRecEmcHit::cellId ( ) const
inline

Definition at line 16 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TRecEmcHit.h.

16{ return m_cellId; }

◆ cellId() [3/3]

Int_t TRecEmcHit::cellId ( ) const
inline

Definition at line 16 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TRecEmcHit.h.

16{ return m_cellId; }

◆ energy() [1/3]

Double_t TRecEmcHit::energy ( ) const
inline

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

17{ return m_energy; }

Referenced by RecEmcHitCnv::TObjectToDataObject().

◆ energy() [2/3]

Double_t TRecEmcHit::energy ( ) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TRecEmcHit.h.

17{ return m_energy; }

◆ energy() [3/3]

Double_t TRecEmcHit::energy ( ) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TRecEmcHit.h.

17{ return m_energy; }

◆ setCellId() [1/3]

void TRecEmcHit::setCellId ( const Int_t id)
inline

Definition at line 21 of file Event/RootEventData/include/RootEventData/TRecEmcHit.h.

21{ m_cellId = id; }

Referenced by RecEmcHitCnv::DataObjectToTObject().

◆ setCellId() [2/3]

void TRecEmcHit::setCellId ( const Int_t id)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TRecEmcHit.h.

21{ m_cellId = id; }

◆ setCellId() [3/3]

void TRecEmcHit::setCellId ( const Int_t id)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TRecEmcHit.h.

21{ m_cellId = id; }

◆ setEnergy() [1/3]

void TRecEmcHit::setEnergy ( const Double_t e)
inline

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

22{ m_energy = e; }

Referenced by RecEmcHitCnv::DataObjectToTObject().

◆ setEnergy() [2/3]

void TRecEmcHit::setEnergy ( const Double_t e)
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TRecEmcHit.h.

22{ m_energy = e; }

◆ setEnergy() [3/3]

void TRecEmcHit::setEnergy ( const Double_t e)
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TRecEmcHit.h.

22{ m_energy = e; }

◆ setTime() [1/3]

void TRecEmcHit::setTime ( const Double_t time)
inline

◆ setTime() [2/3]

void TRecEmcHit::setTime ( const Double_t time)
inline

◆ setTime() [3/3]

void TRecEmcHit::setTime ( const Double_t time)
inline

◆ time() [1/3]

Double_t TRecEmcHit::time ( ) const
inline

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

18{ return m_time; }

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

◆ time() [2/3]

Double_t TRecEmcHit::time ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TRecEmcHit.h.

18{ return m_time; }

◆ time() [3/3]

Double_t TRecEmcHit::time ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TRecEmcHit.h.

18{ return m_time; }

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