]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMagFMaps.h
bug
[u/mrichter/AliRoot.git] / STEER / AliMagFMaps.h
index da3a89c1df4839ab8cb46c4d06b73aa02ab3f343..2aa458faa5b7304b4fdc117521291f5df2e2c52d 100644 (file)
@@ -34,7 +34,7 @@ public:
     virtual void    SetL3ConstField(Float_t bsol, Int_t flag = 0)
        {fL3Option = flag; fSolenoidUser = bsol;}
     
-    virtual AliMagFMaps & operator=(const AliMagFMaps &magf)
+    AliMagFMaps & operator=(const AliMagFMaps &magf)
       {magf.Copy(*this); return *this;}
 
 protected:
@@ -44,8 +44,7 @@ protected:
     Float_t      fSolenoid;        // Solenoid field setting
     Float_t      fSolenoidUser;    // User set solenoid field setting  
     Int_t        fL3Option;        // Option for field inside L3
-    Int_t        fFieldRead;       // Field has been read in
-    ClassDef(AliMagFMaps,3)        // Class for all Alice MagField using three Maps with Constant Mesh
+    ClassDef(AliMagFMaps,4)        // Class for all Alice MagField using three Maps with Constant Mesh
 };
 
 #endif