]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliDIPOv3.h
In case one does not use run numbers or ranges, but just defines the data directory...
[u/mrichter/AliRoot.git] / STRUCT / AliDIPOv3.h
index 0135f954364f2559646766013d262af4d4ea91e7..f30d5d13706554cda1a7057ca3accd07af47f0db 100644 (file)
@@ -18,10 +18,8 @@ public:
   AliDIPOv3(const char *name, const char *title);
   virtual      ~AliDIPOv3() {}
   virtual Int_t IsVersion() const {return 3;}
-  Float_t GetCenterOfDDIPVolume() {return fCenterOfDDIPVolume;} // This getter is needed for placing the Station 3 of the muon spectromeer inside de Dipole
  private:
   virtual void  CreateSpectrometerDipole();
-  Float_t fCenterOfDDIPVolume;
   ClassDef(AliDIPOv3,1)  //Class manager for magnetic dipole version 2
 };