]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVStore.cxx
Coding conventions
[u/mrichter/AliRoot.git] / MUON / AliMUONVStore.cxx
index 879944a952fd5b4f191848c685470582dd1e8417..7f1161643b0b0207740ed519e32209a3d6f5e135 100644 (file)
@@ -15,6 +15,7 @@
 
 // $Id$
 
+//-----------------------------------------------------------------------------
 /// \class AliMUONVStore
 ///
 /// A store is a container, which can be searched for (using FindObject methods),
@@ -90,6 +91,7 @@
 ///
 /// In the write case, one *must* specify a concrete class for the container
 ///
+//-----------------------------------------------------------------------------
 
 #include "AliMUONVStore.h"
 
@@ -150,7 +152,7 @@ TObject*
 AliMUONVStore::FindObject(Int_t, Int_t) const
 {
   /// Find an object using 2 identifiers
-  AliError("Not implemented");
+  AliError("(Int_t,Int_t) : Not implemented");
   return 0;
 }