11#include <vxd/dataobjects/VxdID.h>
12#include <framework/datastore/RelationsObject.h>
44 unsigned int frameNr):
short getUCellID() const
Get u cell id of hit position.
short getCharge() const
Get collected charge.
unsigned short m_sensorID
Compressed sensor identifier.
unsigned short getFrameNr() const
Get frame number.
short m_charge
Deposited charge in pixel.
short getColumn() const
Get u cell id of hit position.
PXDRawHit()
Default constructor for the ROOT IO.
short getRow() const
Get v cell id of hit position.
VxdID getSensorID() const
Get the sensor ID.
short m_column
Absolute pixel position in u (U Cell ID).
short getVCellID() const
Get v cell id of hit position.
short m_row
Absolute pixel position in v (V Cell ID).
unsigned short m_frameNr
Number of the Frames.
PXDRawHit(VxdID sensorID, short row, short column, short charge, unsigned int frameNr)
ClassDef(RelationsInterface, 0)
Class to uniquely identify a any structure of the PXD and SVD.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
Abstract base class for different kinds of events.