12 #include <framework/datastore/RelationsObject.h>
44 m_x = (float) position.X();
45 m_y = (float) position.Y();
46 m_z = (float) position.Z();
Datastore class that holds photon hits. Input to the reconstruction.
ARICHHit()
Empty constructor.
int getChannel() const
Get channel ID.
int getModule() const
Get module ID.
TVector3 getPosition() const
Get photon hit position.
ClassDef(ARICHHit, 1)
the class title
ARICHHit(TVector3 position, int mod, int ch)
Useful Constructor.
Defines interface for accessing relations of objects in StoreArray.
Abstract base class for different kinds of events.