From: decaro Date: Fri, 11 Apr 2008 10:09:09 +0000 (+0000) Subject: To visualize the TOF strips in the geometry configuration with holes in front of... X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=be35e353c0c4a2fcff07945d4170261a029d51e7;p=u%2Fmrichter%2FAliRoot.git To visualize the TOF strips in the geometry configuration with holes in front of PHOS --- diff --git a/EVE/alice-macros/tof_digits_strips.C b/EVE/alice-macros/tof_digits_strips.C index b72f1f6c4f5..780149bbc1c 100644 --- a/EVE/alice-macros/tof_digits_strips.C +++ b/EVE/alice-macros/tof_digits_strips.C @@ -34,13 +34,7 @@ void tof_digits_strips() TString sPlate; TString bsPlate="Plate"; - TString sStrip; - TString bsStrip="Strip"; - TString sPadZ; - TString bsPadZ="PadZ"; - TString sPadX; - TString bsPadX="PadX"; - + Char_t sectorName[100]; Char_t sectorTitle[200]; @@ -59,6 +53,9 @@ void tof_digits_strips() for(Int_t iPlate=0; iPlateNPlates(); iPlate++) { + if ((iSector==13 || iSector==14 || iSector==15) && + (iPlate==2) )continue; // staging TOF geometry with holes + if(iPlate==2) nStrips=15; else nStrips=19;