]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tof_digits.C
Remove trailing whitespace.
[u/mrichter/AliRoot.git] / EVE / alice-macros / tof_digits.C
index 86deb4010e100419dc2a276cc6e099199520ca5b..f16134596a0897832c77d3e2e2632947e7843393 100644 (file)
@@ -4,10 +4,10 @@
 /**************************************************************************
  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
- * full copyright notice.                                                 * 
+ * full copyright notice.                                                 *
  **************************************************************************/
 void tof_digits()
-{  
+{
   TClonesArray *array = 0x0;
 
   Int_t nDigitsInVolume[3] = {-1, -1, -1};
@@ -27,7 +27,7 @@ void tof_digits()
   di->Dump();
 
   AliTOFGeometry* g = di->fGeom;
+
   gStyle->SetPalette(1, 0);
   gEve->DisableRedraw();
 
@@ -37,9 +37,9 @@ void tof_digits()
   gEve->AddElement(ll);
 
   for(Int_t iSector=0; iSector<g->NSectors(); iSector++) {
-    
+
     array = di->GetDigits(iSector);
-   
+
     AliEveTOFSector* m = new AliEveTOFSector(localGeoManager,iSector,array);
 
     gEve->AddElement(m, ll);