]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliXMLCollection.h
Adding the lfn in the xml collection
[u/mrichter/AliRoot.git] / STEER / AliXMLCollection.h
index 468c94b8357cd0bf7152ecde25bd6a451737994c..1b14712169320df905347ecb45008accc9805e45 100644 (file)
@@ -28,7 +28,7 @@ class AliXMLCollection : public TObject {
   
   //____________________________________________________//
   Bool_t WriteHeader();
-  Bool_t WriteBody(Int_t counter, const char* guid, const char *turl, TEventList *fEventList);
+  Bool_t WriteBody(Int_t counter, const char* guid, const char *lfn, const char *turl, TEventList *fEventList);
   Bool_t Export();
 
   void SetCollectionName(const char* name) {fCollectionName = name;}