]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
To visualize the TOF strips in the geometry configuration with holes in front of...
authordecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Apr 2008 10:09:09 +0000 (10:09 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Apr 2008 10:09:09 +0000 (10:09 +0000)
EVE/alice-macros/tof_digits_strips.C

index b72f1f6c4f59d5e272a604127d852cefc67a2857..780149bbc1c1741a50c7916f481862f2f8ea4ba4 100644 (file)
@@ -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; iPlate<g->NPlates(); iPlate++) {
+      if ((iSector==13 || iSector==14 || iSector==15) &&
+         (iPlate==2) )continue; // staging TOF geometry with holes
+
       if(iPlate==2) nStrips=15;
       else nStrips=19;