From: hristov Date: Wed, 7 Feb 2001 10:39:05 +0000 (+0000) Subject: Remove default value for argument X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=1d994b801b2a5bc3257443829365f477294c3229 Remove default value for argument --- diff --git a/STEER/AliRun.cxx b/STEER/AliRun.cxx index d3ec3536d08..3b08c26f41a 100644 --- a/STEER/AliRun.cxx +++ b/STEER/AliRun.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.53 2001/02/06 11:02:26 hristov +New SetTrack interface added, added check for unfilled particles in FinishEvent (I.Hrivnacova) + Revision 1.52 2001/02/05 16:22:25 buncic Added TreeS to GetEvent(). @@ -1937,7 +1940,7 @@ void AliRun::SetTrack(Int_t done, Int_t parent, Int_t pdg, Double_t px, Double_t py, Double_t pz, Double_t e, Double_t vx, Double_t vy, Double_t vz, Double_t tof, Double_t polx, Double_t poly, Double_t polz, - AliMCProcess mech, Int_t &ntr, Float_t weight=1) + AliMCProcess mech, Int_t &ntr, Float_t weight) { // // Load a track on the stack