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

#include <TEmcMc.h>

Inheritance diagram for TEmcMc:

Public Member Functions

 TEmcMc ()
 ~TEmcMc ()
std::map< Int_t, Double_t > getHitMap () const
int getHitEmc () const
int getPDGCode () const
double getPDGCharge () const
double getTime () const
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 getDepositEnergy () const
void setHitMap (std::map< Int_t, Double_t > hitMap)
void setHitEmc (int hitEmc)
void setPDGCode (int PDGCode)
void setPDGCharge (double PDGCharge)
void setTime (double time)
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 setDepositEnergy (Double_t depositEnergy)
 TEmcMc ()
 ~TEmcMc ()
std::map< Int_t, Double_t > getHitMap () const
int getHitEmc () const
int getPDGCode () const
double getPDGCharge () const
double getTime () const
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 getDepositEnergy () const
void setHitMap (std::map< Int_t, Double_t > hitMap)
void setHitEmc (int hitEmc)
void setPDGCode (int PDGCode)
void setPDGCharge (double PDGCharge)
void setTime (double time)
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 setDepositEnergy (Double_t depositEnergy)
 TEmcMc ()
 ~TEmcMc ()
std::map< Int_t, Double_t > getHitMap () const
int getHitEmc () const
int getPDGCode () const
double getPDGCharge () const
double getTime () const
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 getDepositEnergy () const
void setHitMap (std::map< Int_t, Double_t > hitMap)
void setHitEmc (int hitEmc)
void setPDGCode (int PDGCode)
void setPDGCharge (double PDGCharge)
void setTime (double time)
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 setDepositEnergy (Double_t depositEnergy)

Detailed Description

Constructor & Destructor Documentation

◆ TEmcMc() [1/3]

TEmcMc::TEmcMc ( )

Definition at line 6 of file TEmcMc.cxx.

6{ Clear(); }

◆ ~TEmcMc() [1/3]

TEmcMc::~TEmcMc ( )

Definition at line 10 of file TEmcMc.cxx.

10{ Clear(); }

◆ TEmcMc() [2/3]

TEmcMc::TEmcMc ( )

◆ ~TEmcMc() [2/3]

TEmcMc::~TEmcMc ( )

◆ TEmcMc() [3/3]

TEmcMc::TEmcMc ( )

◆ ~TEmcMc() [3/3]

TEmcMc::~TEmcMc ( )

Member Function Documentation

◆ getDepositEnergy() [1/3]

Double_t TEmcMc::getDepositEnergy ( ) const
inline

Definition at line 57 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

