4#include "GaudiKernel/ContainedObject.h"
6#include "GaudiKernel/ObjectVector.h"
13class TofMcHit :
virtual public ContainedObject {
15 virtual const CLID&
clID()
const
27 double yPosition,
double zPosition,
double px,
double py,
28 double pz,
double trackLength,
double flightTime);
61 void setTrackIndex(
unsigned int trackIndex){ m_trackIndex = trackIndex;}
65 void setPx(
double px) {m_px = px;}
66 void setPy(
double py) {m_py = py;}
67 void setPz(
double pz) {m_pz = pz;}
81 unsigned int m_trackIndex;
const CLID & CLID_TofMcHit
const CLID & CLID_TofMcHit
void setTrackIndex(unsigned int trackIndex)
void setPositionX(double positionX)
double getFlightTime() const
unsigned int getTrackIndex() const
double getPositionZ() const
Identifier identify() const
double getPositionY() const
double getTrackLength() const
void setIdentifier(unsigned int id)
void setFlightTime(double flightTime)
double getPositionX() const
static const CLID & classID()
void setTrackLength(double trackLength)
void setPositionZ(double positionZ)
void setPositionY(double positionY)
virtual const CLID & clID() const
ObjectVector< TofMcHit > TofMcHitCol