CGEM BOSS 6.6.5.f
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 ( )

◆ ~TRecEmcCluster() [1/3]

TRecEmcCluster::~TRecEmcCluster ( )

Definition at line 12 of file bak_RootEventData-00-05-12/src/TRecEmcCluster.cxx.

12 {
13 Clear();
14}

◆ 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

◆ clusterId() [2/3]

Int_t TRecEmcCluster::clusterId ( ) const
inline

Definition at line 17 of file Event/RootEventData/RootEventData-00-05-13/RootEventData/TRecEmcCluster.h.

17{ return m_clusterId; }

◆ clusterId() [3/3]

Int_t TRecEmcCluster::clusterId ( ) const
inline

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

17{ return m_clusterId; }

◆ setClusterId() [1/3]

void TRecEmcCluster::setClusterId ( const Int_t  id)
inline

◆ setClusterId() [2/3]

void TRecEmcCluster::setClusterId ( const Int_t  id)
inline

Definition at line 23 of file Event/RootEventData/RootEventData-00-05-13/RootEventData/TRecEmcCluster.h.

23{ m_clusterId = id; }

◆ setClusterId() [3/3]

void TRecEmcCluster::setClusterId ( const Int_t  id)
inline

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

23{ 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

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

24{ m_vecHits = vecHits; }

◆ 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

Definition at line 25 of file InstallArea/include/RootEventData/RootEventData/TRecEmcCluster.h.

25{ m_vecSeeds = vecSeeds; }

◆ 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

Definition at line 26 of file InstallArea/include/RootEventData/RootEventData/TRecEmcCluster.h.

26{ m_vecShowers = vecShowers; }

◆ vecHits() [1/3]

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

◆ vecHits() [2/3]

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

Definition at line 18 of file Event/RootEventData/RootEventData-00-05-13/RootEventData/TRecEmcCluster.h.

18{ return m_vecHits; }

◆ vecHits() [3/3]

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

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

18{ return m_vecHits; }

◆ vecSeeds() [1/3]

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

◆ vecSeeds() [2/3]

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

Definition at line 19 of file Event/RootEventData/RootEventData-00-05-13/RootEventData/TRecEmcCluster.h.

19{ return m_vecSeeds; }

◆ vecSeeds() [3/3]

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

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

19{ return m_vecSeeds; }

◆ vecShowers() [1/3]

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

◆ vecShowers() [2/3]

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

Definition at line 20 of file Event/RootEventData/RootEventData-00-05-13/RootEventData/TRecEmcCluster.h.

20{ return m_vecShowers; }

◆ vecShowers() [3/3]

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

Definition at line 20 of file InstallArea/include/RootEventData/RootEventData/TRecEmcCluster.h.

20{ return m_vecShowers; }

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