TMucMc Class Reference

#include <TMucMc.h>

List of all members.

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)

Private Attributes

UInt_t m_id
UInt_t m_trackIndex
Double_t m_xPosition
Double_t m_yPosition
Double_t m_zPosition
Double_t m_px
Double_t m_py
Double_t m_pz
Double_t m_depositEnergy


Detailed Description

Definition at line 8 of file TMucMc.h.


Constructor & Destructor Documentation

TMucMc::TMucMc (  ) 

TMucMc::~TMucMc (  ) 

Definition at line 12 of file TMucMc.cxx.

00012                 {
00013           Clear();
00014 } 


Member Function Documentation

UInt_t TMucMc::getId (  )  const [inline]

Definition at line 16 of file TMucMc.h.

References m_id.

Referenced by MucMcHitCnv::TObjectToDataObject().

00016 {return m_id;}

Double_t TMucMc::getPositionX (  )  const [inline]

Definition at line 22 of file TMucMc.h.

References m_xPosition.

Referenced by MucMcHitCnv::TObjectToDataObject().

00022 {return m_xPosition;}

Double_t TMucMc::getPositionY (  )  const [inline]

Definition at line 25 of file TMucMc.h.

References m_yPosition.

Referenced by MucMcHitCnv::TObjectToDataObject().

00025 {return m_yPosition;}

Double_t TMucMc::getPositionZ (  )  const [inline]

Definition at line 28 of file TMucMc.h.

References m_zPosition.

Referenced by MucMcHitCnv::TObjectToDataObject().

00028 {return m_zPosition;}

Double_t TMucMc::getPx (  )  const [inline]

Definition at line 31 of file TMucMc.h.

References m_px.

Referenced by MucMcHitCnv::TObjectToDataObject().

00031 {return m_px ;}

Double_t TMucMc::getPy (  )  const [inline]

Definition at line 34 of file TMucMc.h.

References m_py.

Referenced by MucMcHitCnv::TObjectToDataObject().

00034 {return m_py ;}

Double_t TMucMc::getPz (  )  const [inline]

Definition at line 37 of file TMucMc.h.

References m_pz.

Referenced by MucMcHitCnv::TObjectToDataObject().

00037 {return m_pz ;}

UInt_t TMucMc::getTrackIndex (  )  const [inline]

Definition at line 19 of file TMucMc.h.

References m_trackIndex.

Referenced by MucMcHitCnv::TObjectToDataObject().

00019 {return m_trackIndex; }

void TMucMc::setId ( UInt_t  id  )  [inline]

Definition at line 40 of file TMucMc.h.

References m_id.

Referenced by MucMcHitCnv::DataObjectToTObject().

00040 {m_id = id ;}

void TMucMc::setPositionX ( Double_t  positionX  )  [inline]

Definition at line 42 of file TMucMc.h.

References m_xPosition.

Referenced by MucMcHitCnv::DataObjectToTObject().

00042 {m_xPosition = positionX;}

void TMucMc::setPositionY ( Double_t  positionY  )  [inline]

Definition at line 43 of file TMucMc.h.

References m_yPosition.

Referenced by MucMcHitCnv::DataObjectToTObject().

00043 {m_yPosition = positionY;}

void TMucMc::setPositionZ ( Double_t  positionZ  )  [inline]

Definition at line 44 of file TMucMc.h.

References m_zPosition.

Referenced by MucMcHitCnv::DataObjectToTObject().

00044 {m_zPosition = positionZ;}

void TMucMc::setPx ( Double_t  px  )  [inline]

Definition at line 45 of file TMucMc.h.

References m_px.

Referenced by MucMcHitCnv::DataObjectToTObject().

00045 {m_px = px;}

void TMucMc::setPy ( Double_t  py  )  [inline]

Definition at line 46 of file TMucMc.h.

References m_py.

Referenced by MucMcHitCnv::DataObjectToTObject().

00046 {m_py = py;}

void TMucMc::setPz ( Double_t  pz  )  [inline]

Definition at line 47 of file TMucMc.h.

References m_pz.

Referenced by MucMcHitCnv::DataObjectToTObject().

00047 {m_pz = pz;}

void TMucMc::setTrackIndex ( UInt_t  trackIndex  )  [inline]

Definition at line 41 of file TMucMc.h.

References m_trackIndex.

Referenced by MucMcHitCnv::DataObjectToTObject().

00041 { m_trackIndex = trackIndex;}


Member Data Documentation

Double_t TMucMc::m_depositEnergy [private]

Definition at line 66 of file TMucMc.h.

UInt_t TMucMc::m_id [private]

Definition at line 50 of file TMucMc.h.

Referenced by getId(), and setId().

Double_t TMucMc::m_px [private]

Definition at line 60 of file TMucMc.h.

Referenced by getPx(), and setPx().

Double_t TMucMc::m_py [private]

Definition at line 62 of file TMucMc.h.

Referenced by getPy(), and setPy().

Double_t TMucMc::m_pz [private]

Definition at line 64 of file TMucMc.h.

Referenced by getPz(), and setPz().

UInt_t TMucMc::m_trackIndex [private]

Definition at line 52 of file TMucMc.h.

Referenced by getTrackIndex(), and setTrackIndex().

Double_t TMucMc::m_xPosition [private]

Definition at line 54 of file TMucMc.h.

Referenced by getPositionX(), and setPositionX().

Double_t TMucMc::m_yPosition [private]

Definition at line 56 of file TMucMc.h.

Referenced by getPositionY(), and setPositionY().

Double_t TMucMc::m_zPosition [private]

Definition at line 58 of file TMucMc.h.

Referenced by getPositionZ(), and setPositionZ().


Generated on Tue Nov 29 23:36:02 2016 for BOSS_7.0.2 by  doxygen 1.4.7