]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON2DMap.h
Adding Generate method to build a store with identical values (Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUON2DMap.h
index d847a4ad53371dfcf68e30c026d054e896d0d2de..6dda9ee1561b62f10d597a78585073cfd7fac078 100644 (file)
@@ -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;