]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TPC/AliTPCInverseCorrection.h
Correction classes + the Demo
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Apr 2010 16:06:20 +0000 (16:06 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Apr 2010 16:06:20 +0000 (16:06 +0000)
commit0116859c301e457cf3e940e4a9f352d9986e286b
treec2a23ae4276d50bba4c58c2adac3028482d02a61
parent8296a418b56ab00cebe86c5f9e3b25eb0f08518e
Correction classes + the Demo

 //
  // This is a Demo function of the general class AliTPCCorrection, which is used for
  // general space point correction due to different effects.
  // The effects used in this Demo are:
  //   1. ExB twist - general offset of the TPC axis in comparison to the B field axis
  //   2. GG error (Gating Grid volt. error) - not perfectly aligned GG voltage (in terms of voltage)
  //   3. ExBBShape - B field shape correction of the secound order
  //
  // See class descriptions for further details
  //
  // Authors: Magnus Mager, Stefan Rossegger, Jim Thomas
14 files changed:
TPC/AliTPCComposedCorrection.cxx [new file with mode: 0644]
TPC/AliTPCComposedCorrection.h [new file with mode: 0644]
TPC/AliTPCCorrection.cxx [new file with mode: 0644]
TPC/AliTPCCorrection.h [new file with mode: 0644]
TPC/AliTPCExBBShape.cxx [new file with mode: 0644]
TPC/AliTPCExBBShape.h [new file with mode: 0644]
TPC/AliTPCExBTwist.cxx [new file with mode: 0644]
TPC/AliTPCExBTwist.h [new file with mode: 0644]
TPC/AliTPCGGVoltError.cxx [new file with mode: 0644]
TPC/AliTPCGGVoltError.h [new file with mode: 0644]
TPC/AliTPCInverseCorrection.cxx [new file with mode: 0644]
TPC/AliTPCInverseCorrection.h [new file with mode: 0644]
TPC/CalibMacros/AliTPCCorrectionDemo.C [new file with mode: 0644]
TPC/libTPCbase.pkg