Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TMucMc Class Reference

#include <TMucMc.h>

List of all members.

Public Member Functions

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

Private Attributes

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


Constructor & Destructor Documentation

TMucMc::TMucMc  ) 
 

TMucMc::~TMucMc  ) 
 

00012                 {
00013           Clear();
00014 } 

TMucMc::TMucMc  ) 
 

TMucMc::~TMucMc  ) 
 


Member Function Documentation

UInt_t TMucMc::getId void   )  const [inline]
 

00016 {return m_id;}

UInt_t TMucMc::getId  )  const [inline]
 

00016 {return m_id;}

Double_t TMucMc::getPositionX  )  const [inline]
 

00022 {return m_xPosition;}

Double_t TMucMc::getPositionX  )  const [inline]
 

00022 {return m_xPosition;}

Double_t TMucMc::getPositionY  )  const [inline]
 

00025 {return m_yPosition;}

Double_t TMucMc::getPositionY  )  const [inline]
 

00025 {return m_yPosition;}

Double_t TMucMc::getPositionZ  )  const [inline]
 

00028 {return m_zPosition;}

Double_t TMucMc::getPositionZ  )  const [inline]
 

00028 {return m_zPosition;}

Double_t TMucMc::getPx  )  const [inline]
 

00031 {return m_px ;}

Double_t TMucMc::getPx  )  const [inline]
 

00031 {return m_px ;}

Double_t TMucMc::getPy  )  const [inline]
 

00034 {return m_py ;}

Double_t TMucMc::getPy  )  const [inline]
 

00034 {return m_py ;}

Double_t TMucMc::getPz  )  const [inline]
 

00037 {return m_pz ;}

Double_t TMucMc::getPz  )  const [inline]
 

00037 {return m_pz ;}

UInt_t TMucMc::getTrackIndex  )  const [inline]
 

00019 {return m_trackIndex; }

UInt_t TMucMc::getTrackIndex  )  const [inline]
 

00019 {return m_trackIndex; }

void TMucMc::setId UInt_t  id  )  [inline]
 

00040 {m_id = id ;}

void TMucMc::setId UInt_t  id  )  [inline]
 

00040 {m_id = id ;}

void TMucMc::setPositionX Double_t  positionX  )  [inline]
 

00042 {m_xPosition = positionX;}

void TMucMc::setPositionX Double_t  positionX  )  [inline]
 

00042 {m_xPosition = positionX;}

void TMucMc::setPositionY Double_t  positionY  )  [inline]
 

00043 {m_yPosition = positionY;}

void TMucMc::setPositionY Double_t  positionY  )  [inline]
 

00043 {m_yPosition = positionY;}

void TMucMc::setPositionZ Double_t  positionZ  )  [inline]
 

00044 {m_zPosition = positionZ;}

void TMucMc::setPositionZ Double_t  positionZ  )  [inline]
 

00044 {m_zPosition = positionZ;}

void TMucMc::setPx Double_t  px  )  [inline]
 

00045 {m_px = px;}

void TMucMc::setPx Double_t  px  )  [inline]
 

00045 {m_px = px;}

void TMucMc::setPy Double_t  py  )  [inline]
 

00046 {m_py = py;}

void TMucMc::setPy Double_t  py  )  [inline]
 

00046 {m_py = py;}

void TMucMc::setPz Double_t  pz  )  [inline]
 

00047 {m_pz = pz;}

void TMucMc::setPz Double_t  pz  )  [inline]
 

00047 {m_pz = pz;}

void TMucMc::setTrackIndex UInt_t  trackIndex  )  [inline]
 

00041 { m_trackIndex = trackIndex;}

void TMucMc::setTrackIndex UInt_t  trackIndex  )  [inline]
 

00041 { m_trackIndex = trackIndex;}


Member Data Documentation

Double_t TMucMc::m_depositEnergy [private]
 

UInt_t TMucMc::m_id [private]
 

Double_t TMucMc::m_px [private]
 

Double_t TMucMc::m_py [private]
 

Double_t TMucMc::m_pz [private]
 

UInt_t TMucMc::m_trackIndex [private]
 

Double_t TMucMc::m_xPosition [private]
 

Double_t TMucMc::m_yPosition [private]
 

Double_t TMucMc::m_zPosition [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 18:55:30 2011 for BOSS6.5.5 by  doxygen 1.3.9.1