]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/src/wideResonanceCrossSection.cpp
updated STARTLIGHT to r191 (http://starlight.hepforge.org/svn/trunk)
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / src / wideResonanceCrossSection.cpp
index 3a43ffa8411afac77944944f2d7c8b7edcf4011b..328f320476b16a76595c98099f53b08a26a33077 100644 (file)
@@ -20,9 +20,9 @@
 ///////////////////////////////////////////////////////////////////////////
 //
 // File and Version Information:
-// $Rev:: 164                         $: revision of last commit
-// $Author:: odjuvsla                 $: author of last commit
-// $Date:: 2013-10-06 16:18:08 +0200 #$: date of last commit
+// $Rev:: 191                         $: revision of last commit
+// $Author:: jnystrand                $: author of last commit
+// $Date:: 2014-11-11 11:51:05 +0100 #$: date of last commit
 //
 // Description:
 //
@@ -130,17 +130,9 @@ wideResonanceCrossSection::crossSectionCalculation(const double bwnormsave)
       
                        if(ega1 < Eth) continue;
                        if(ega2 > maxPhotonEnergy()) continue;
-                       // check it !!
-          
-                       if(J == 0){
-                               // >> 1st Point (Calculated only the first time)     =====>>>
-                               //ega1 used.                                                        
-                               csgA1=getcsgA(ega1,W);
-                       }
-                       else{
-                               csgA1 = csgA2;
-                       }
           
+                       csgA1=getcsgA(ega1,W);
+
                        //         >> Middle Point                      =====>>>
                        csgA12=getcsgA(ega12,W);