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

Detailed Description

Constructor & Destructor Documentation

◆ TTofMc() [1/2]

TTofMc::TTofMc ( )

◆ ~TTofMc() [1/2]

TTofMc::~TTofMc ( )

Definition at line 12 of file TTofMc.cxx.

12 {
13 Clear();
14 }

◆ TTofMc() [2/2]

TTofMc::TTofMc ( )

◆ ~TTofMc() [2/2]

TTofMc::~TTofMc ( )

Member Function Documentation

◆ getFlightTime() [1/2]

Double_t TTofMc::getFlightTime ( ) const
inline

Definition at line 43 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

43{return m_flightTime; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getFlightTime() [2/2]

Double_t TTofMc::getFlightTime ( ) const
inline

Definition at line 43 of file InstallArea/include/RootEventData/RootEventData/TTofMc.h.

43{return m_flightTime; }

◆ getId() [1/2]

UInt_t TTofMc::getId ( ) const
inline

◆ getId() [2/2]

UInt_t TTofMc::getId ( ) const
inline

Definition at line 16 of file InstallArea/include/RootEventData/RootEventData/TTofMc.h.

16{return m_id;}

◆ getPositionX() [1/2]

Double_t TTofMc::getPositionX ( ) const
inline

Definition at line 22 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

22{return m_xPosition;}

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPositionX() [2/2]

Double_t TTofMc::getPositionX ( ) const
inline

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

22{return m_xPosition;}

◆ getPositionY() [1/2]

Double_t TTofMc::getPositionY ( ) const
inline

Definition at line 25 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

25{return m_yPosition;}

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPositionY() [2/2]

Double_t TTofMc::getPositionY ( ) const
inline

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

25{return m_yPosition;}

◆ getPositionZ() [1/2]

Double_t TTofMc::getPositionZ ( ) const
inline

Definition at line 28 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

28{return m_zPosition;}

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getPositionZ() [2/2]

Double_t TTofMc::getPositionZ ( ) const
inline

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

28{return m_zPosition;}

◆ getPx() [1/2]

Double_t TTofMc::getPx ( ) const
inline

◆ getPx() [2/2]

Double_t TTofMc::getPx ( ) const
inline

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

31{return m_px ;}

◆ getPy() [1/2]

Double_t TTofMc::getPy ( ) const
inline

◆ getPy() [2/2]

Double_t TTofMc::getPy ( ) const
inline

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

34{return m_py ;}

◆ getPz() [1/2]

Double_t TTofMc::getPz ( ) const
inline

◆ getPz() [2/2]

Double_t TTofMc::getPz ( ) const
inline

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

37{return m_pz ;}

◆ getTrackIndex() [1/2]

UInt_t TTofMc::getTrackIndex ( ) const
inline

Definition at line 19 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

19{return m_trackIndex; }

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getTrackIndex() [2/2]

UInt_t TTofMc::getTrackIndex ( ) const
inline

Definition at line 19 of file InstallArea/include/RootEventData/RootEventData/TTofMc.h.

19{return m_trackIndex; }

◆ getTrackLength() [1/2]

Double_t TTofMc::getTrackLength ( ) const
inline

Definition at line 40 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

40{return m_trackLength;}

Referenced by TofMcHitCnv::TObjectToDataObject().

◆ getTrackLength() [2/2]

Double_t TTofMc::getTrackLength ( ) const
inline

Definition at line 40 of file InstallArea/include/RootEventData/RootEventData/TTofMc.h.

40{return m_trackLength;}

◆ setFlightTime() [1/2]

void TTofMc::setFlightTime ( Double_t  flightTime)
inline

Definition at line 55 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

55{m_flightTime = flightTime; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setFlightTime() [2/2]

void TTofMc::setFlightTime ( Double_t  flightTime)
inline

Definition at line 55 of file InstallArea/include/RootEventData/RootEventData/TTofMc.h.

55{m_flightTime = flightTime; }

◆ setId() [1/2]

void TTofMc::setId ( UInt_t  id)
inline

◆ setId() [2/2]

void TTofMc::setId ( UInt_t  id)
inline

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

46{m_id = id ;}

◆ setPositionX() [1/2]

void TTofMc::setPositionX ( Double_t  positionX)
inline

Definition at line 48 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

48{m_xPosition = positionX;}

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPositionX() [2/2]

void TTofMc::setPositionX ( Double_t  positionX)
inline

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

48{m_xPosition = positionX;}

◆ setPositionY() [1/2]

void TTofMc::setPositionY ( Double_t  positionY)
inline

Definition at line 49 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

49{m_yPosition = positionY;}

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPositionY() [2/2]

void TTofMc::setPositionY ( Double_t  positionY)
inline

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

49{m_yPosition = positionY;}

◆ setPositionZ() [1/2]

void TTofMc::setPositionZ ( Double_t  positionZ)
inline

Definition at line 50 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

50{m_zPosition = positionZ;}

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setPositionZ() [2/2]

void TTofMc::setPositionZ ( Double_t  positionZ)
inline

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

50{m_zPosition = positionZ;}

◆ setPx() [1/2]

void TTofMc::setPx ( Double_t  px)
inline

◆ setPx() [2/2]

void TTofMc::setPx ( Double_t  px)
inline

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

51{m_px = px;}

◆ setPy() [1/2]

void TTofMc::setPy ( Double_t  py)
inline

◆ setPy() [2/2]

void TTofMc::setPy ( Double_t  py)
inline

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

52{m_py = py;}

◆ setPz() [1/2]

void TTofMc::setPz ( Double_t  pz)
inline

◆ setPz() [2/2]

void TTofMc::setPz ( Double_t  pz)
inline

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

53{m_pz = pz;}

◆ setTrackIndex() [1/2]

void TTofMc::setTrackIndex ( UInt_t  trackIndex)
inline

Definition at line 47 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

47{ m_trackIndex = trackIndex;}

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setTrackIndex() [2/2]

void TTofMc::setTrackIndex ( UInt_t  trackIndex)
inline

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

47{ m_trackIndex = trackIndex;}

◆ setTrackLength() [1/2]

void TTofMc::setTrackLength ( Double_t  trackLength)
inline

Definition at line 54 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TTofMc.h.

54{m_trackLength = trackLength; }

Referenced by TofMcHitCnv::DataObjectToTObject().

◆ setTrackLength() [2/2]

void TTofMc::setTrackLength ( Double_t  trackLength)
inline

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

54{m_trackLength = trackLength; }

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