]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bug in meduim fixed
authoralla <alla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Oct 2001 05:29:38 +0000 (05:29 +0000)
committeralla <alla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Oct 2001 05:29:38 +0000 (05:29 +0000)
START/AliSTARTv0.cxx
START/AliSTARTvertex.cxx

index 19a7e77bf0ff5232b1282a5353eab02e80bc2d6b..ed585ef48ee9865242fd092f3c0a4ccec5ea178f 100755 (executable)
@@ -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);
 
index 24bab6a27829de918f25260ca195abb8ffe6117e..7b76137621bfcf6a918c83b819c7eb02ddfa107d 100644 (file)
@@ -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();
       }