From: fca Date: Fri, 16 Jul 1999 17:57:32 +0000 (+0000) Subject: Change the name of the default its files from _60 to _5 X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=67bd71a9e5b328a86287b08589b6f89c106505e7 Change the name of the default its files from _60 to _5 --- diff --git a/Euclid/ITSgeometry_60.euc b/Euclid/ITSgeometry_5.euc similarity index 100% rename from Euclid/ITSgeometry_60.euc rename to Euclid/ITSgeometry_5.euc diff --git a/Euclid/ITSgeometry_60.tme b/Euclid/ITSgeometry_5.tme similarity index 100% rename from Euclid/ITSgeometry_60.tme rename to Euclid/ITSgeometry_5.tme diff --git a/ITS/AliITSv5.cxx b/ITS/AliITSv5.cxx index 2683fb245b8..7a37d069eb4 100644 --- a/ITS/AliITSv5.cxx +++ b/ITS/AliITSv5.cxx @@ -43,8 +43,8 @@ AliITSv5::AliITSv5(const char *name, const char *title) // // Standard constructor for the ITS // - fEuclidMaterial="$(ALICE_ROOT)/Euclid/ITSgeometry_60.tme"; - fEuclidGeometry="$(ALICE_ROOT)/Euclid/ITSgeometry_60.euc"; + fEuclidMaterial="$(ALICE_ROOT)/Euclid/ITSgeometry_5.tme"; + fEuclidGeometry="$(ALICE_ROOT)/Euclid/ITSgeometry_5.euc"; }