From be35e353c0c4a2fcff07945d4170261a029d51e7 Mon Sep 17 00:00:00 2001 From: decaro Date: Fri, 11 Apr 2008 10:09:09 +0000 Subject: [PATCH] To visualize the TOF strips in the geometry configuration with holes in front of PHOS --- EVE/alice-macros/tof_digits_strips.C | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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; -- 2.43.0