1#ifndef RootEventData_TTofMc_H
2#define RootEventData_TTofMc_H 1
8class TTofMc :
public TObject {
16 UInt_t
getId()
const {
return m_id;}
31 Double_t
getPx()
const {
return m_px ;}
34 Double_t
getPy()
const {
return m_py ;}
37 Double_t
getPz()
const {
return m_pz ;}
46 void setId(UInt_t
id) {m_id = id ;}
51 void setPx(Double_t px) {m_px = px;}
52 void setPy(Double_t py) {m_py = py;}
53 void setPz(Double_t pz) {m_pz = pz;}
75 Double_t m_trackLength;
77 Double_t m_flightTime;
void setTrackIndex(UInt_t trackIndex)
Double_t getPositionY() const
void setPositionY(Double_t positionY)
Double_t getPositionX() const
void setTrackLength(Double_t trackLength)
UInt_t getTrackIndex() const
void setFlightTime(Double_t flightTime)
void setPositionZ(Double_t positionZ)
Double_t getPositionZ() const
void setPositionX(Double_t positionX)
Double_t getFlightTime() const
Double_t getTrackLength() const