Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 2417)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 2418)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: camera.cxx,v $
-// $Revision: 1.63 $
+// $Revision: 1.64 $
 // $Author: blanch $ 
-// $Date: 2003-10-17 19:38:31 $
+// $Date: 2003-10-21 07:42:50 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -1148,8 +1148,8 @@
 
     HeaderFadc[0]->SetShape(0.0);
-    HeaderFadc[0]->SetAmplitud(FADC_response_ampl/
+    HeaderFadc[0]->SetAmplitud(FADC_response_ampl*2.35/
 			       sqrt(2*M_PI*FADC_response_fwhm
 				    *FADC_response_fwhm),
-			       FADC_resp_ampl_out/
+			       FADC_resp_ampl_out*2.35/
 			       sqrt(2*M_PI*FADC_resp_fwhm_out
 				    *FADC_resp_fwhm_out));
@@ -1165,8 +1165,8 @@
       Fadc_CT[i]->GetPedestals(&fadc_pedestals[0]);
       HeaderFadc[i]->SetShape(0.0);
-      HeaderFadc[i]->SetAmplitud(FADC_response_ampl/
+      HeaderFadc[i]->SetAmplitud(FADC_response_ampl*2.35/
 				 sqrt(2*M_PI*FADC_response_fwhm
 				      *FADC_response_fwhm),
-				 FADC_resp_ampl_out/
+				 FADC_resp_ampl_out*2.35/
 				 sqrt(2*M_PI*FADC_resp_fwhm_out
 				      *FADC_resp_fwhm_out));
@@ -1184,8 +1184,8 @@
 	  Fadc_CT[0]->GetPedestals(&fadc_pedestals[0]);
 	  HeaderFadc[iconcount]->SetShape(0.0);
-	  HeaderFadc[iconcount]->SetAmplitud(FADC_response_ampl/
+	  HeaderFadc[iconcount]->SetAmplitud(FADC_response_ampl*2.35/
 					     sqrt(2*M_PI*FADC_response_fwhm
 						  *FADC_response_fwhm),
-					     FADC_resp_ampl_out/
+					     FADC_resp_ampl_out*2.35/
 					     sqrt(2*M_PI*FADC_resp_fwhm_out
 						  *FADC_resp_fwhm_out));
@@ -4157,4 +4157,11 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.63  2003/10/17 19:38:31  blanch
+// Now the camera program will stop if a undefined Geometry is required.
+// The NSB is internally scaled for any camera geometry and qe.
+// The seeds in the input card are used to initilize the random numbers.
+// The Amplitud stored in the MMcFadcHeader is the amplitud of the sphe reponse.
+// The Pedestal rms is simualted in a artificail empty event.
+//
 // Revision 1.62  2003/09/26 11:25:07  blanch
 // Modification to be able to read MGeomCam branch for any Geometry.
