3#include "EventModel/EventModel.h"
4#include "GaudiKernel/ContainedObject.h"
5#include "GaudiKernel/ObjectVector.h"
6#include "Identifier/Identifier.h"
14 class MucMcHit :
virtual public ContainedObject {
22 double yPosition,
double zPosition,
double px,
double py,
double pz );
50 void setTrackIndex(
unsigned int trackIndex ) { m_trackIndex = trackIndex; }
54 void setPx(
double px ) { m_px = px; }
55 void setPy(
double py ) { m_py = py; }
56 void setPz(
double pz ) { m_pz = pz; }
67 unsigned int m_trackIndex;
const CLID & CLID_MucMcHit
NTuple::Item< double > m_pz
void setPositionX(double positionX)
unsigned int getTrackIndex() const
double getPositionX() const
double getPositionY() const
void setIdentifier(unsigned id)
Identifier identify() const
virtual const CLID & clID() const
static const CLID & classID()
void setPositionZ(double positionZ)
void setPositionY(double positionY)
double getPositionZ() const
void setTrackIndex(unsigned int trackIndex)
ObjectVector< MucMcHit > MucMcHitCol