]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliXMLCollection.h
Changed location of AddTaskProtons.C to PWG2/SPECTRA/macros. Removed macro from ANALY...
[u/mrichter/AliRoot.git] / ANALYSIS / AliXMLCollection.h
index 8e1c303ef57cdcf68bd065ad856c2c8743cf23f1..f9a49e190847379a5f808dede383c41157b7f01b 100644 (file)
@@ -50,6 +50,7 @@ class AliXMLCollection : public TGridCollection {
   const char *GetLFN(const char *name);
   const char *GetGUID(const char *name);
   TEntryList *GetEventList(const char *filename) const;
+  TEntryList *GetEntryList(const char *filename) { return GetEventList(filename); }
   Bool_t      OverlapCollection(TGridCollection * comparator);
 
   static AliXMLCollection *Open(const char *localcollectionfile);