]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/TRD/macros/mergeBatch.C
.so cleanup: removed from gSystem->Load()
[u/mrichter/AliRoot.git] / PWGPP / TRD / macros / mergeBatch.C
CommitLineData
bd5a6c1b 1//______________________________________________________
35983729 2void mergeBatch(const Char_t *mark, const Char_t *files, const Int_t nfiles=20, const Int_t first=0, Bool_t kSVN=kTRUE, Bool_t kCLEAR=kFALSE)
bd5a6c1b 3{
4070f709 4 gSystem->Load("libANALYSIS");
5 gSystem->Load("libANALYSISalice");
6 gSystem->Load("libCORRFW");
7 gSystem->Load("libTender");
8 gSystem->Load("libPWGPP");
9 gSystem->Load("libPWGmuon");
bd5a6c1b 10
35983729 11 Int_t ntry(0);
2bfe5463 12 while(AliTRDpwgppHelper::MergeBatch(mark, files, nfiles, first, kSVN, kCLEAR) && ntry<5) ntry++;
bd5a6c1b 13}