8 #ifndef MODULEDISTORIONCALCULATOR
9 #define MODULEDISTORIONCALCULATOR
13 #include <EVENT/TrackerHit.h>
14 #include <EVENT/Track.h>
52 const gear::TPCParameters* _GearParameters;
57 #endif //MODULEDISTORIONCALCULATOR
virtual ~ModuleDistortionCalculator()
Virtual destructor.
Definition: ModuleDistortionCalculator.h:39
double calculateDistanceZ(lcio::TrackerHit *hit, lcio::Track *track)
Calculate the distortion per row in the z plane for a hit and a given track.
Definition: ModuleDistortionCalculator.cc:187
double calculateDistanceRow(lcio::TrackerHit *hit, lcio::Track *track)
Calculate the distortion per row along the row projection for a hit and a given track.
Definition: ModuleDistortionCalculator.cc:25
double calculateDistanceXY(lcio::TrackerHit *hit, lcio::Track *track)
Calculate the distortion per row in the xy plane for a hit and a given track.
Definition: ModuleDistortionCalculator.cc:148
Class to calculate distortions per row along the row.
Definition: ModuleDistortionCalculator.h:28