10#ifndef SVD_DATAOBJECTS_SVDTRUEHIT_H
11#define SVD_DATAOBJECTS_SVDTRUEHIT_H
13#include <vxd/dataobjects/VXDTrueHit.h>
50 float* momEntry,
float* momMidPoint,
float* momExit,
float energyDep,
float globalTime):
51 VXDTrueHit(sensorID, posEntry, posMidPoint, posExit,
52 momEntry, momMidPoint, momExit, energyDep, globalTime)
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Class SVDTrueHit - Records of tracks that either enter or leave the sensitive volume.
SVDTrueHit(VxdID sensorID, float *posEntry, float *posMidPoint, float *posExit, float *momEntry, float *momMidPoint, float *momExit, float energyDep, float globalTime)
Constructor.
SVDTrueHit()
Default constructor for ROOT IO.
Class VXDTrueHit - Records of tracks that either enter or leave the sensitive volume.
Class to uniquely identify a any structure of the PXD and SVD.
Abstract base class for different kinds of events.