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

#include <TTofMc.h>

Inheritance diagram for TTofMc:

Public Member Functions

 TTofMc ()
 ~TTofMc ()
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
Double_t getTrackLength () const
Double_t getFlightTime () 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)
void setTrackLength (Double_t trackLength)
void setFlightTime (Double_t flightTime)
 TTofMc ()
 ~TTofMc ()
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
Double_t getTrackLength () const
Double_t getFlightTime () 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)
void setTrackLength (Double_t trackLength)
void setFlightTime (Double_t flightTime)
 TTofMc ()
 ~TTofMc ()
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
Double_t getTrackLength () const
Double_t getFlightTime () 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)
void setTrackLength (Double_t trackLength)
void setFlightTime (Double_t flightTime)

Detailed Description

Constructor & Destructor Documentation

◆ TTofMc() [1/3]

TTofMc::TTofMc ( )

Definition at line 7 of file TTofMc.cxx.

7{ Clear(); }

◆ ~TTofMc() [1/3]

TTofMc::~TTofMc ( )

Definition at line 10 of file TTofMc.cxx.

10{ Clear(); }

◆ TTofMc() [2/3]

TTofMc::TTofMc ( )

◆ ~TTofMc() [2/3]

TTofMc::~TTofMc ( )

◆ TTofMc() [3/3]

TTofMc::TTofMc ( )

◆ ~TTofMc() [3/3]

TTofMc::~TTofMc ( )

Member Function Documentation

◆ getFlightTime() [1/3]

Double_t TTofMc::getFlightTime ( ) const
inline

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

