]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changed object type in CalibRaw (now TObjArray)
authorhaavard <haavard@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Jul 2009 06:49:54 +0000 (06:49 +0000)
committerhaavard <haavard@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Jul 2009 06:49:54 +0000 (06:49 +0000)
TPC/AliTPCPreprocessor.cxx

index 1c2b759d6074b236b740f045e8ba1ac30ba11317..f06c379cb82b35c413cf278f31b77c28c75a787b 100644 (file)
@@ -780,7 +780,7 @@ UInt_t AliTPCPreprocessor::ExtractRaw(Int_t sourceFXS)
  //
  
  UInt_t result=0;
AliTPCCalibRaw *calRaw;
TObjArray *calRaw;
 
  TList* list = GetFileSources(sourceFXS,"AliTPCCalibRaw");