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

TMcDigiEmc Class Reference

#include <TMcDigiEmc.h>

List of all members.

Public Member Functions

Double_t GetEnergy () const
Double_t GetEnergy () const
Int_t GetPartId () const
Int_t GetPartId () const
Int_t GetPhiNb () const
Int_t GetPhiNb () const
Int_t GetThetaNb () const
Int_t GetThetaNb () const
Double_t GetTime () const
Double_t GetTime () const
Int_t GetTrackIndex () const
Int_t GetTrackIndex () const
void SetEnergy (Double_t energy)
void SetEnergy (Double_t energy)
void SetPartId (Int_t id)
void SetPartId (Int_t id)
void SetPhiNb (Int_t nPhi)
void SetPhiNb (Int_t nPhi)
void SetThetaNb (Int_t nTheta)
void SetThetaNb (Int_t nTheta)
void SetTime (Double_t time)
void SetTime (Double_t time)
void SetTrackIndex (Int_t index)
void SetTrackIndex (Int_t index)
 TMcDigiEmc ()
 TMcDigiEmc ()
 ~TMcDigiEmc ()
 ~TMcDigiEmc ()

Private Attributes

Double_t m_energy
Int_t m_nPhi
Int_t m_nTheta
Int_t m_partId
Double_t m_time
Int_t m_trackIndex


Constructor & Destructor Documentation

TMcDigiEmc::TMcDigiEmc  ) 
 

TMcDigiEmc::~TMcDigiEmc  ) 
 

00010                         {
00011    Clear();
00012 }

TMcDigiEmc::TMcDigiEmc  ) 
 

TMcDigiEmc::~TMcDigiEmc  ) 
 


Member Function Documentation

Double_t TMcDigiEmc::GetEnergy  )  const [inline]
 

00027 { return m_energy; };

Double_t TMcDigiEmc::GetEnergy  )  const [inline]
 

00027 { return m_energy; };

Int_t TMcDigiEmc::GetPartId  )  const [inline]
 

00024 {return m_partId;};

Int_t TMcDigiEmc::GetPartId  )  const [inline]
 

00024 {return m_partId;};

Int_t TMcDigiEmc::GetPhiNb  )  const [inline]
 

00026 { return m_nPhi; };

Int_t TMcDigiEmc::GetPhiNb  )  const [inline]
 

00026 { return m_nPhi; };

Int_t TMcDigiEmc::GetThetaNb  )  const [inline]
 

00025 { return m_nTheta;};

Int_t TMcDigiEmc::GetThetaNb  )  const [inline]
 

00025 { return m_nTheta;};

Double_t TMcDigiEmc::GetTime  )  const [inline]
 

00028 { return m_time; };

Double_t TMcDigiEmc::GetTime  )  const [inline]
 

00028 { return m_time; };

Int_t TMcDigiEmc::GetTrackIndex  )  const [inline]
 

00029 { return m_trackIndex; };

Int_t TMcDigiEmc::GetTrackIndex  )  const [inline]
 

00029 { return m_trackIndex; };

void TMcDigiEmc::SetEnergy Double_t  energy  )  [inline]
 

00019 { m_energy = energy; };

void TMcDigiEmc::SetEnergy Double_t  energy  )  [inline]
 

00019 { m_energy = energy; };

void TMcDigiEmc::SetPartId Int_t  id  )  [inline]
 

00016 { m_partId = id; } ;

void TMcDigiEmc::SetPartId Int_t  id  )  [inline]
 

00016 { m_partId = id; } ;

void TMcDigiEmc::SetPhiNb Int_t  nPhi  )  [inline]
 

00018 { m_nPhi = nPhi; };

void TMcDigiEmc::SetPhiNb Int_t  nPhi  )  [inline]
 

00018 { m_nPhi = nPhi; };

void TMcDigiEmc::SetThetaNb Int_t  nTheta  )  [inline]
 

00017 { m_nTheta = nTheta; };

void TMcDigiEmc::SetThetaNb Int_t  nTheta  )  [inline]
 

00017 { m_nTheta = nTheta; };

void TMcDigiEmc::SetTime Double_t  time  )  [inline]
 

00020 { m_time = time;};

void TMcDigiEmc::SetTime Double_t  time  )  [inline]
 

00020 { m_time = time;};

void TMcDigiEmc::SetTrackIndex Int_t  index  )  [inline]
 

00021 { m_trackIndex = index; };

void TMcDigiEmc::SetTrackIndex Int_t  index  )  [inline]
 

00021 { m_trackIndex = index; };


Member Data Documentation

Double_t TMcDigiEmc::m_energy [private]
 

Int_t TMcDigiEmc::m_nPhi [private]
 

Int_t TMcDigiEmc::m_nTheta [private]
 

Int_t TMcDigiEmc::m_partId [private]
 

Double_t TMcDigiEmc::m_time [private]
 

Int_t TMcDigiEmc::m_trackIndex [private]
 


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