]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON2DMap.h
Added protection and 2 levels for problems
[u/mrichter/AliRoot.git] / MUON / AliMUON2DMap.h
index d847a4ad53371dfcf68e30c026d054e896d0d2de..f1c6db4eb9d833bebcd533b8e0814403c8341f3a 100644 (file)
@@ -3,7 +3,7 @@
 
 // $Id$
 
-/// \ingroup base
+/// \ingroup calib
 /// \class AliMUON2DMap
 /// \brief Basic implementation of AliMUONV2DStore container using
 /// AliMpExMap internally.
@@ -36,6 +36,11 @@ public:
   AliMUON2DMap(const AliMUON2DMap& other);
   AliMUON2DMap&  operator = (const AliMUON2DMap& other);
 
+  /// Build a complete (i.e. all detElemId,manuId couple will be there) store
+  /// but with identical values, given by object 
+  /// The returned store will be obviously optimized for DEManu.
+  static AliMUONV2DStore* Generate(const TObject& object);
+    
 private:
   void CopyTo(AliMUON2DMap& destination) const;