]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/src/incoherentPhotonNucleusLuminosity.cpp
updated STARTLIGHT to r191 (http://starlight.hepforge.org/svn/trunk)
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / src / incoherentPhotonNucleusLuminosity.cpp
index a4adbe1a684a2f75198c2a2b4dfcf3055ba460f4..d0927345ee3061d16eb227046b9967509dd2485d 100644 (file)
@@ -84,7 +84,7 @@ void incoherentPhotonNucleusLuminosity::incoherentPhotonNucleusDifferentialLumin
     
   // 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;
@@ -180,6 +180,7 @@ void incoherentPhotonNucleusLuminosity::incoherentPhotonNucleusDifferentialLumin
       }
 
       wylumfile << dndWdY << endl;
+
     }
   }
 
@@ -187,11 +188,8 @@ void incoherentPhotonNucleusLuminosity::incoherentPhotonNucleusDifferentialLumin
   wylumfile << inputParametersInstance.parameterValueKey() << endl;
   wylumfile.close();
   
-//   wylumfile.open("slight.txt",ios::app);
-  cout << "bwnorm: "<< bwnorm <<endl;
-//   wylumfile << bwnorm << endl;
-//   wylumfile << inputParametersInstance.parameterValueKey() << endl;
-//   wylumfile.close();
+  // cout << "bwnorm: "<< bwnorm <<endl;
+
 }