From 9b1478f99dec2e86480d2a529c780b3c7781d65f Mon Sep 17 00:00:00 2001 From: haavard Date: Wed, 8 Jul 2009 19:47:24 +0000 Subject: [PATCH] Corrected identifier for tpcCalibRaw --- TPC/AliTPCPreprocessor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPC/AliTPCPreprocessor.cxx b/TPC/AliTPCPreprocessor.cxx index f660df9a7a1..11b2b025dc7 100644 --- a/TPC/AliTPCPreprocessor.cxx +++ b/TPC/AliTPCPreprocessor.cxx @@ -782,7 +782,7 @@ UInt_t AliTPCPreprocessor::ExtractRaw(Int_t sourceFXS) UInt_t result=0; TObjArray* rawArray = new TObjArray; - TList* list = GetFileSources(sourceFXS,"AliTPCCalibRaw"); + TList* list = GetFileSources(sourceFXS,"tpcCalibRaw"); if (list && list->GetEntries()>0) { -- 2.39.3