BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TRecEmcCluster Class Reference

#include <TRecEmcCluster.h>

Inheritance diagram for TRecEmcCluster:

Public Member Functions

 TRecEmcCluster ()
 ~TRecEmcCluster ()
Int_t clusterId () const
vector< Int_t > vecHits () const
vector< Int_t > vecSeeds () const
vector< Int_t > vecShowers () const
void setClusterId (const Int_t id)
void setVecHits (const vector< Int_t > &vecHits)
void setVecSeeds (const vector< Int_t > &vecSeeds)
void setVecShowers (const vector< Int_t > &vecShowers)
 TRecEmcCluster ()
 ~TRecEmcCluster ()
Int_t clusterId () const
vector< Int_t > vecHits () const
vector< Int_t > vecSeeds () const
vector< Int_t > vecShowers () const
void setClusterId (const Int_t id)
void setVecHits (const vector< Int_t > &vecHits)
void setVecSeeds (const vector< Int_t > &vecSeeds)
void setVecShowers (const vector< Int_t > &vecShowers)
 TRecEmcCluster ()
 ~TRecEmcCluster ()
Int_t clusterId () const
vector< Int_t > vecHits () const
vector< Int_t > vecSeeds () const
vector< Int_t > vecShowers () const
void setClusterId (const Int_t id)
void setVecHits (const vector< Int_t > &vecHits)
void setVecSeeds (const vector< Int_t > &vecSeeds)
void setVecShowers (const vector< Int_t > &vecShowers)

Detailed Description

Constructor & Destructor Documentation

◆ TRecEmcCluster() [1/3]

TRecEmcCluster::TRecEmcCluster ( )

Definition at line 6 of file TRecEmcCluster.cxx.

6{ Clear(); }

◆ ~TRecEmcCluster() [1/3]

TRecEmcCluster::~TRecEmcCluster ( )

Definition at line 10 of file TRecEmcCluster.cxx.

10{ Clear(); }

◆ TRecEmcCluster() [2/3]

TRecEmcCluster::TRecEmcCluster ( )

◆ ~TRecEmcCluster() [2/3]

TRecEmcCluster::~TRecEmcCluster ( )

◆ TRecEmcCluster() [3/3]

TRecEmcCluster::TRecEmcCluster ( )

◆ ~TRecEmcCluster() [3/3]

TRecEmcCluster::~TRecEmcCluster ( )

Member Function Documentation

◆ clusterId() [1/3]

Int_t TRecEmcCluster::clusterId ( ) const
inline

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

16{ return m_clusterId; }

Referenced by RecEmcClusterCnv::TObjectToDataObject().

◆ clusterId() [2/3]

Int_t TRecEmcCluster::clusterId ( ) const
inline

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

16{ return m_clusterId; }

◆ clusterId() [3/3]

Int_t TRecEmcCluster::clusterId ( ) const
inline

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

16{ return m_clusterId; }

◆ setClusterId() [1/3]

void TRecEmcCluster::setClusterId ( const Int_t id)
inline

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

22{ m_clusterId = id; }

Referenced by RecEmcClusterCnv::DataObjectToTObject().

◆ setClusterId() [2/3]

void TRecEmcCluster::setClusterId ( const Int_t id)
inline

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

22{ m_clusterId = id; }

◆ setClusterId() [3/3]

void TRecEmcCluster::setClusterId ( const Int_t id)
inline

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

22{ m_clusterId = id; }

◆ setVecHits() [1/3]

void TRecEmcCluster::setVecHits ( const vector< Int_t > & vecHits)
inline

◆ setVecHits() [2/3]

void TRecEmcCluster::setVecHits ( const vector< Int_t > & vecHits)
inline

◆ setVecHits() [3/3]

void TRecEmcCluster::setVecHits ( const vector< Int_t > & vecHits)
inline

◆ setVecSeeds() [1/3]

void TRecEmcCluster::setVecSeeds ( const vector< Int_t > & vecSeeds)
inline

◆ setVecSeeds() [2/3]

void TRecEmcCluster::setVecSeeds ( const vector< Int_t > & vecSeeds)
inline

◆ setVecSeeds() [3/3]

void TRecEmcCluster::setVecSeeds ( const vector< Int_t > & vecSeeds)
inline

◆ setVecShowers() [1/3]

void TRecEmcCluster::setVecShowers ( const vector< Int_t > & vecShowers)
inline

◆ setVecShowers() [2/3]

void TRecEmcCluster::setVecShowers ( const vector< Int_t > & vecShowers)
inline

◆ setVecShowers() [3/3]

void TRecEmcCluster::setVecShowers ( const vector< Int_t > & vecShowers)
inline

◆ vecHits() [1/3]

vector< Int_t > TRecEmcCluster::vecHits ( ) const
inline

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

17{ return m_vecHits; }

Referenced by setVecHits(), and RecEmcClusterCnv::TObjectToDataObject().

◆ vecHits() [2/3]

vector< Int_t > TRecEmcCluster::vecHits ( ) const
inline

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

17{ return m_vecHits; }

◆ vecHits() [3/3]

vector< Int_t > TRecEmcCluster::vecHits ( ) const
inline

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

17{ return m_vecHits; }

◆ vecSeeds() [1/3]

vector< Int_t > TRecEmcCluster::vecSeeds ( ) const
inline

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

18{ return m_vecSeeds; }

Referenced by setVecSeeds(), and RecEmcClusterCnv::TObjectToDataObject().

◆ vecSeeds() [2/3]

vector< Int_t > TRecEmcCluster::vecSeeds ( ) const
inline

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

18{ return m_vecSeeds; }

◆ vecSeeds() [3/3]

vector< Int_t > TRecEmcCluster::vecSeeds ( ) const
inline

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

18{ return m_vecSeeds; }

◆ vecShowers() [1/3]

vector< Int_t > TRecEmcCluster::vecShowers ( ) const
inline

Definition at line 19 of file Event/RootEventData/include/RootEventData/TRecEmcCluster.h.

19{ return m_vecShowers; }

Referenced by setVecShowers(), and RecEmcClusterCnv::TObjectToDataObject().

◆ vecShowers() [2/3]

vector< Int_t > TRecEmcCluster::vecShowers ( ) const
inline

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

19{ return m_vecShowers; }

◆ vecShowers() [3/3]

vector< Int_t > TRecEmcCluster::vecShowers ( ) const
inline

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

19{ return m_vecShowers; }

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