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