]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZERO.cxx
Removed warnings
[u/mrichter/AliRoot.git] / VZERO / AliVZERO.cxx
index b9a64fde9be908e7a9f4a9c66947f4c72e6df0e0..223ddb4fe0be9781c9cc462dac81c60359d1f40f 100755 (executable)
@@ -13,7 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
 //                                                                       //
 ///////////////////////////////////////////////////////////////////////////
 
-#include <iostream.h>
-#include <fstream.h>
 
-#include "TMath.h"
-#include "TTUBE.h"
-#include "TNode.h"
-#include "TGeometry.h"
+#include <Riostream.h>
+
 #include "AliRun.h"
 #include "AliVZERO.h"
 #include "AliVZEROdigit.h"
-#include "AliMC.h"
 #include "AliVZEROhit.h"
 
 ClassImp(AliVZERO)
@@ -58,8 +53,8 @@ AliVZERO::AliVZERO(const char *name, const char *title)
 
 //  fDigits       =  new TClonesArray("AliVZEROdigit",400) ; 
 
-  fThickness    =  3.1;   // total thickness of the V0R box
-  fThickness1   =  1.0;   // thickness of the thickest cell (2.5 in version 0)
+  fThickness    =  4.1;   // total thickness of the V0R box
+  fThickness1   =  0.7;   // thickness of the thickest cell (2.5 in version 0)
   
   fMaxStepQua   =  0.05; 
   fMaxStepAlu   =  0.01; 
@@ -105,7 +100,7 @@ void AliVZERO::CreateMaterials()
 
 
 //_____________________________________________________________________________
-Int_t AliVZERO::DistanceToPrimitive(Int_t px, Int_t py)
+Int_t AliVZERO::DistanceToPrimitive(Int_t /*px*/, Int_t /*py*/)
 {
   //
   // Calculate the distance from the mouse to the VZERO on the screen