From: alla Date: Fri, 19 Oct 2001 05:29:38 +0000 (+0000) Subject: bug in meduim fixed X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4fdc4526d7b9483031825069338a109d4a6a6fa8 bug in meduim fixed --- diff --git a/START/AliSTARTv0.cxx b/START/AliSTARTv0.cxx index 19a7e77bf0f..ed585ef48ee 100755 --- a/START/AliSTARTv0.cxx +++ b/START/AliSTARTv0.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.13 2001/09/19 18:41:59 alla +Asimmetric START geometry + Revision 1.12 2001/04/25 14:09:34 alla Curent bur fixed @@ -349,6 +352,7 @@ void AliSTARTv0::CreateMaterials() AliMedium(8, "Steel$", 0, 0, isxfld, sxmgmx, 1., .001, 1., .001, .001); AliMedium(11, "Brass $", 6, 0, isxfld, sxmgmx, 10., .01, .1, .003, .003); AliMedium(9, "Ribber $", 7, 0, isxfld, sxmgmx, 10., .01, .1, .003, .003); + AliMedium(12, "Lucite$", 8, 1, isxfld, sxmgmx, 10., .01, 1., .003, .003); // geant3->Gsckov(idtmed[2105], 14, ppckov, absco_quarz, effic_all,rindex_quarz); diff --git a/START/AliSTARTvertex.cxx b/START/AliSTARTvertex.cxx index 24bab6a2782..7b76137621b 100644 --- a/START/AliSTARTvertex.cxx +++ b/START/AliSTARTvertex.cxx @@ -14,6 +14,9 @@ **************************************************************************/ /* $Log$ +Revision 1.5 2001/07/27 13:03:12 hristov +Default Branch split level set to 99 + Revision 1.4 2000/12/22 16:17:15 hristov Updated START code from Alla @@ -91,7 +94,7 @@ void AliSTARTvertex::Reconstruct(Int_t evNumber=1) Float_t c = 299792458/1.e9; //speed of light cm/ps //Float_t c = 0.3; //speed of light mm/ps Float_t Zposit=timePs*c;// for 0 vertex - vertex->Set(Zposit); + vertex->Set((Int_t) Zposit); tr->Fill(); tr->Write(); }