X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliTagCreator.h;h=49aa1e590a0a282e98d78a260cabcca93307f97a;hb=4851e489f73809a1def4b7afb426d4a13c0b6982;hp=5b38dacf5596debb423f37adb0abd2783297f4f2;hpb=c336835b2042c36cad03385ed9cf683d62b7048c;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliTagCreator.h b/STEER/AliTagCreator.h index 5b38dacf559..49aa1e590a0 100644 --- a/STEER/AliTagCreator.h +++ b/STEER/AliTagCreator.h @@ -26,7 +26,6 @@ //ROOT #include -class TFile; class TGridResult; @@ -38,25 +37,19 @@ class AliTagCreator : public TObject { ~AliTagCreator(); //____________________________________________________// - Bool_t MergeTags(); + Bool_t MergeTags(const char* type); + Bool_t MergeTags(const char* type, TGridResult *result); void SetSE(const char *se){fSE = se;} void SetStorage(Int_t storage); void SetGridPath(const char *gridpath){fgridpath = gridpath;} - Bool_t ReadGridCollection(TGridResult *result); - Bool_t ReadLocalCollection(const char *localpath); - Bool_t ReadCAFCollection(const char *filename); - //____________________________________________________// protected: TString fSE; //the defined storage element TString fgridpath; //the alien location of the tag files Int_t fStorage; //0:local - 1:grid - - void CreateTag(TFile* file, const char *guid, const char *md5, const char *turl, Long64_t size, Int_t Counter); - void CreateTag(TFile* file, const char *filepath, Int_t Counter); - + ClassDef(AliTagCreator,0) };