1 #ifndef PHOTOELECTRICDISTORTIONSCALCULATOR_H_
2 #define PHOTOELECTRICDISTORTIONSCALCULATOR_H_
8 #include <CLHEP/Vector/TwoVector.h>
11 #include "TPCDistortionMeasurement.h"
14 #include "gear/TPCModule.h"
19 gear::Vector2D shift[4];
58 gear::Vector2D getEstimatedShift2D(
const CLHEP::Hep3Vector &measuredPosition);
62 void setMaxDistance(
double dist){_maxDist = dist;}
68 std::map<int,std::vector<tpcconddata::TPCDistortionMeasurement*> > _tpcDistortionsMap;
76 gear::Vector2D _point;
78 bool _moduleInterpolation;
84 bool constructElement();
87 gear::Vector2D calculateEstimatedShift();
92 gear::Vector2D getElementCoordinates();
Definition: PhotoelectricDistortionsCalculator.h:17
Definition: PhotoelectricDistortionsCalculator.h:43