ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TpcDistortionCorrection.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TpcDistortionCorrection.h
1 #ifndef TPC_TPCDISTORTIONCORRECTION_H
2 #define TPC_TPCDISTORTIONCORRECTION_H
3 
11 
13 
15 {
16  public:
17 
19  TpcDistortionCorrection() = default;
20 
21  enum CoordMask
22  {
23  COORD_PHI = 1<<0,
24  COORD_R = 1<<1,
25  COORD_Z = 1<<2,
28  };
29 
32 
33 };
34 
35 #endif