]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
sorry - typo
authordsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 10 Apr 2010 09:56:18 +0000 (09:56 +0000)
committerdsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 10 Apr 2010 09:56:18 +0000 (09:56 +0000)
EMCAL/AliEMCALQADataMakerRec.cxx

index 6d0feac53dc7c01cb774118118020c31e698d4dc..52965c153f11c4312c4466577fd8ce4c2f94c2f9 100644 (file)
@@ -380,7 +380,7 @@ void AliEMCALQADataMakerRec::MakeRaws(AliRawReader* rawReader)
 
   // make sure EMCal was readout during the event
   Int_t emcID = AliDAQ::DetectorID("EMCAL"); // bit 18..
-  const UInt_t *detPattern = reader->GetDetectorPattern(); 
+  const UInt_t *detPattern = rawReader->GetDetectorPattern(); 
   UInt_t emcInReadout = ( ((1 << emcID) & detPattern[0]) >> emcID);
   if (! emcInReadout) return; // no point in looking at this event, if no EMCal data