]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVStore.h
Fixing part of the Coding violation
[u/mrichter/AliRoot.git] / MUON / AliMUONVStore.h
index 9fbb266fbc5804e710e022e90b6d91e238d7a35b..30085469b43d8ffa46db13c57600fcbee8145a3f 100644 (file)
@@ -6,7 +6,7 @@
 
 // $Id$
 
-/// \ingroup calib
+/// \ingroup core
 /// \class AliMUONVStore
 /// \brief Base class for MUON data stores.
 /// 
@@ -58,12 +58,6 @@ public:
   /// Find an object using 2 ids
   virtual TObject* FindObject(Int_t i, Int_t j) const;
   
-  /// Find an object using 3 ids
-  virtual TObject* FindObject(Int_t i, Int_t j, Int_t k) const;
-
-  /// Find an object using 4 ids
-  virtual TObject* FindObject(Int_t i, Int_t j, Int_t k, Int_t l) const;
-  
   /// The number of objects stored
   virtual Int_t GetSize() const = 0;