From a5a57e917a984f4789cd88536fd53118c10ed319 Mon Sep 17 00:00:00 2001 From: gconesab Date: Sun, 22 Nov 2009 22:16:01 +0000 Subject: [PATCH] specify DDL numbers to avoid reconstruction of STU --- EMCAL/AliEMCALQADataMakerRec.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/EMCAL/AliEMCALQADataMakerRec.cxx b/EMCAL/AliEMCALQADataMakerRec.cxx index 41af966aa08..a481b924314 100644 --- a/EMCAL/AliEMCALQADataMakerRec.cxx +++ b/EMCAL/AliEMCALQADataMakerRec.cxx @@ -360,6 +360,7 @@ void AliEMCALQADataMakerRec::MakeRaws(AliRawReader* rawReader) rawReader->Reset() ; AliCaloRawStreamV3 in(rawReader,"EMCAL"); + rawReader->Select("EMCAL", 0, 43) ; //select EMCAL DDL's // setup int nTowersPerSM = AliEMCALGeoParams::fgkEMCALRows * AliEMCALGeoParams::fgkEMCALCols; // number of towers in a SuperModule; 24x48 -- 2.43.0