]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpExMapIterator.h
Option for customized binning (as in AliUEHist), EventMixing binning now derived...
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpExMapIterator.h
index cebbf1fde9ba9196a17aae7d4990c8d3608eba38..672afa90236fed37a38455f0add0572ca4fb95fc 100644 (file)
@@ -48,8 +48,11 @@ public:
   virtual const TCollection* GetCollection() const;
 
 private:
-    
+#if ROOT_SVN_REVISION >= 29598
+    Bool_t Next(Long64_t& index, TObject*& object);
+#else    
     Bool_t Next(Long_t& index, TObject*& object);
+#endif    
   
     TExMapIter* fIterator; ///< iterator we are wrapping