From f3f777b87466ceb5f65c7a73b42d752c5cd1f8dd Mon Sep 17 00:00:00 2001 From: coppedis Date: Thu, 14 Jun 2001 10:05:34 +0000 Subject: [PATCH] Minor change --- ZDC/AliGenZDC.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ZDC/AliGenZDC.cxx b/ZDC/AliGenZDC.cxx index d00cd59219a..4c5ec37288f 100644 --- a/ZDC/AliGenZDC.cxx +++ b/ZDC/AliGenZDC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.8 2001/04/20 10:10:25 coppedis +Minor changes + Revision 1.7 2001/03/15 16:13:28 coppedis Code review @@ -289,7 +292,7 @@ void AliGenZDC::BeamDivCross(Int_t icross, Float_t fBeamDiv, Float_t fBeamCrossA } else if(fBeamCrossPlane==2.){ tetdiv = fBeamCrossAngle; - fidiv = k2PI/4.; + fidiv = 3.*k2PI/4.; } } -- 2.43.0