BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
TRecMdcDedxHit Class Reference

#include <TRecMdcDedxHit.h>

+ Inheritance diagram for TRecMdcDedxHit:

Public Member Functions

 TRecMdcDedxHit ()
 
 ~TRecMdcDedxHit ()
 
Bool_t isGrouped (void)
 
const Int_t mdcHitId ()
 
const Int_t mdcKalHelixSegId ()
 
const Int_t trkId (void) const
 
const Int_t flagLR (void) const
 
const UInt_t mdcId () const
 
const Double_t pathLength (void) const
 
const Double_t getDedx (void) const
 
void setMdcHitId (const int mdcHitId)
 
void setMdcKalHelixSegId (const int mdcKalHelixSegId)
 
void setDedx (double dedx)
 
void setIsGrouped (Bool_t isGrouped)
 
void setTrkId (Int_t trkid)
 
void setFlagLR (Int_t lr)
 
void setMdcId (UInt_t mdcid)
 
void setPathLength (double pathlength)
 

Detailed Description

Definition at line 7 of file TRecMdcDedxHit.h.

Constructor & Destructor Documentation

◆ TRecMdcDedxHit()

TRecMdcDedxHit::TRecMdcDedxHit ( )

◆ ~TRecMdcDedxHit()

TRecMdcDedxHit::~TRecMdcDedxHit ( )

Definition at line 12 of file TRecMdcDedxHit.cxx.

12 {
13 Clear();
14 }

Member Function Documentation

◆ flagLR()

const Int_t TRecMdcDedxHit::flagLR ( void  ) const
inline

Definition at line 24 of file TRecMdcDedxHit.h.

24{ return m_lr; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ getDedx()

const Double_t TRecMdcDedxHit::getDedx ( void  ) const
inline

Definition at line 28 of file TRecMdcDedxHit.h.

28{return m_dedx; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ isGrouped()

Bool_t TRecMdcDedxHit::isGrouped ( void  )
inline

Definition at line 15 of file TRecMdcDedxHit.h.

15{ return m_isGrouped; }

Referenced by setIsGrouped().

◆ mdcHitId()

const Int_t TRecMdcDedxHit::mdcHitId ( )
inline

Definition at line 21 of file TRecMdcDedxHit.h.

21{return m_mdcHitId; }

Referenced by setMdcHitId(), and RecMdcDedxHitCnv::TObjectToDataObject().

◆ mdcId()

const UInt_t TRecMdcDedxHit::mdcId ( ) const
inline

Definition at line 25 of file TRecMdcDedxHit.h.

25{ return m_mdcid; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ mdcKalHelixSegId()

const Int_t TRecMdcDedxHit::mdcKalHelixSegId ( )
inline

Definition at line 22 of file TRecMdcDedxHit.h.

22{return m_mdcKalHelixSegId; }

Referenced by setMdcKalHelixSegId(), and RecMdcDedxHitCnv::TObjectToDataObject().

◆ pathLength()

const Double_t TRecMdcDedxHit::pathLength ( void  ) const
inline

Definition at line 26 of file TRecMdcDedxHit.h.

26{ return m_pathlength; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ setDedx()

void TRecMdcDedxHit::setDedx ( double  dedx)
inline

Definition at line 33 of file TRecMdcDedxHit.h.

33{m_dedx = dedx; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setFlagLR()

void TRecMdcDedxHit::setFlagLR ( Int_t  lr)
inline

Definition at line 36 of file TRecMdcDedxHit.h.

36{ m_lr = lr; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setIsGrouped()

void TRecMdcDedxHit::setIsGrouped ( Bool_t  isGrouped)
inline

Definition at line 34 of file TRecMdcDedxHit.h.

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

◆ setMdcHitId()

void TRecMdcDedxHit::setMdcHitId ( const int  mdcHitId)
inline

Definition at line 31 of file TRecMdcDedxHit.h.

31{m_mdcHitId = mdcHitId; }
const Int_t mdcHitId()

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setMdcId()

void TRecMdcDedxHit::setMdcId ( UInt_t  mdcid)
inline

Definition at line 37 of file TRecMdcDedxHit.h.

37{ m_mdcid = mdcid; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setMdcKalHelixSegId()

void TRecMdcDedxHit::setMdcKalHelixSegId ( const int  mdcKalHelixSegId)
inline

Definition at line 32 of file TRecMdcDedxHit.h.

32{m_mdcKalHelixSegId = mdcKalHelixSegId; }
const Int_t mdcKalHelixSegId()

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setPathLength()

void TRecMdcDedxHit::setPathLength ( double  pathlength)
inline

Definition at line 38 of file TRecMdcDedxHit.h.

38{ m_pathlength = pathlength; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setTrkId()

void TRecMdcDedxHit::setTrkId ( Int_t  trkid)
inline

Definition at line 35 of file TRecMdcDedxHit.h.

35{ m_trkid = trkid; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ trkId()

const Int_t TRecMdcDedxHit::trkId ( void  ) const
inline

Definition at line 23 of file TRecMdcDedxHit.h.

23{ return m_trkid; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().


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