7 #ifndef EVENT_TRACKERRAWDATA_H
8 #define EVENT_TRACKERRAWDATA_H 1
10 #include "EVENT/LCObject.h"
11 #include "LCIOSTLTypes.h"
46 virtual int getTime()
const = 0;
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
virtual int getCellID1() const =0
Returns the second detector specific (geometrical) cell id.
virtual int getTime() const =0
Returns a time measurement associated with the adc values, e.g.
virtual ~TrackerRawData()
Destructor.
Definition: TrackerRawData.h:28
Generic class for raw tracker data.
Definition: TrackerRawData.h:24
virtual int getCellID0() const =0
Returns the first detector specific (geometrical) cell id.
TrackerRawData lcobject_type
Useful typedef for template programming with LCIO.
Definition: TrackerRawData.h:32
virtual const ShortVec & getADCValues() const =0
The actual FADC spectrum.
std::vector< short > ShortVec
Vector of shorts.
Definition: LCIOSTLTypes.h:24