From 4b570fabf60344bc82d0a033ffb550328865c003 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 29 Nov 2002 13:54:52 +0000 Subject: [PATCH] 29-nov-2002 NvE Typo corrected in AliCollider.cxx. --- RALICE/AliCollider.cxx | 14 +++++++------- RALICE/history.txt | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/RALICE/AliCollider.cxx b/RALICE/AliCollider.cxx index daf5c15c67b..6882859ed51 100644 --- a/RALICE/AliCollider.cxx +++ b/RALICE/AliCollider.cxx @@ -1,9 +1,9 @@ -// $Id$ +// $Id: AliCollider.cxx,v 1.1 2002/11/27 21:25:52 nick Exp $ /////////////////////////////////////////////////////////////////////////// // Class AliCollider // Pythia based universal physics event generator. -// This event class is derived from TPythia6 and has some extensions to +// This class is derived from TPythia6 and has some extensions to // support also generation of nucleus-nucleus interactions and to allow // investigation of the effect of detector resolving power. // Furthermore, the produced event information is provided in a format @@ -89,7 +89,7 @@ // // //--- Author: Nick van Eijndhoven 22-nov-2002 Utrecht University -//- Modified: NvE $Date$ Utrecht University +//- Modified: NvE $Date: 2002/11/27 21:25:52 $ Utrecht University /////////////////////////////////////////////////////////////////////////// #include "AliCollider.h" @@ -391,7 +391,7 @@ void AliCollider::MakeEvent(Int_t npt,Int_t mlist,Int_t medit) if (rndm<=fFracpp) // p+p interaction { ncols[0]++; - if (maxa=2) + if (maxa==2) { at--; zt--; @@ -405,7 +405,7 @@ void AliCollider::MakeEvent(Int_t npt,Int_t mlist,Int_t medit) if (rndm>fFracpp && rndm<=(fFracpp+fFracnp)) // n+p interaction { ncols[1]++; - if (maxa=2) + if (maxa==2) { at--; zt--; @@ -418,7 +418,7 @@ void AliCollider::MakeEvent(Int_t npt,Int_t mlist,Int_t medit) if (rndm>(fFracpp+fFracnp) && rndm<=(fFracpp+fFracnp+fFracpn)) // p+n interaction { ncols[2]++; - if (maxa=2) + if (maxa==2) { at--; } @@ -431,7 +431,7 @@ void AliCollider::MakeEvent(Int_t npt,Int_t mlist,Int_t medit) if (rndm>(fFracpp+fFracnp+fFracpn)) // n+n interaction { ncols[3]++; - if (maxa=2) + if (maxa==2) { at--; } diff --git a/RALICE/history.txt b/RALICE/history.txt index 6d94b9bcd7c..ad746370800 100644 --- a/RALICE/history.txt +++ b/RALICE/history.txt @@ -319,3 +319,4 @@ 25-nov-2002 NvE User defined particle id code introduced in AliTrack. 27-nov-2002 NvE New class AliCollider introduced and RALICEHeaders.h and RALICELinkdef.h updated accordingly. +29-nov-2002 NvE Typo corrected in AliCollider.cxx. -- 2.43.0