]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpDEStore.h
- Added new static function ReadData() for loading from ASCII files
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDEStore.h
index 493a79e6db310d7700d4482ea654cffeb9abb3c4..4e802ee09c6d3a2b04ddc1e7f7b4adb4cd6baafa 100644 (file)
@@ -34,7 +34,8 @@ class AliMpDEStore : public  TObject {
     virtual ~AliMpDEStore();
     
     // static access method
-    static AliMpDEStore* Instance(); 
+    static AliMpDEStore* Instance(Bool_t warn = true); 
+    static AliMpDEStore* ReadData(Bool_t warn = true);
     
     // methods
     AliMpDetElement* GetDetElement(Int_t detElemId, Bool_t warn = true) const;