BOSS 8.0.0
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)
Int_t mdcHitId ()
Int_t mdcKalHelixSegId ()
Int_t trkId (void) const
Int_t flagLR (void) const
UInt_t mdcId () const
Double_t pathLength (void) 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)
Int_t mdcHitId ()
Int_t mdcKalHelixSegId ()
Int_t trkId (void) const
Int_t flagLR (void) const
UInt_t mdcId () const
Double_t pathLength (void) 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)
Int_t mdcHitId ()
Int_t mdcKalHelixSegId ()
Int_t trkId (void) const
Int_t flagLR (void) const
UInt_t mdcId () const
Double_t pathLength (void) 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/3]

TRecMdcDedxHit::TRecMdcDedxHit ( )

Definition at line 7 of file TRecMdcDedxHit.cxx.

7{ Clear(); }

◆ ~TRecMdcDedxHit() [1/3]

TRecMdcDedxHit::~TRecMdcDedxHit ( )

Definition at line 10 of file TRecMdcDedxHit.cxx.

10{ Clear(); }

◆ TRecMdcDedxHit() [2/3]

TRecMdcDedxHit::TRecMdcDedxHit ( )

◆ ~TRecMdcDedxHit() [2/3]

TRecMdcDedxHit::~TRecMdcDedxHit ( )

◆ TRecMdcDedxHit() [3/3]

TRecMdcDedxHit::TRecMdcDedxHit ( )

◆ ~TRecMdcDedxHit() [3/3]

TRecMdcDedxHit::~TRecMdcDedxHit ( )

Member Function Documentation

◆ flagLR() [1/3]

Int_t TRecMdcDedxHit::flagLR ( void ) const
inline

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

