BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TMucMc Class Reference

#include <TMucMc.h>

Inheritance diagram for TMucMc:

Public Member Functions

 TMucMc ()
 ~TMucMc ()
UInt_t getId () const
UInt_t getTrackIndex () const
Double_t getPositionX () const
Double_t getPositionY () const
Double_t getPositionZ () const
Double_t getPx () const
Double_t getPy () const
Double_t getPz () const
void setId (UInt_t id)
void setTrackIndex (UInt_t trackIndex)
void setPositionX (Double_t positionX)
void setPositionY (Double_t positionY)
void setPositionZ (Double_t positionZ)
void setPx (Double_t px)
void setPy (Double_t py)
void setPz (Double_t pz)
 TMucMc ()
 ~TMucMc ()
UInt_t getId () const
UInt_t getTrackIndex () const
Double_t getPositionX () const
Double_t getPositionY () const
Double_t getPositionZ () const
Double_t getPx () const
Double_t getPy () const
Double_t getPz () const
void setId (UInt_t id)
void setTrackIndex (UInt_t trackIndex)
void setPositionX (Double_t positionX)
void setPositionY (Double_t positionY)
void setPositionZ (Double_t positionZ)
void setPx (Double_t px)
void setPy (Double_t py)
void setPz (Double_t pz)
 TMucMc ()
 ~TMucMc ()
UInt_t getId () const
UInt_t getTrackIndex () const
Double_t getPositionX () const
Double_t getPositionY () const
Double_t getPositionZ () const
Double_t getPx () const
Double_t getPy () const
Double_t getPz () const
void setId (UInt_t id)
void setTrackIndex (UInt_t trackIndex)
void setPositionX (Double_t positionX)
void setPositionY (Double_t positionY)
void setPositionZ (Double_t positionZ)
void setPx (Double_t px)
void setPy (Double_t py)
void setPz (Double_t pz)

Detailed Description

Constructor & Destructor Documentation

◆ TMucMc() [1/3]

TMucMc::TMucMc ( )

Definition at line 6 of file TMucMc.cxx.

6{ Clear(); }

◆ ~TMucMc() [1/3]

TMucMc::~TMucMc ( )

Definition at line 10 of file TMucMc.cxx.

10{ Clear(); }

◆ TMucMc() [2/3]

TMucMc::TMucMc ( )

◆ ~TMucMc() [2/3]

TMucMc::~TMucMc ( )

◆ TMucMc() [3/3]

TMucMc::TMucMc ( )

◆ ~TMucMc() [3/3]

TMucMc::~TMucMc ( )

Member Function Documentation

◆ getId() [1/3]

UInt_t TMucMc::getId ( ) const
inline

Definition at line 15 of file Event/RootEventData/include/RootEventData/TMucMc.h.

15{ return m_id; }

Referenced by MucMcHitCnv::TObjectToDataObject().

◆ getId() [2/3]

UInt_t TMucMc::getId ( ) const
inline

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

15{ return m_id; }

◆ getId() [3/3]

UInt_t TMucMc::getId ( ) const
inline

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

15{ return m_id; }

◆ getPositionX() [1/3]

Double_t TMucMc::getPositionX ( ) const
inline

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

21{ return m_xPosition; }

Referenced by MucMcHitCnv::TObjectToDataObject().

◆ getPositionX() [2/3]

Double_t TMucMc::getPositionX ( ) const
inline

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

21{ return m_xPosition; }

◆ getPositionX() [3/3]

Double_t TMucMc::getPositionX ( ) const
inline

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

21{ return m_xPosition; }

◆ getPositionY() [1/3]

Double_t TMucMc::getPositionY ( ) const
inline

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

24{ return m_yPosition; }

Referenced by MucMcHitCnv::TObjectToDataObject().

◆ getPositionY() [2/3]

Double_t TMucMc::getPositionY ( ) const
inline

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

24{ return m_yPosition; }

◆ getPositionY() [3/3]

Double_t TMucMc::getPositionY ( ) const
inline

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

24{ return m_yPosition; }

◆ getPositionZ() [1/3]

Double_t TMucMc::getPositionZ ( ) const
inline

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

27{ return m_zPosition; }

Referenced by MucMcHitCnv::TObjectToDataObject().

◆ getPositionZ() [2/3]

Double_t TMucMc::getPositionZ ( ) const
inline

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

27{ return m_zPosition; }

◆ getPositionZ() [3/3]

Double_t TMucMc::getPositionZ ( ) const
inline

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

27{ return m_zPosition; }

◆ getPx() [1/3]

Double_t TMucMc::getPx ( ) const
inline

Definition at line 30 of file Event/RootEventData/include/RootEventData/TMucMc.h.

30{ return m_px; }

Referenced by MucMcHitCnv::TObjectToDataObject().

◆ getPx() [2/3]

Double_t TMucMc::getPx ( ) const
inline

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

30{ return m_px; }

◆ getPx() [3/3]

Double_t TMucMc::getPx ( ) const
inline

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

30{ return m_px; }

◆ getPy() [1/3]

Double_t TMucMc::getPy ( ) const
inline

Definition at line 33 of file Event/RootEventData/include/RootEventData/TMucMc.h.

33{ return m_py; }

Referenced by MucMcHitCnv::TObjectToDataObject().

◆ getPy() [2/3]

Double_t TMucMc::getPy ( ) const
inline

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

33{ return m_py; }

◆ getPy() [3/3]

Double_t TMucMc::getPy ( ) const
inline

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

33{ return m_py; }

◆ getPz() [1/3]

Double_t TMucMc::getPz ( ) const
inline

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

36{ return m_pz; }

Referenced by MucMcHitCnv::TObjectToDataObject().

◆ getPz() [2/3]

Double_t TMucMc::getPz ( ) const
inline

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

36{ return m_pz; }

◆ getPz() [3/3]

Double_t TMucMc::getPz ( ) const
inline

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

36{ return m_pz; }

◆ getTrackIndex() [1/3]

UInt_t TMucMc::getTrackIndex ( ) const
inline

Definition at line 18 of file Event/RootEventData/include/RootEventData/TMucMc.h.

18{ return m_trackIndex; }

Referenced by MucMcHitCnv::TObjectToDataObject().

◆ getTrackIndex() [2/3]

UInt_t TMucMc::getTrackIndex ( ) const
inline

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

18{ return m_trackIndex; }

◆ getTrackIndex() [3/3]

UInt_t TMucMc::getTrackIndex ( ) const
inline

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

18{ return m_trackIndex; }

◆ setId() [1/3]

void TMucMc::setId ( UInt_t id)
inline

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

39{ m_id = id; }

Referenced by MucMcHitCnv::DataObjectToTObject().

◆ setId() [2/3]

void TMucMc::setId ( UInt_t id)
inline

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

39{ m_id = id; }

◆ setId() [3/3]

void TMucMc::setId ( UInt_t id)
inline

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

39{ m_id = id; }

◆ setPositionX() [1/3]

void TMucMc::setPositionX ( Double_t positionX)
inline

Definition at line 41 of file Event/RootEventData/include/RootEventData/TMucMc.h.

41{ m_xPosition = positionX; }

Referenced by MucMcHitCnv::DataObjectToTObject().

◆ setPositionX() [2/3]

void TMucMc::setPositionX ( Double_t positionX)
inline

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

41{ m_xPosition = positionX; }

◆ setPositionX() [3/3]

void TMucMc::setPositionX ( Double_t positionX)
inline

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

41{ m_xPosition = positionX; }

◆ setPositionY() [1/3]

void TMucMc::setPositionY ( Double_t positionY)
inline

Definition at line 42 of file Event/RootEventData/include/RootEventData/TMucMc.h.

42{ m_yPosition = positionY; }

Referenced by MucMcHitCnv::DataObjectToTObject().

◆ setPositionY() [2/3]

void TMucMc::setPositionY ( Double_t positionY)
inline

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

42{ m_yPosition = positionY; }

◆ setPositionY() [3/3]

void TMucMc::setPositionY ( Double_t positionY)
inline

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

42{ m_yPosition = positionY; }

◆ setPositionZ() [1/3]

void TMucMc::setPositionZ ( Double_t positionZ)
inline

Definition at line 43 of file Event/RootEventData/include/RootEventData/TMucMc.h.

43{ m_zPosition = positionZ; }

Referenced by MucMcHitCnv::DataObjectToTObject().

◆ setPositionZ() [2/3]

void TMucMc::setPositionZ ( Double_t positionZ)
inline

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

43{ m_zPosition = positionZ; }

◆ setPositionZ() [3/3]

void TMucMc::setPositionZ ( Double_t positionZ)
inline

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

43{ m_zPosition = positionZ; }

◆ setPx() [1/3]

void TMucMc::setPx ( Double_t px)
inline

Definition at line 44 of file Event/RootEventData/include/RootEventData/TMucMc.h.

44{ m_px = px; }

Referenced by MucMcHitCnv::DataObjectToTObject().

◆ setPx() [2/3]

void TMucMc::setPx ( Double_t px)
inline

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

44{ m_px = px; }

◆ setPx() [3/3]

void TMucMc::setPx ( Double_t px)
inline

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

44{ m_px = px; }

◆ setPy() [1/3]

void TMucMc::setPy ( Double_t py)
inline

Definition at line 45 of file Event/RootEventData/include/RootEventData/TMucMc.h.

45{ m_py = py; }

Referenced by MucMcHitCnv::DataObjectToTObject().

◆ setPy() [2/3]

void TMucMc::setPy ( Double_t py)
inline

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

45{ m_py = py; }

◆ setPy() [3/3]

void TMucMc::setPy ( Double_t py)
inline

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

45{ m_py = py; }

◆ setPz() [1/3]

void TMucMc::setPz ( Double_t pz)
inline

Definition at line 46 of file Event/RootEventData/include/RootEventData/TMucMc.h.

46{ m_pz = pz; }

Referenced by MucMcHitCnv::DataObjectToTObject().

◆ setPz() [2/3]

void TMucMc::setPz ( Double_t pz)
inline

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

46{ m_pz = pz; }

◆ setPz() [3/3]

void TMucMc::setPz ( Double_t pz)
inline

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

46{ m_pz = pz; }

◆ setTrackIndex() [1/3]

void TMucMc::setTrackIndex ( UInt_t trackIndex)
inline

Definition at line 40 of file Event/RootEventData/include/RootEventData/TMucMc.h.

40{ m_trackIndex = trackIndex; }

Referenced by MucMcHitCnv::DataObjectToTObject().

◆ setTrackIndex() [2/3]

void TMucMc::setTrackIndex ( UInt_t trackIndex)
inline

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

40{ m_trackIndex = trackIndex; }

◆ setTrackIndex() [3/3]

void TMucMc::setTrackIndex ( UInt_t trackIndex)
inline

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

40{ m_trackIndex = trackIndex; }

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