]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpDEStore.h
Fixed compiler warnings:
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDEStore.h
index cd41a1dc7b710511ff7aa1583d34a0ee13b10719..bf28cd5d7a982e792a9491195ef00bb4632247b5 100644 (file)
@@ -55,16 +55,16 @@ class AliMpDEStore : public  TObject {
     // methods
     Bool_t IsPlaneType(const TString& planeTypeName);
  
-    Bool_t ReadDENames(AliMp::StationType stationType, 
+    Bool_t ReadDENames(const AliMpDataStreams& dataStreams,
+                       AliMp::StationType stationType,
                        AliMq::Station12Type station12Type = AliMq::kNotSt12);
-    void   FillDEs();
+    void   FillDEs(const AliMpDataStreams& dataStreams);
 
     // static data members     
     static AliMpDEStore* fgInstance;       ///< Singleton instance
     static const char    fgkCommentPrefix; ///< Comment prefix in DE names file
 
     // data members    
-    const AliMpDataStreams&  fkDataStreams; //!< Data streams
     AliMpExMap  fDetElements; ///< Map between DE Ids and DE objects
       
   ClassDef(AliMpDEStore,1)  // The manager class for definition of detection element types