23{ return m_lr; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ flagLR() [2/3]

Int_t TRecMdcDedxHit::flagLR ( void ) const
inline

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

23{ return m_lr; }

◆ flagLR() [3/3]

Int_t TRecMdcDedxHit::flagLR ( void ) const
inline

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

23{ return m_lr; }

◆ getDedx() [1/3]

Double_t TRecMdcDedxHit::getDedx ( void ) const
inline

Definition at line 27 of file Event/RootEventData/include/RootEventData/TRecMdcDedxHit.h.

27{ return m_dedx; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ getDedx() [2/3]

Double_t TRecMdcDedxHit::getDedx ( void ) const
inline

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

27{ return m_dedx; }

◆ getDedx() [3/3]

Double_t TRecMdcDedxHit::getDedx ( void ) const
inline

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

27{ return m_dedx; }

◆ isGrouped() [1/3]

Bool_t TRecMdcDedxHit::isGrouped ( void )
inline

Definition at line 14 of file Event/RootEventData/include/RootEventData/TRecMdcDedxHit.h.

14{ return m_isGrouped; }

Referenced by setIsGrouped().

◆ isGrouped() [2/3]

Bool_t TRecMdcDedxHit::isGrouped ( void )
inline

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

14{ return m_isGrouped; }

◆ isGrouped() [3/3]

Bool_t TRecMdcDedxHit::isGrouped ( void )
inline

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

14{ return m_isGrouped; }

◆ mdcHitId() [1/3]

Int_t TRecMdcDedxHit::mdcHitId ( )
inline

Definition at line 20 of file Event/RootEventData/include/RootEventData/TRecMdcDedxHit.h.

20{ return m_mdcHitId; }

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

◆ mdcHitId() [2/3]

Int_t TRecMdcDedxHit::mdcHitId ( )
inline

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

20{ return m_mdcHitId; }

◆ mdcHitId() [3/3]

Int_t TRecMdcDedxHit::mdcHitId ( )
inline

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

20{ return m_mdcHitId; }

◆ mdcId() [1/3]

UInt_t TRecMdcDedxHit::mdcId ( ) const
inline

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

24{ return m_mdcid; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ mdcId() [2/3]

UInt_t TRecMdcDedxHit::mdcId ( ) const
inline

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

24{ return m_mdcid; }

◆ mdcId() [3/3]

UInt_t TRecMdcDedxHit::mdcId ( ) const
inline

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

24{ return m_mdcid; }

◆ mdcKalHelixSegId() [1/3]

Int_t TRecMdcDedxHit::mdcKalHelixSegId ( )
inline

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

21{ return m_mdcKalHelixSegId; }

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

◆ mdcKalHelixSegId() [2/3]

Int_t TRecMdcDedxHit::mdcKalHelixSegId ( )
inline

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

21{ return m_mdcKalHelixSegId; }

◆ mdcKalHelixSegId() [3/3]

Int_t TRecMdcDedxHit::mdcKalHelixSegId ( )
inline

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

21{ return m_mdcKalHelixSegId; }

◆ pathLength() [1/3]

Double_t TRecMdcDedxHit::pathLength ( void ) const
inline

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

25{ return m_pathlength; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ pathLength() [2/3]

Double_t TRecMdcDedxHit::pathLength ( void ) const
inline

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

25{ return m_pathlength; }

◆ pathLength() [3/3]

Double_t TRecMdcDedxHit::pathLength ( void ) const
inline

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

25{ return m_pathlength; }

◆ setDedx() [1/3]

void TRecMdcDedxHit::setDedx ( double dedx)
inline

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

34{ m_dedx = dedx; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setDedx() [2/3]

void TRecMdcDedxHit::setDedx ( double dedx)
inline

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

34{ m_dedx = dedx; }

◆ setDedx() [3/3]

void TRecMdcDedxHit::setDedx ( double dedx)
inline

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

34{ m_dedx = dedx; }

◆ setFlagLR() [1/3]

void TRecMdcDedxHit::setFlagLR ( Int_t lr)
inline

◆ setFlagLR() [2/3]

void TRecMdcDedxHit::setFlagLR ( Int_t lr)
inline

◆ setFlagLR() [3/3]

void TRecMdcDedxHit::setFlagLR ( Int_t lr)
inline

◆ setIsGrouped() [1/3]

void TRecMdcDedxHit::setIsGrouped ( Bool_t isGrouped)
inline

◆ setIsGrouped() [2/3]

void TRecMdcDedxHit::setIsGrouped ( Bool_t isGrouped)
inline

◆ setIsGrouped() [3/3]

void TRecMdcDedxHit::setIsGrouped ( Bool_t isGrouped)
inline

◆ setMdcHitId() [1/3]

void TRecMdcDedxHit::setMdcHitId ( const int mdcHitId)
inline

◆ setMdcHitId() [2/3]

void TRecMdcDedxHit::setMdcHitId ( const int mdcHitId)
inline

◆ setMdcHitId() [3/3]

void TRecMdcDedxHit::setMdcHitId ( const int mdcHitId)
inline

◆ setMdcId() [1/3]

void TRecMdcDedxHit::setMdcId ( UInt_t mdcid)
inline

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

38{ m_mdcid = mdcid; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setMdcId() [2/3]

void TRecMdcDedxHit::setMdcId ( UInt_t mdcid)
inline

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

38{ m_mdcid = mdcid; }

◆ setMdcId() [3/3]

void TRecMdcDedxHit::setMdcId ( UInt_t mdcid)
inline

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

38{ m_mdcid = mdcid; }

◆ setMdcKalHelixSegId() [1/3]

void TRecMdcDedxHit::setMdcKalHelixSegId ( const int mdcKalHelixSegId)
inline

◆ setMdcKalHelixSegId() [2/3]

void TRecMdcDedxHit::setMdcKalHelixSegId ( const int mdcKalHelixSegId)
inline

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

31 {
32 m_mdcKalHelixSegId = mdcKalHelixSegId;
33 }

◆ setMdcKalHelixSegId() [3/3]

void TRecMdcDedxHit::setMdcKalHelixSegId ( const int mdcKalHelixSegId)
inline

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

31 {
32 m_mdcKalHelixSegId = mdcKalHelixSegId;
33 }

◆ setPathLength() [1/3]

void TRecMdcDedxHit::setPathLength ( double pathlength)
inline

Definition at line 39 of file Event/RootEventData/include/RootEventData/TRecMdcDedxHit.h.

39{ m_pathlength = pathlength; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setPathLength() [2/3]

void TRecMdcDedxHit::setPathLength ( double pathlength)
inline

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

39{ m_pathlength = pathlength; }

◆ setPathLength() [3/3]

void TRecMdcDedxHit::setPathLength ( double pathlength)
inline

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

39{ m_pathlength = pathlength; }

◆ setTrkId() [1/3]

void TRecMdcDedxHit::setTrkId ( Int_t trkid)
inline

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

36{ m_trkid = trkid; }

Referenced by RecMdcDedxHitCnv::DataObjectToTObject().

◆ setTrkId() [2/3]

void TRecMdcDedxHit::setTrkId ( Int_t trkid)
inline

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

36{ m_trkid = trkid; }

◆ setTrkId() [3/3]

void TRecMdcDedxHit::setTrkId ( Int_t trkid)
inline

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

36{ m_trkid = trkid; }

◆ trkId() [1/3]

Int_t TRecMdcDedxHit::trkId ( void ) const
inline

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

22{ return m_trkid; }

Referenced by RecMdcDedxHitCnv::TObjectToDataObject().

◆ trkId() [2/3]

Int_t TRecMdcDedxHit::trkId ( void ) const
inline

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

22{ return m_trkid; }

◆ trkId() [3/3]

Int_t TRecMdcDedxHit::trkId ( void ) const
inline

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

22{ return m_trkid; }

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