]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Decay time in [s].
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Feb 2006 16:24:23 +0000 (16:24 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Feb 2006 16:24:23 +0000 (16:24 +0000)
STEER/AliMC.cxx

index 77f4c9682f40e8d4bc86d8ca7c7cbbd928a4ac4f..afb8197133bc3666571274e3ff7743ff7764b82c 100644 (file)
@@ -1100,5 +1100,5 @@ void AliMC::FixParticleDecaytime()
     //
     // Force decay time in transport code
     //
-    gMC->ForceDecayTime(t);
+    gMC->ForceDecayTime(t / 2.99792458e10);
 }