]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCBoundaryVoltError.h
Fixes for CAF, etc
[u/mrichter/AliRoot.git] / TPC / AliTPCBoundaryVoltError.h
index fb6f0494c948e4cad9f9c9c433c4d0f4ea626ef5..595c0be87796d0d7f9376f6c21d6af5fbcce0f3f 100644 (file)
@@ -5,7 +5,6 @@
  * See cxx source for full Copyright notice                               */
 
 ////////////////////////////////////////////////////////////////////////////
-//                                                                        //
 // AliTPCBoundaryVoltError class                                          //
 // date: 01/06/2010                                                       //
 // Authors: Jim Thomas, Stefan Rossegger                                  //
@@ -69,7 +68,7 @@ private:
   enum {kColumns=257}; // grid size in r direction used in the poisson relaxation // ( 2**m + 1 ) eg. 65, 129, 257 etc.
   enum {kIterations=100}; // Number of iterations within the poisson relaxation 
 
-  ClassDef(AliTPCBoundaryVoltError,0); 
+  ClassDef(AliTPCBoundaryVoltError,1); 
 };
 
 #endif