--- calo/flight/CaloDoubleShower/src/CaloDoubleShower.cpp 2007/08/21 14:37:25 1.2 +++ calo/flight/CaloDoubleShower/src/CaloDoubleShower.cpp 2009/12/14 14:51:35 1.3 @@ -32,6 +32,7 @@ cstrip = new CaloStrip(false); debug = false; simulation = false; + usepl18x = false; // Clear(); // @@ -156,6 +157,9 @@ for ( Int_t i=0; iGetCaloLevel1()->istrip; i++ ){ // mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); + // + if ( !usepl18x && view==0 && plane==18 ) mip = 0.; + // event->clevel1->estrip[strip][plane][view] = mip; // };