]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/include/readinluminosity.h
STARLIGHT update:
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / include / readinluminosity.h
index 8755817556dfee573fa1a35d71ec12d6d506e1af..69381c1c16e5cd22a63cbd4e78e49a3717d74996 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:
 //
@@ -52,11 +52,16 @@ class readLuminosity
   */
   double *_Warray;
   double *_Yarray;
-  double **_Farray;
+  double **_Farray; 
+  double **_Farray1;
+  double **_Farray2;
   
   double _f_max;
+  double _f_max1;
+  double _f_max2;
+
   double _fptarray[500][500];
-  //           inputParameters inputread;
+
   double _bwnormsave;
 
  protected: