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

TMcHitTof Class Reference

#include <TMcHitTof.h>

List of all members.

Public Member Functions

Int_t GetCharge () const
Int_t GetCharge () const
Double_t GetDeltaT () const
Double_t GetDeltaT () const
Double_t GetEdep () const
Double_t GetEdep () const
Int_t GetG4Index () const
Int_t GetG4Index () const
TVector3 GetMomentum () const
TVector3 GetMomentum () const
Int_t GetPartId () const
Int_t GetPartId () const
TVector3 GetPDirection () const
TVector3 GetPDirection () const
TVector3 GetPos () const
TVector3 GetPos () const
Int_t GetScinNb () const
Int_t GetScinNb () const
Double_t GetStepL () const
Double_t GetStepL () const
Double_t GetTime () const
Double_t GetTime () const
Int_t GetTrackIndex () const
Int_t GetTrackIndex () const
Double_t GetTrackL () const
Double_t GetTrackL () const
void SetCharge (Int_t charge)
void SetCharge (Int_t charge)
void SetDeltaT (Double_t deltaT)
void SetDeltaT (Double_t deltaT)
void SetEdep (Double_t edep)
void SetEdep (Double_t edep)
void SetG4Index (Int_t index)
void SetG4Index (Int_t index)
void SetMomentum (TVector3 momentum)
void SetMomentum (TVector3 momentum)
void SetPartId (Int_t partId)
void SetPartId (Int_t partId)
void SetPDirection (TVector3 pDirection)
void SetPDirection (TVector3 pDirection)
void SetPos (TVector3 pos)
void SetPos (TVector3 pos)
void SetScinNb (Int_t scinNb)
void SetScinNb (Int_t scinNb)
void SetStepL (Double_t stepL)
void SetStepL (Double_t stepL)
void SetTime (Double_t time)
void SetTime (Double_t time)
void SetTrackIndex (Int_t trackIndex)
void SetTrackIndex (Int_t trackIndex)
void SetTrackL (Double_t length)
void SetTrackL (Double_t length)
 TMcHitTof ()
 TMcHitTof ()
 ~TMcHitTof ()
 ~TMcHitTof ()

Private Attributes

Int_t m_charge
Double_t m_deltaT
Double_t m_edep
Int_t m_g4Index
TVector3 m_momentum
Int_t m_partId
TVector3 m_pDirection
TVector3 m_pos
Int_t m_scinNb
Double_t m_stepL
Double_t m_time
Int_t m_trackIndex
Double_t m_trackL


Constructor & Destructor Documentation

TMcHitTof::TMcHitTof  ) 
 

TMcHitTof::~TMcHitTof  ) 
 

00010                       {
00011    Clear();
00012 }

TMcHitTof::TMcHitTof  ) 
 

TMcHitTof::~TMcHitTof  ) 
 


Member Function Documentation

Int_t TMcHitTof::GetCharge  )  const [inline]
 

00043 {return m_charge; }

Int_t TMcHitTof::GetCharge  )  const [inline]
 

00043 {return m_charge; }

Double_t TMcHitTof::GetDeltaT  )  const [inline]
 

00040 {return m_deltaT;}

Double_t TMcHitTof::GetDeltaT  )  const [inline]
 

00040 {return m_deltaT;}

Double_t TMcHitTof::GetEdep  )  const [inline]
 

00035 { return m_edep; }

Double_t TMcHitTof::GetEdep  )  const [inline]
 

00035 { return m_edep; }

Int_t TMcHitTof::GetG4Index  )  const [inline]
 

00032 {return m_g4Index;}

Int_t TMcHitTof::GetG4Index  )  const [inline]
 

00032 {return m_g4Index;}

TVector3 TMcHitTof::GetMomentum  )  const [inline]
 

00042 {return m_momentum;}

TVector3 TMcHitTof::GetMomentum  )  const [inline]
 

00042 {return m_momentum;}

Int_t TMcHitTof::GetPartId  )  const [inline]
 

00033 { return m_partId; }

Int_t TMcHitTof::GetPartId  )  const [inline]
 

00033 { return m_partId; }

TVector3 TMcHitTof::GetPDirection  )  const [inline]
 

00041 {return m_pDirection;}

TVector3 TMcHitTof::GetPDirection  )  const [inline]
 

00041 {return m_pDirection;}

TVector3 TMcHitTof::GetPos  )  const [inline]
 

00038 { return m_pos; }

TVector3 TMcHitTof::GetPos  )  const [inline]
 

00038 { return m_pos; }

Int_t TMcHitTof::GetScinNb  )  const [inline]
 

00034 { return m_scinNb; }

Int_t TMcHitTof::GetScinNb  )  const [inline]
 

00034 { return m_scinNb; }

