11#include <vxd/dataobjects/VxdID.h>
12#include <framework/datastore/RelationsObject.h>
44 unsigned int frameNr):
The PXD Raw Hit class This class stores information about PXD Pixel hits and makes them available in ...
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)
Defines interface for accessing relations of objects in StoreArray.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Class to uniquely identify a any structure of the PXD and SVD.
Abstract base class for different kinds of events.