LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
TrackerData.h
1 // -*- C++ -*-
2 // AID-GENERATED
3 // =========================================================================
4 // This class was generated by AID - Abstract Interface Definition
5 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it.
6 // =========================================================================
7 #ifndef EVENT_TRACKERDATA_H
8 #define EVENT_TRACKERDATA_H 1
9 
10 #include "EVENT/LCObject.h"
11 #include "LCIOSTLTypes.h"
12 
13 namespace EVENT {
14 
23 class TrackerData : public LCObject {
24 
25 public:
27  virtual ~TrackerData() { /* nop */; }
28 
29 
32 
35  virtual int getCellID0() const = 0;
36 
40  virtual int getCellID1() const = 0;
41 
45  virtual float getTime() const = 0;
46 
49  virtual const FloatVec & getChargeValues() const = 0;
50 }; // class
51 } // namespace EVENT
52 #endif /* ifndef EVENT_TRACKERDATA_H */
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
std::vector< float > FloatVec
Vector of floats.
Definition: LCIOSTLTypes.h:18
TrackerData contains the corrected (calibrated) raw tracker data.
Definition: TrackerData.h:23
TrackerData lcobject_type
Useful typedef for template programming with LCIO.
Definition: TrackerData.h:31
virtual const FloatVec & getChargeValues() const =0
The corrected (calibrated) FADC spectrum.
virtual float getTime() const =0
Returns a time measurement associated with the adc values, e.g.
virtual int getCellID0() const =0
Returns the first detector specific (geometrical) cell id.
virtual ~TrackerData()
Destructor.
Definition: TrackerData.h:27
virtual int getCellID1() const =0
Returns the second detector specific (geometrical) cell id.