BOSS 7.0.1
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)
 
 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

Constructor & Destructor Documentation

◆ TRecMdcDedxHit() [1/2]

TRecMdcDedxHit::TRecMdcDedxHit ( )

◆ ~TRecMdcDedxHit() [1/2]

TRecMdcDedxHit::~TRecMdcDedxHit ( )

Definition at line 12 of file TRecMdcDedxHit.cxx.

12 {
13 Clear();
14 }

◆ TRecMdcDedxHit() [2/2]

TRecMdcDedxHit::TRecMdcDedxHit ( )

◆ ~TRecMdcDedxHit() [2/2]

TRecMdcDedxHit::~TRecMdcDedxHit ( )

Member Function Documentation

◆ flagLR() [1/2]

const Int_t TRecMdcDedxHit::flagLR ( void  ) const
inline

◆ flagLR() [2/2]

const Int_t TRecMdcDedxHit::flagLR ( void  ) const
inline

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

24{ return m_lr; }

◆ getDedx() [1/2]

const Double_t TRecMdcDedxHit::getDedx ( void  ) const
inline

◆ getDedx() [2/2]

const Double_t TRecMdcDedxHit::getDedx ( void  ) const
inline

Definition at line 28 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

28{return m_dedx; }

◆ isGrouped() [1/2]

Bool_t TRecMdcDedxHit::isGrouped ( void  )
inline

Definition at line 15 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecMdcDedxHit.h.

15{ return m_isGrouped; }

Referenced by setIsGrouped().

◆ isGrouped() [2/2]

Bool_t TRecMdcDedxHit::isGrouped ( void  )
inline

Definition at line 15 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

15{ return m_isGrouped; }

◆ mdcHitId() [1/2]

const Int_t TRecMdcDedxHit::mdcHitId ( )
inline

◆ mdcHitId() [2/2]

const Int_t TRecMdcDedxHit::mdcHitId ( )
inline

Definition at line 21 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

21{return m_mdcHitId; }

◆ mdcId() [1/2]

const UInt_t TRecMdcDedxHit::mdcId ( ) const
inline

◆ mdcId() [2/2]

const UInt_t TRecMdcDedxHit::mdcId ( ) const
inline

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

25{ return m_mdcid; }

◆ mdcKalHelixSegId() [1/2]

const Int_t TRecMdcDedxHit::mdcKalHelixSegId ( )
inline

◆ mdcKalHelixSegId() [2/2]

const Int_t TRecMdcDedxHit::mdcKalHelixSegId ( )
inline

Definition at line 22 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

22{return m_mdcKalHelixSegId; }

◆ pathLength() [1/2]

const Double_t TRecMdcDedxHit::pathLength ( void  ) const
inline

◆ pathLength() [2/2]

const Double_t TRecMdcDedxHit::pathLength ( void  ) const
inline

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

26{ return m_pathlength; }

◆ setDedx() [1/2]

void TRecMdcDedxHit::setDedx ( double  dedx)
inline

◆ setDedx() [2/2]

void TRecMdcDedxHit::setDedx ( double  dedx)
inline

Definition at line 33 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

33{m_dedx = dedx; }

◆ setFlagLR() [1/2]

void TRecMdcDedxHit::setFlagLR ( Int_t  lr)
inline

◆ setFlagLR() [2/2]

void TRecMdcDedxHit::setFlagLR ( Int_t  lr)
inline

Definition at line 36 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

36{ m_lr = lr; }

◆ setIsGrouped() [1/2]

void TRecMdcDedxHit::setIsGrouped ( Bool_t  isGrouped)
inline

◆ setIsGrouped() [2/2]

void TRecMdcDedxHit::setIsGrouped ( Bool_t  isGrouped)
inline

Definition at line 34 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

34{ m_isGrouped = isGrouped;}

◆ setMdcHitId() [1/2]

void TRecMdcDedxHit::setMdcHitId ( const int  mdcHitId)
inline

◆ setMdcHitId() [2/2]

void TRecMdcDedxHit::setMdcHitId ( const int  mdcHitId)
inline

Definition at line 31 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

31{m_mdcHitId = mdcHitId; }

◆ setMdcId() [1/2]

void TRecMdcDedxHit::setMdcId ( UInt_t  mdcid)
inline

◆ setMdcId() [2/2]

void TRecMdcDedxHit::setMdcId ( UInt_t  mdcid)
inline

Definition at line 37 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

37{ m_mdcid = mdcid; }

◆ setMdcKalHelixSegId() [1/2]

void TRecMdcDedxHit::setMdcKalHelixSegId ( const int  mdcKalHelixSegId)
inline

◆ setMdcKalHelixSegId() [2/2]

void TRecMdcDedxHit::setMdcKalHelixSegId ( const int  mdcKalHelixSegId)
inline

Definition at line 32 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

32{m_mdcKalHelixSegId = mdcKalHelixSegId; }

◆ setPathLength() [1/2]

void TRecMdcDedxHit::setPathLength ( double  pathlength)
inline

Definition at line 38 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecMdcDedxHit.h.

38{ m_pathlength = pathlength; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setPathLength() [2/2]

void TRecMdcDedxHit::setPathLength ( double  pathlength)
inline

Definition at line 38 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

38{ m_pathlength = pathlength; }

◆ setTrkId() [1/2]

void TRecMdcDedxHit::setTrkId ( Int_t  trkid)
inline

◆ setTrkId() [2/2]

void TRecMdcDedxHit::setTrkId ( Int_t  trkid)
inline

Definition at line 35 of file InstallArea/include/RootEventData/RootEventData/TRecMdcDedxHit.h.

35{ m_trkid = trkid; }

◆ trkId() [1/2]

const Int_t TRecMdcDedxHit::trkId ( void  ) const
inline

◆ trkId() [2/2]

const Int_t TRecMdcDedxHit::trkId ( void  ) const
inline

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

23{ return m_trkid; }

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