42{ return m_flightTime; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getFlightTime() [2/3]

Double_t TTofMc::getFlightTime ( ) const
inline

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

42{ return m_flightTime; }

◆ getFlightTime() [3/3]

Double_t TTofMc::getFlightTime ( ) const
inline

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

42{ return m_flightTime; }

◆ getId() [1/3]

UInt_t TTofMc::getId ( ) const
inline

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

15{ return m_id; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getId() [2/3]

UInt_t TTofMc::getId ( ) const
inline

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

15{ return m_id; }

◆ getId() [3/3]

UInt_t TTofMc::getId ( ) const
inline

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

15{ return m_id; }

◆ getPositionX() [1/3]

Double_t TTofMc::getPositionX ( ) const
inline

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

21{ return m_xPosition; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPositionX() [2/3]

Double_t TTofMc::getPositionX ( ) const
inline

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

21{ return m_xPosition; }

◆ getPositionX() [3/3]

Double_t TTofMc::getPositionX ( ) const
inline

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

21{ return m_xPosition; }

◆ getPositionY() [1/3]

Double_t TTofMc::getPositionY ( ) const
inline

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

24{ return m_yPosition; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPositionY() [2/3]

Double_t TTofMc::getPositionY ( ) const
inline

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

24{ return m_yPosition; }

◆ getPositionY() [3/3]

Double_t TTofMc::getPositionY ( ) const
inline

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

24{ return m_yPosition; }

◆ getPositionZ() [1/3]

Double_t TTofMc::getPositionZ ( ) const
inline

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

27{ return m_zPosition; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPositionZ() [2/3]

Double_t TTofMc::getPositionZ ( ) const
inline

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

27{ return m_zPosition; }

◆ getPositionZ() [3/3]

Double_t TTofMc::getPositionZ ( ) const
inline

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

27{ return m_zPosition; }

◆ getPx() [1/3]

Double_t TTofMc::getPx ( ) const
inline

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

30{ return m_px; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPx() [2/3]

Double_t TTofMc::getPx ( ) const
inline

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

30{ return m_px; }

◆ getPx() [3/3]

Double_t TTofMc::getPx ( ) const
inline

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

30{ return m_px; }

◆ getPy() [1/3]

Double_t TTofMc::getPy ( ) const
inline

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

33{ return m_py; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPy() [2/3]

Double_t TTofMc::getPy ( ) const
inline

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

33{ return m_py; }

◆ getPy() [3/3]

Double_t TTofMc::getPy ( ) const
inline

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

33{ return m_py; }

◆ getPz() [1/3]

Double_t TTofMc::getPz ( ) const
inline

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

36{ return m_pz; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPz() [2/3]

Double_t TTofMc::getPz ( ) const
inline

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

36{ return m_pz; }

◆ getPz() [3/3]

Double_t TTofMc::getPz ( ) const
inline

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

36{ return m_pz; }

◆ getTrackIndex() [1/3]

UInt_t TTofMc::getTrackIndex ( ) const
inline

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

18{ return m_trackIndex; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getTrackIndex() [2/3]

UInt_t TTofMc::getTrackIndex ( ) const
inline

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

18{ return m_trackIndex; }

◆ getTrackIndex() [3/3]

UInt_t TTofMc::getTrackIndex ( ) const
inline

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

18{ return m_trackIndex; }

◆ getTrackLength() [1/3]

Double_t TTofMc::getTrackLength ( ) const
inline

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

39{ return m_trackLength; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getTrackLength() [2/3]

Double_t TTofMc::getTrackLength ( ) const
inline

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

39{ return m_trackLength; }

◆ getTrackLength() [3/3]

Double_t TTofMc::getTrackLength ( ) const
inline

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

39{ return m_trackLength; }

◆ setFlightTime() [1/3]

void TTofMc::setFlightTime ( Double_t flightTime)
inline

Definition at line 54 of file Event/RootEventData/include/RootEventData/TTofMc.h.

54{ m_flightTime = flightTime; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setFlightTime() [2/3]

void TTofMc::setFlightTime ( Double_t flightTime)
inline

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

54{ m_flightTime = flightTime; }

◆ setFlightTime() [3/3]

void TTofMc::setFlightTime ( Double_t flightTime)
inline

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

54{ m_flightTime = flightTime; }

◆ setId() [1/3]

void TTofMc::setId ( UInt_t id)
inline

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

45{ m_id = id; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setId() [2/3]

void TTofMc::setId ( UInt_t id)
inline

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

45{ m_id = id; }

◆ setId() [3/3]

void TTofMc::setId ( UInt_t id)
inline

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

45{ m_id = id; }

◆ setPositionX() [1/3]

void TTofMc::setPositionX ( Double_t positionX)
inline

Definition at line 47 of file Event/RootEventData/include/RootEventData/TTofMc.h.

47{ m_xPosition = positionX; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPositionX() [2/3]

void TTofMc::setPositionX ( Double_t positionX)
inline

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

47{ m_xPosition = positionX; }

◆ setPositionX() [3/3]

void TTofMc::setPositionX ( Double_t positionX)
inline

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

47{ m_xPosition = positionX; }

◆ setPositionY() [1/3]

void TTofMc::setPositionY ( Double_t positionY)
inline

Definition at line 48 of file Event/RootEventData/include/RootEventData/TTofMc.h.

48{ m_yPosition = positionY; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPositionY() [2/3]

void TTofMc::setPositionY ( Double_t positionY)
inline

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

48{ m_yPosition = positionY; }

◆ setPositionY() [3/3]

void TTofMc::setPositionY ( Double_t positionY)
inline

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

48{ m_yPosition = positionY; }

◆ setPositionZ() [1/3]

void TTofMc::setPositionZ ( Double_t positionZ)
inline

Definition at line 49 of file Event/RootEventData/include/RootEventData/TTofMc.h.

49{ m_zPosition = positionZ; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPositionZ() [2/3]

void TTofMc::setPositionZ ( Double_t positionZ)
inline

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

49{ m_zPosition = positionZ; }

◆ setPositionZ() [3/3]

void TTofMc::setPositionZ ( Double_t positionZ)
inline

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

49{ m_zPosition = positionZ; }

◆ setPx() [1/3]

void TTofMc::setPx ( Double_t px)
inline

Definition at line 50 of file Event/RootEventData/include/RootEventData/TTofMc.h.

50{ m_px = px; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPx() [2/3]

void TTofMc::setPx ( Double_t px)
inline

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

50{ m_px = px; }

◆ setPx() [3/3]

void TTofMc::setPx ( Double_t px)
inline

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

50{ m_px = px; }

◆ setPy() [1/3]

void TTofMc::setPy ( Double_t py)
inline

Definition at line 51 of file Event/RootEventData/include/RootEventData/TTofMc.h.

51{ m_py = py; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPy() [2/3]

void TTofMc::setPy ( Double_t py)
inline

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

51{ m_py = py; }

◆ setPy() [3/3]

void TTofMc::setPy ( Double_t py)
inline

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

51{ m_py = py; }

◆ setPz() [1/3]

void TTofMc::setPz ( Double_t pz)
inline

Definition at line 52 of file Event/RootEventData/include/RootEventData/TTofMc.h.

52{ m_pz = pz; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPz() [2/3]

void TTofMc::setPz ( Double_t pz)
inline

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

52{ m_pz = pz; }

◆ setPz() [3/3]

void TTofMc::setPz ( Double_t pz)
inline

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

52{ m_pz = pz; }

◆ setTrackIndex() [1/3]

void TTofMc::setTrackIndex ( UInt_t trackIndex)
inline

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

46{ m_trackIndex = trackIndex; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setTrackIndex() [2/3]

void TTofMc::setTrackIndex ( UInt_t trackIndex)
inline

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

46{ m_trackIndex = trackIndex; }

◆ setTrackIndex() [3/3]

void TTofMc::setTrackIndex ( UInt_t trackIndex)
inline

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

46{ m_trackIndex = trackIndex; }

◆ setTrackLength() [1/3]

void TTofMc::setTrackLength ( Double_t trackLength)
inline

Definition at line 53 of file Event/RootEventData/include/RootEventData/TTofMc.h.

53{ m_trackLength = trackLength; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setTrackLength() [2/3]

void TTofMc::setTrackLength ( Double_t trackLength)
inline

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

53{ m_trackLength = trackLength; }

◆ setTrackLength() [3/3]

void TTofMc::setTrackLength ( Double_t trackLength)
inline

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

53{ m_trackLength = trackLength; }

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