]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/src/gammaaluminosity.cpp
Update to trunk of hepforge
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / src / gammaaluminosity.cpp
index 6bf85235fb74c027d875b734b3ca41bf7669fadc..86fcb4eb23b782db879745c4edeef861de7bbbc3 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:: 176                         $: revision of last commit
+// $Author:: jseger                   $: author of last commit
+// $Date:: 2014-06-20 22:15:20 +0200 #$: date of last commit
 //
 // Description:
 //
@@ -45,6 +45,7 @@
 
 
 using namespace std;
+using namespace starlightConstants;
 
 
 //______________________________________________________________________________
@@ -87,7 +88,7 @@ void photonNucleusLuminosity::photonNucleusDifferentialLuminosity()
     
   // Write the values of W used in the calculation to slight.txt.  
   wylumfile.open("slight.txt");
-  wylumfile << inputParametersInstance.parameterValueKey() << endl;
+  // wylumfile << inputParametersInstance.parameterValueKey() << endl;
   wylumfile << getbbs().beam1().Z() <<endl;
   wylumfile << getbbs().beam1().A() <<endl;
   wylumfile << getbbs().beam2().Z() <<endl;
@@ -104,7 +105,7 @@ void photonNucleusLuminosity::photonNucleusDifferentialLuminosity()
   wylumfile << inputParametersInstance.interferenceStrength() <<endl;
   wylumfile << inputParametersInstance.coherentProduction() <<endl;
   wylumfile << inputParametersInstance.incoherentFactor() <<endl;
-  wylumfile << inputParametersInstance.deuteronSlopePar() <<endl;
+  wylumfile << starlightConstants::deuteronSlopePar <<endl;
   wylumfile << inputParametersInstance.maxPtInterference() <<endl;
   wylumfile << inputParametersInstance.nmbPtBinsInterference() <<endl;