57{ return m_depositEnergy; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getDepositEnergy() [2/3]

Double_t TEmcMc::getDepositEnergy ( ) const
inline

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

57{ return m_depositEnergy; }

◆ getDepositEnergy() [3/3]

Double_t TEmcMc::getDepositEnergy ( ) const
inline

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

57{ return m_depositEnergy; }

◆ getHitEmc() [1/3]

int TEmcMc::getHitEmc ( ) const
inline

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

21{ return m_hitEmc; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getHitEmc() [2/3]

int TEmcMc::getHitEmc ( ) const
inline

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

21{ return m_hitEmc; }

◆ getHitEmc() [3/3]

int TEmcMc::getHitEmc ( ) const
inline

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

21{ return m_hitEmc; }

◆ getHitMap() [1/3]

std::map< Int_t, Double_t > TEmcMc::getHitMap ( ) const
inline

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

18{ return m_hitMap; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getHitMap() [2/3]

std::map< Int_t, Double_t > TEmcMc::getHitMap ( ) const
inline

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

18{ return m_hitMap; }

◆ getHitMap() [3/3]

std::map< Int_t, Double_t > TEmcMc::getHitMap ( ) const
inline

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

18{ return m_hitMap; }

◆ getId() [1/3]

UInt_t TEmcMc::getId ( ) const
inline

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

33{ return m_id; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getId() [2/3]

UInt_t TEmcMc::getId ( ) const
inline

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

33{ return m_id; }

◆ getId() [3/3]

UInt_t TEmcMc::getId ( ) const
inline

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

33{ return m_id; }

◆ getPDGCharge() [1/3]

double TEmcMc::getPDGCharge ( ) const
inline

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

27{ return m_PDGCharge; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getPDGCharge() [2/3]

double TEmcMc::getPDGCharge ( ) const
inline

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

27{ return m_PDGCharge; }

◆ getPDGCharge() [3/3]

double TEmcMc::getPDGCharge ( ) const
inline

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

27{ return m_PDGCharge; }

◆ getPDGCode() [1/3]

int TEmcMc::getPDGCode ( ) const
inline

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

24{ return m_PDGCode; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getPDGCode() [2/3]

int TEmcMc::getPDGCode ( ) const
inline

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

24{ return m_PDGCode; }

◆ getPDGCode() [3/3]

int TEmcMc::getPDGCode ( ) const
inline

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

24{ return m_PDGCode; }

◆ getPositionX() [1/3]

Double_t TEmcMc::getPositionX ( ) const
inline

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

39{ return m_xPosition; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getPositionX() [2/3]

Double_t TEmcMc::getPositionX ( ) const
inline

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

39{ return m_xPosition; }

◆ getPositionX() [3/3]

Double_t TEmcMc::getPositionX ( ) const
inline

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

39{ return m_xPosition; }

◆ getPositionY() [1/3]

Double_t TEmcMc::getPositionY ( ) const
inline

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

42{ return m_yPosition; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getPositionY() [2/3]

Double_t TEmcMc::getPositionY ( ) const
inline

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

42{ return m_yPosition; }

◆ getPositionY() [3/3]

Double_t TEmcMc::getPositionY ( ) const
inline

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

42{ return m_yPosition; }

◆ getPositionZ() [1/3]

Double_t TEmcMc::getPositionZ ( ) const
inline

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

45{ return m_zPosition; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getPositionZ() [2/3]

Double_t TEmcMc::getPositionZ ( ) const
inline

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

45{ return m_zPosition; }

◆ getPositionZ() [3/3]

Double_t TEmcMc::getPositionZ ( ) const
inline

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

45{ return m_zPosition; }

◆ getPx() [1/3]

Double_t TEmcMc::getPx ( ) const
inline

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

48{ return m_px; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getPx() [2/3]

Double_t TEmcMc::getPx ( ) const
inline

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

48{ return m_px; }

◆ getPx() [3/3]

Double_t TEmcMc::getPx ( ) const
inline

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

48{ return m_px; }

◆ getPy() [1/3]

Double_t TEmcMc::getPy ( ) const
inline

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

51{ return m_py; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getPy() [2/3]

Double_t TEmcMc::getPy ( ) const
inline

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

51{ return m_py; }

◆ getPy() [3/3]

Double_t TEmcMc::getPy ( ) const
inline

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

51{ return m_py; }

◆ getPz() [1/3]

Double_t TEmcMc::getPz ( ) const
inline

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

54{ return m_pz; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getPz() [2/3]

Double_t TEmcMc::getPz ( ) const
inline

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

54{ return m_pz; }

◆ getPz() [3/3]

Double_t TEmcMc::getPz ( ) const
inline

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

54{ return m_pz; }

◆ getTime() [1/3]

double TEmcMc::getTime ( ) const
inline

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

30{ return m_time; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getTime() [2/3]

double TEmcMc::getTime ( ) const
inline

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

30{ return m_time; }

◆ getTime() [3/3]

double TEmcMc::getTime ( ) const
inline

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

30{ return m_time; }

◆ getTrackIndex() [1/3]

UInt_t TEmcMc::getTrackIndex ( ) const
inline

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

36{ return m_trackIndex; }

Referenced by EmcMcHitCnv::TObjectToDataObject().

◆ getTrackIndex() [2/3]

UInt_t TEmcMc::getTrackIndex ( ) const
inline

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

36{ return m_trackIndex; }

◆ getTrackIndex() [3/3]

UInt_t TEmcMc::getTrackIndex ( ) const
inline

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

36{ return m_trackIndex; }

◆ setDepositEnergy() [1/3]

void TEmcMc::setDepositEnergy ( Double_t depositEnergy)
inline

Definition at line 75 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

75{ m_depositEnergy = depositEnergy; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setDepositEnergy() [2/3]

void TEmcMc::setDepositEnergy ( Double_t depositEnergy)
inline

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

75{ m_depositEnergy = depositEnergy; }

◆ setDepositEnergy() [3/3]

void TEmcMc::setDepositEnergy ( Double_t depositEnergy)
inline

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

75{ m_depositEnergy = depositEnergy; }

◆ setHitEmc() [1/3]

void TEmcMc::setHitEmc ( int hitEmc)
inline

Definition at line 62 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

62{ m_hitEmc = hitEmc; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setHitEmc() [2/3]

void TEmcMc::setHitEmc ( int hitEmc)
inline

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

62{ m_hitEmc = hitEmc; }

◆ setHitEmc() [3/3]

void TEmcMc::setHitEmc ( int hitEmc)
inline

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

62{ m_hitEmc = hitEmc; }

◆ setHitMap() [1/3]

void TEmcMc::setHitMap ( std::map< Int_t, Double_t > hitMap)
inline

Definition at line 61 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

61{ m_hitMap = hitMap; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setHitMap() [2/3]

void TEmcMc::setHitMap ( std::map< Int_t, Double_t > hitMap)
inline

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

61{ m_hitMap = hitMap; }

◆ setHitMap() [3/3]

void TEmcMc::setHitMap ( std::map< Int_t, Double_t > hitMap)
inline

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

61{ m_hitMap = hitMap; }

◆ setId() [1/3]

void TEmcMc::setId ( UInt_t id)
inline

Definition at line 67 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

67{ m_id = id; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setId() [2/3]

void TEmcMc::setId ( UInt_t id)
inline

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

67{ m_id = id; }

◆ setId() [3/3]

void TEmcMc::setId ( UInt_t id)
inline

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

67{ m_id = id; }

◆ setPDGCharge() [1/3]

void TEmcMc::setPDGCharge ( double PDGCharge)
inline

Definition at line 64 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

64{ m_PDGCharge = PDGCharge; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setPDGCharge() [2/3]

void TEmcMc::setPDGCharge ( double PDGCharge)
inline

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

64{ m_PDGCharge = PDGCharge; }

◆ setPDGCharge() [3/3]

void TEmcMc::setPDGCharge ( double PDGCharge)
inline

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

64{ m_PDGCharge = PDGCharge; }

◆ setPDGCode() [1/3]

void TEmcMc::setPDGCode ( int PDGCode)
inline

Definition at line 63 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

63{ m_PDGCode = PDGCode; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setPDGCode() [2/3]

void TEmcMc::setPDGCode ( int PDGCode)
inline

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

63{ m_PDGCode = PDGCode; }

◆ setPDGCode() [3/3]

void TEmcMc::setPDGCode ( int PDGCode)
inline

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

63{ m_PDGCode = PDGCode; }

◆ setPositionX() [1/3]

void TEmcMc::setPositionX ( Double_t positionX)
inline

Definition at line 69 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

69{ m_xPosition = positionX; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setPositionX() [2/3]

void TEmcMc::setPositionX ( Double_t positionX)
inline

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

69{ m_xPosition = positionX; }

◆ setPositionX() [3/3]

void TEmcMc::setPositionX ( Double_t positionX)
inline

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

69{ m_xPosition = positionX; }

◆ setPositionY() [1/3]

void TEmcMc::setPositionY ( Double_t positionY)
inline

Definition at line 70 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

70{ m_yPosition = positionY; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setPositionY() [2/3]

void TEmcMc::setPositionY ( Double_t positionY)
inline

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

70{ m_yPosition = positionY; }

◆ setPositionY() [3/3]

void TEmcMc::setPositionY ( Double_t positionY)
inline

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

70{ m_yPosition = positionY; }

◆ setPositionZ() [1/3]

void TEmcMc::setPositionZ ( Double_t positionZ)
inline

Definition at line 71 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

71{ m_zPosition = positionZ; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setPositionZ() [2/3]

void TEmcMc::setPositionZ ( Double_t positionZ)
inline

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

71{ m_zPosition = positionZ; }

◆ setPositionZ() [3/3]

void TEmcMc::setPositionZ ( Double_t positionZ)
inline

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

71{ m_zPosition = positionZ; }

◆ setPx() [1/3]

void TEmcMc::setPx ( Double_t px)
inline

Definition at line 72 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

72{ m_px = px; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setPx() [2/3]

void TEmcMc::setPx ( Double_t px)
inline

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

72{ m_px = px; }

◆ setPx() [3/3]

void TEmcMc::setPx ( Double_t px)
inline

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

72{ m_px = px; }

◆ setPy() [1/3]

void TEmcMc::setPy ( Double_t py)
inline

Definition at line 73 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

73{ m_py = py; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setPy() [2/3]

void TEmcMc::setPy ( Double_t py)
inline

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

73{ m_py = py; }

◆ setPy() [3/3]

void TEmcMc::setPy ( Double_t py)
inline

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

73{ m_py = py; }

◆ setPz() [1/3]

void TEmcMc::setPz ( Double_t pz)
inline

Definition at line 74 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

74{ m_pz = pz; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setPz() [2/3]

void TEmcMc::setPz ( Double_t pz)
inline

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

74{ m_pz = pz; }

◆ setPz() [3/3]

void TEmcMc::setPz ( Double_t pz)
inline

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

74{ m_pz = pz; }

◆ setTime() [1/3]

void TEmcMc::setTime ( double time)
inline

Definition at line 65 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

65{ m_time = time; }
Double_t time

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setTime() [2/3]

void TEmcMc::setTime ( double time)
inline

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

65{ m_time = time; }

◆ setTime() [3/3]

void TEmcMc::setTime ( double time)
inline

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

65{ m_time = time; }

◆ setTrackIndex() [1/3]

void TEmcMc::setTrackIndex ( UInt_t trackIndex)
inline

Definition at line 68 of file Event/RootEventData/include/RootEventData/TEmcMc.h.

68{ m_trackIndex = trackIndex; }

Referenced by EmcMcHitCnv::DataObjectToTObject().

◆ setTrackIndex() [2/3]

void TEmcMc::setTrackIndex ( UInt_t trackIndex)
inline

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

68{ m_trackIndex = trackIndex; }

◆ setTrackIndex() [3/3]

void TEmcMc::setTrackIndex ( UInt_t trackIndex)
inline

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

68{ m_trackIndex = trackIndex; }

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