LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
TrackerHitZCylinder.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_TRACKERHITZCYLINDER_H
8 #define EVENT_TRACKERHITZCYLINDER_H 1
9 
10 #include "EVENT/TrackerHit.h"
11 #include "empty_ignore.h"
12 
13 namespace EVENT {
14 
29 
30 public:
32  virtual ~TrackerHitZCylinder() { /* nop */; }
33 
34 
37 
40  virtual int getCellID0() const = 0;
41 
45  virtual int getCellID1() const = 0;
46 
49  //public const float getR() const ;
52  virtual const float* getCenter() const = 0;
53 
55  virtual float getdRPhi() const = 0;
56 
58  virtual float getdZ() const = 0;
59 }; // class
60 } // namespace EVENT
61 #endif /* ifndef EVENT_TRACKERHITZCYLINDER_H */
virtual ~TrackerHitZCylinder()
Destructor.
Definition: TrackerHitZCylinder.h:32
A generic tracker hit to be used by pattern recognition.
Definition: TrackerHit.h:26
virtual const float * getCenter() const =0
Radius of cylinder.
virtual int getCellID1() const =0
Same name as in CalorimeterHit, even though there are no 'cells' in this case Optional, check/set flag(LCIO::RTHZBIT_ID1)==1.
virtual int getCellID0() const =0
Same name as in CalorimeterHit, even though there are no 'cells' in this case.
virtual float getdZ() const =0
Measurement error along z.
TrackerHitZCylinder lcobject_type
Useful typedef for template programming with LCIO.
Definition: TrackerHitZCylinder.h:36
A tracker hit on a cylindrical surface that runs parallel to the z-axis - the hit is stored as: x...
Definition: TrackerHitZCylinder.h:28
virtual float getdRPhi() const =0
Measurement error along RPhi.