]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Don't write the map-data.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Feb 2002 12:05:40 +0000 (12:05 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Feb 2002 12:05:40 +0000 (12:05 +0000)
STEER/AliFieldMap.h

index d747eaf283224714fc98b6ecbd3f2b486d6ab6ad..d94893fb6a59c8140f87c620b3fa82ce3cab9461 100644 (file)
@@ -78,7 +78,7 @@ public:
     Int_t      fXn;       // Number of mesh points in x
     Int_t      fYn;       // Number of mesh points in y
     Int_t      fZn;       // Number of mesh points in z
-    TVector*   fB;        // Field map
+    TVector*   fB;        //!Field map
     
     ClassDef(AliFieldMap,1)  //Class for Field Map
 };