Analysis Software
Documentation for sPHENIX simulation 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 
22  {
26  };
27 
28  enum CoordMask
29  {
30  COORD_PHI = 1<<0,
31  COORD_R = 1<<1,
32  COORD_Z = 1<<2,
35  };
36 
39  unsigned int mask = COORD_ALL ) const;
40 
42  void read_phi_as_radians(bool flag=true){
44  return;
45 }
46  private:
48 };
49 
50 #endif