]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/include/photonNucleusCrossSection.h
STARLIGHT update:
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / include / photonNucleusCrossSection.h
index ca33b830bc4a35098b582b9b51d1101d353de2ee..9fb0df20b6004fafea6806241915d27c8830744e 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:: 192                         $: revision of last commit
+// $Author:: jnystrand                $: author of last commit
+// $Date:: 2014-12-01 20:39:25 +0100 #$: date of last commit
 //
 // Description:
 //
@@ -60,10 +60,13 @@ public:
        // So just use the wide or narrow constructor to calculate it
        // wide/narrow will inherit this.
        double getcsgA(const double Egamma,
-                      const double W);
-       double photonFlux(const double Egamma);
+                      const double W,
+                       const int beam);
+       double photonFlux(const double Egamma,
+                       const int beam);
        double sigmagp(const double Wgp);
-       double sigma_A(const double sig_N);
+       double sigma_A(const double sig_N, 
+                       const int beam);
         double sigma_N(const double Wgp);
        double breitWigner(const double W,
                           const double C);