X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=VZERO%2FAliVZERO.cxx;h=3d7b6a370ce6a62c988a621b6f629558d8e09aa0;hb=f51912a2253699f92c28c30ece18768f5a5a032e;hp=b9a64fde9be908e7a9f4a9c66947f4c72e6df0e0;hpb=61874e870dde06be7a41209bd428d8f553489ba1;p=u%2Fmrichter%2FAliRoot.git diff --git a/VZERO/AliVZERO.cxx b/VZERO/AliVZERO.cxx index b9a64fde9be..3d7b6a370ce 100755 --- a/VZERO/AliVZERO.cxx +++ b/VZERO/AliVZERO.cxx @@ -25,8 +25,8 @@ // // /////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include #include "TMath.h" #include "TTUBE.h" @@ -35,7 +35,6 @@ #include "AliRun.h" #include "AliVZERO.h" #include "AliVZEROdigit.h" -#include "AliMC.h" #include "AliVZEROhit.h" ClassImp(AliVZERO) @@ -58,8 +57,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;