20 #ifndef genfit_mySpacepointMeasurement_h
21 #define genfit_mySpacepointMeasurement_h
23 #include "SpacepointMeasurement.h"
24 #include "TrackCandHit.h"
25 #include "mySpacepointDetectorHit.h"
47 rawHitCoords_(0) = detHit->getPos()(0);
48 rawHitCoords_(1) = detHit->getPos()(1);
49 rawHitCoords_(2) = detHit->getPos()(2);
50 rawHitCov_ = detHit->getCov();
51 detId_ = hit->getDetId();
52 hitId_ = hit->getHitId();
Class for measurements implementing a space point hit geometry.
Hit object for use in TrackCand.
Example class for a spacepoint detector hit.
Example class for a spacepoint measurement which can be created from mySpacepointDetectorHit via the ...
mySpacepointMeasurement()
Default constructor for ROOT IO.
virtual mySpacepointMeasurement * clone() const
Deep copy ctor for polymorphic class.
Defines for I/O streams used for error and debug printing.