CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
TRecCgemDedxHit Class Reference

#include <TRecCgemDedxHit.h>

+ Inheritance diagram for TRecCgemDedxHit:

Public Member Functions

 TRecCgemDedxHit ()
 
 ~TRecCgemDedxHit ()
 
Bool_t isGrouped (void)
 
const Int_t trkId (void) const
 
const UInt_t cgemId () const
 
const Double_t pathLength (void) const
 
void setIsGrouped (Bool_t isGrouped)
 
void setTrkId (Int_t trkid)
 
void setCgemId (UInt_t cgemid)
 
void setPathLength (double pathlength)
 

Detailed Description

Definition at line 6 of file TRecCgemDedxHit.h.

Constructor & Destructor Documentation

◆ TRecCgemDedxHit()

TRecCgemDedxHit::TRecCgemDedxHit ( )

◆ ~TRecCgemDedxHit()

TRecCgemDedxHit::~TRecCgemDedxHit ( )

Definition at line 12 of file TRecCgemDedxHit.cxx.

12 {
13 Clear();
14 }

Member Function Documentation

◆ cgemId()

const UInt_t TRecCgemDedxHit::cgemId ( ) const
inline

Definition at line 23 of file TRecCgemDedxHit.h.

23{ return m_cgemid; }

Referenced by RecCgemDedxHitCnv::TObjectToDataObject().

◆ isGrouped()

Bool_t TRecCgemDedxHit::isGrouped ( void )
inline

Definition at line 14 of file TRecCgemDedxHit.h.

14{ return m_isGrouped; }

Referenced by setIsGrouped().

◆ pathLength()

const Double_t TRecCgemDedxHit::pathLength ( void ) const
inline

Definition at line 24 of file TRecCgemDedxHit.h.

24{ return m_pathlength; }

Referenced by RecCgemDedxHitCnv::TObjectToDataObject().

◆ setCgemId()

void TRecCgemDedxHit::setCgemId ( UInt_t cgemid)
inline

Definition at line 31 of file TRecCgemDedxHit.h.

31{ m_cgemid = cgemid; }

Referenced by RecCgemDedxHitCnv::DataObjectToTObject().

◆ setIsGrouped()

void TRecCgemDedxHit::setIsGrouped ( Bool_t isGrouped)
inline

Definition at line 27 of file TRecCgemDedxHit.h.

27{ m_isGrouped = isGrouped;}
Bool_t isGrouped(void)

◆ setPathLength()

void TRecCgemDedxHit::setPathLength ( double pathlength)
inline

Definition at line 32 of file TRecCgemDedxHit.h.

32{ m_pathlength = pathlength; }

Referenced by RecCgemDedxHitCnv::DataObjectToTObject().

◆ setTrkId()

void TRecCgemDedxHit::setTrkId ( Int_t trkid)
inline

Definition at line 28 of file TRecCgemDedxHit.h.

28{ m_trkid = trkid; }

Referenced by RecCgemDedxHitCnv::DataObjectToTObject().

◆ trkId()

const Int_t TRecCgemDedxHit::trkId ( void ) const
inline

Definition at line 20 of file TRecCgemDedxHit.h.

20{ return m_trkid; }

Referenced by RecCgemDedxHitCnv::TObjectToDataObject().


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