]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Pedestal files read from Preprocessor are in .tar format
authordibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Jun 2007 14:56:13 +0000 (14:56 +0000)
committerdibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Jun 2007 14:56:13 +0000 (14:56 +0000)
HMPID/AliHMPIDPreprocessor.cxx

index f0be88556463354e0ed475be726159bdeae4cc1d..aff25c880ac72c72bd06aef0d93f15f2e756ec8d 100644 (file)
@@ -96,7 +96,7 @@ Bool_t AliHMPIDPreprocessor::ProcPed()
   
   TList *pLdc=GetFileSources(kDAQ,"pedestals"); //get list of LDC names containing id "pedestals"
   for(Int_t i=0;i<pLdc->GetEntries();i++)//lists of LDCs
-    gSystem->Exec(Form("tar xzf %s",GetFile(kDAQ,"pedestals",((TObjString*)pLdc->At(i))->GetName()))); //untar pedestal files from current LDC
+    gSystem->Exec(Form("tar xf %s",GetFile(kDAQ,"pedestals",((TObjString*)pLdc->At(i))->GetName()))); //untar pedestal files from current LDC
   AliHMPIDDigit dig;
   Int_t nSigCut,r,d,a,hard;  Float_t mean,sigma;
   for(Int_t ddl=0;ddl<14;ddl++){