Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1520)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1521)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: camera.cxx,v $
-// $Revision: 1.42 $
+// $Revision: 1.43 $
 // $Author: blanch $ 
-// $Date: 2002-09-09 16:00:49 $
+// $Date: 2002-09-13 10:53:39 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -3261,5 +3261,4 @@
     cv=photon.get_v();
     cw=90.0-acos(sqrt(1-cu*cu-cv*cv))*pi/180.0;
-    cout<<" Hola "<<cu<<" "<<cv<<" "<<cw<<endl;
 
     // find data point in the QE table (-> k)
@@ -3270,13 +3269,8 @@
     }
 
-    cout<<" Hola 2 "<<k<<endl;
-
      // correct the qe with WC data.
 
-    cout<<" Hola 3 "<<qe<<" ";
-
     qe = qe*lin_interpol(WC[0][k-1], WC[1][k-1], WC[0][k], WC[1][k], cw);
 
-    cout<<qe<<endl;
    // if random > quantum efficiency, reject it
 
@@ -3607,4 +3601,9 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.42  2002/09/09 16:00:49  blanch
+// Statement has been included to avoid writting to disk MParContainer and MArray.
+// It has also been added the effect of the WC, the actual values must be added,
+// once they are measured.
+//
 // Revision 1.41  2002/09/04 09:57:42  blanch
 // Modifications done to use MGeomCam from MARS.
@@ -3732,4 +3731,9 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.42  2002/09/09 16:00:49  blanch
+// Statement has been included to avoid writting to disk MParContainer and MArray.
+// It has also been added the effect of the WC, the actual values must be added,
+// once they are measured.
+//
 // Revision 1.41  2002/09/04 09:57:42  blanch
 // Modifications done to use MGeomCam from MARS.
