]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tof_digits_strips.C
TOF Raw data and clusters visualization
[u/mrichter/AliRoot.git] / EVE / alice-macros / tof_digits_strips.C
index e65f805aeecc779b832079fa8f4946af2fc64fa7..b72f1f6c4f59d5e272a604127d852cefc67a2857 100644 (file)
@@ -40,7 +40,7 @@ void tof_digits_strips()
   TString bsPadZ="PadZ";
   TString sPadX;
   TString bsPadX="PadX";
-
+  
   Char_t sectorName[100];
   Char_t sectorTitle[200];
 
@@ -66,7 +66,7 @@ void tof_digits_strips()
       sPlate+=iPlate;
       TEveElementList* relPlate = new TEveElementList(sPlate.Data());
       relPlate->SetMainColor((Color_t)2);
-      gEve->AddElement(relPlaete, l);
+      gEve->AddElement(relPlate, l);
 
 
       for(Int_t iStrip=0; iStrip<nStrips; iStrip++) {