X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFGeometryV5.cxx;fp=TOF%2FAliTOFGeometryV5.cxx;h=bd9a78a8bd7492127eb4222e7d09bfb8da355d9a;hb=0e46b9aedf22cba61c60921b7b19fb76d89a7a2e;hp=30711971ae15ea00c4270c66032725ba6cf1c334;hpb=049179df0b5fdbe965c6067d9bf79fc0b3221232;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFGeometryV5.cxx b/TOF/AliTOFGeometryV5.cxx index 30711971ae1..bd9a78a8bd7 100644 --- a/TOF/AliTOFGeometryV5.cxx +++ b/TOF/AliTOFGeometryV5.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.4 2006/04/16 22:29:05 hristov +Coding conventions (Annalisa) + Revision 1.3 2006/03/12 14:38:05 arcelli Changes for TOF Reconstruction using TGeo @@ -36,19 +39,21 @@ Revision 0.1 2005/07/19 G. Cara Romeo and A. De Caro according to the new TOF geometry */ -#include -#include /////////////////////////////////////////////////////////////////////////////// // // // TOF Geometry class (new version) // // // /////////////////////////////////////////////////////////////////////////////// -#include "AliLog.h" +#include "TGeoManager.h" + #include "AliConst.h" -#include "AliTOFGeometry.h" +#include "AliLog.h" + #include "AliTOFGeometryV5.h" +extern TGeoManager *gGeoManager; + ClassImp(AliTOFGeometryV5)