]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix. The simulated ALTRO data are not compatible with the old RCU format
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Dec 2007 16:15:53 +0000 (16:15 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Dec 2007 16:15:53 +0000 (16:15 +0000)
PHOS/AliPHOSQADataMaker.cxx

index b68f7177bcdc66ec5e2f9b6a17b5964c5a4a2d0e..ce0e01c1c180f5aa7b6a6f6a2115c3a6b959762f 100644 (file)
@@ -312,7 +312,7 @@ void AliPHOSQADataMaker::MakeRaws(AliRawReader* rawReader)
   const Int_t modMax = 5 ; 
   rawReader->Reset() ; 
   AliPHOSRawDecoder decoder(rawReader);
-  decoder.SetOldRCUFormat(kTRUE);
+  decoder.SetOldRCUFormat(kFALSE);
   decoder.SubtractPedestals(kTRUE);
 
   Int_t count = 0 ;