Double_t TMcHitTof::GetStepL  )  const [inline]
 

00036 { return m_stepL; }

Double_t TMcHitTof::GetStepL  )  const [inline]
 

00036 { return m_stepL; }

Double_t TMcHitTof::GetTime  )  const [inline]
 

00039 { return m_time;}

Double_t TMcHitTof::GetTime  )  const [inline]
 

00039 { return m_time;}

Int_t TMcHitTof::GetTrackIndex  )  const [inline]
 

00031 { return m_trackIndex; }

Int_t TMcHitTof::GetTrackIndex  )  const [inline]
 

00031 { return m_trackIndex; }

Double_t TMcHitTof::GetTrackL  )  const [inline]
 

00037 {return m_trackL; }

Double_t TMcHitTof::GetTrackL  )  const [inline]
 

00037 {return m_trackL; }

void TMcHitTof::SetCharge Int_t  charge  )  [inline]
 

00029 {m_charge = charge;}

void TMcHitTof::SetCharge Int_t  charge  )  [inline]
 

00029 {m_charge = charge;}

void TMcHitTof::SetDeltaT Double_t  deltaT  )  [inline]
 

00026 { m_deltaT = deltaT;}

void TMcHitTof::SetDeltaT Double_t  deltaT  )  [inline]
 

00026 { m_deltaT = deltaT;}

void TMcHitTof::SetEdep Double_t  edep  )  [inline]
 

00021 { m_edep = edep; }

void TMcHitTof::SetEdep Double_t  edep  )  [inline]
 

00021 { m_edep = edep; }

void TMcHitTof::SetG4Index Int_t  index  )  [inline]
 

00018 {m_g4Index = index;}

void TMcHitTof::SetG4Index Int_t  index  )  [inline]
 

00018 {m_g4Index = index;}

void TMcHitTof::SetMomentum TVector3  momentum  )  [inline]
 

00028 { m_momentum = momentum; }

void TMcHitTof::SetMomentum TVector3  momentum  )  [inline]
 

00028 { m_momentum = momentum; }

void TMcHitTof::SetPartId Int_t  partId  )  [inline]
 

00019 {m_partId = partId;}

void TMcHitTof::SetPartId Int_t  partId  )  [inline]
 

00019 {m_partId = partId;}

void TMcHitTof::SetPDirection TVector3  pDirection  )  [inline]
 

00027 { m_pDirection = pDirection; }

void TMcHitTof::SetPDirection TVector3  pDirection  )  [inline]
 

00027 { m_pDirection = pDirection; }

void TMcHitTof::SetPos TVector3  pos  )  [inline]
 

00024 { m_pos = pos; }

void TMcHitTof::SetPos TVector3  pos  )  [inline]
 

00024 { m_pos = pos; }

void TMcHitTof::SetScinNb Int_t  scinNb  )  [inline]
 

00020 { m_scinNb = scinNb; }

void TMcHitTof::SetScinNb Int_t  scinNb  )  [inline]
 

00020 { m_scinNb = scinNb; }

void TMcHitTof::SetStepL Double_t  stepL  )  [inline]
 

00022 { m_stepL = stepL;}

void TMcHitTof::SetStepL Double_t  stepL  )  [inline]
 

00022 { m_stepL = stepL;}

void TMcHitTof::SetTime Double_t  time  )  [inline]
 

00025 { m_time=time;}

void TMcHitTof::SetTime Double_t  time  )  [inline]
 

00025 { m_time=time;}

void TMcHitTof::SetTrackIndex Int_t  trackIndex  )  [inline]
 

00017 { m_trackIndex = trackIndex; };

void TMcHitTof::SetTrackIndex Int_t  trackIndex  )  [inline]
 

00017 { m_trackIndex = trackIndex; };

void TMcHitTof::SetTrackL Double_t  length  )  [inline]
 

00023 { m_trackL = length; }

void TMcHitTof::SetTrackL Double_t  length  )  [inline]
 

00023 { m_trackL = length; }


Member Data Documentation

Int_t TMcHitTof::m_charge [private]
 

Double_t TMcHitTof::m_deltaT [private]
 

Double_t TMcHitTof::m_edep [private]
 

Int_t TMcHitTof::m_g4Index [private]
 

TVector3 TMcHitTof::m_momentum [private]
 

Int_t TMcHitTof::m_partId [private]
 

TVector3 TMcHitTof::m_pDirection [private]
 

TVector3 TMcHitTof::m_pos [private]
 

Int_t TMcHitTof::m_scinNb [private]
 

Double_t TMcHitTof::m_stepL [private]
 

Double_t TMcHitTof::m_time [private]
 

Int_t TMcHitTof::m_trackIndex [private]
 

Double_t TMcHitTof::m_trackL [private]
 


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