Changeset 2418
- Timestamp:
- 10/21/03 08:42:50 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r2389 r2418 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.6 3$23 // $Revision: 1.64 $ 24 24 // $Author: blanch $ 25 // $Date: 2003-10- 17 19:38:31$25 // $Date: 2003-10-21 07:42:50 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 1148 1148 1149 1149 HeaderFadc[0]->SetShape(0.0); 1150 HeaderFadc[0]->SetAmplitud(FADC_response_ampl /1150 HeaderFadc[0]->SetAmplitud(FADC_response_ampl*2.35/ 1151 1151 sqrt(2*M_PI*FADC_response_fwhm 1152 1152 *FADC_response_fwhm), 1153 FADC_resp_ampl_out /1153 FADC_resp_ampl_out*2.35/ 1154 1154 sqrt(2*M_PI*FADC_resp_fwhm_out 1155 1155 *FADC_resp_fwhm_out)); … … 1165 1165 Fadc_CT[i]->GetPedestals(&fadc_pedestals[0]); 1166 1166 HeaderFadc[i]->SetShape(0.0); 1167 HeaderFadc[i]->SetAmplitud(FADC_response_ampl /1167 HeaderFadc[i]->SetAmplitud(FADC_response_ampl*2.35/ 1168 1168 sqrt(2*M_PI*FADC_response_fwhm 1169 1169 *FADC_response_fwhm), 1170 FADC_resp_ampl_out /1170 FADC_resp_ampl_out*2.35/ 1171 1171 sqrt(2*M_PI*FADC_resp_fwhm_out 1172 1172 *FADC_resp_fwhm_out)); … … 1184 1184 Fadc_CT[0]->GetPedestals(&fadc_pedestals[0]); 1185 1185 HeaderFadc[iconcount]->SetShape(0.0); 1186 HeaderFadc[iconcount]->SetAmplitud(FADC_response_ampl /1186 HeaderFadc[iconcount]->SetAmplitud(FADC_response_ampl*2.35/ 1187 1187 sqrt(2*M_PI*FADC_response_fwhm 1188 1188 *FADC_response_fwhm), 1189 FADC_resp_ampl_out /1189 FADC_resp_ampl_out*2.35/ 1190 1190 sqrt(2*M_PI*FADC_resp_fwhm_out 1191 1191 *FADC_resp_fwhm_out)); … … 4157 4157 // 4158 4158 // $Log: not supported by cvs2svn $ 4159 // Revision 1.63 2003/10/17 19:38:31 blanch 4160 // Now the camera program will stop if a undefined Geometry is required. 4161 // The NSB is internally scaled for any camera geometry and qe. 4162 // The seeds in the input card are used to initilize the random numbers. 4163 // The Amplitud stored in the MMcFadcHeader is the amplitud of the sphe reponse. 4164 // The Pedestal rms is simualted in a artificail empty event. 4165 // 4159 4166 // Revision 1.62 2003/09/26 11:25:07 blanch 4160 4167 // Modification to be able to read MGeomCam branch for any Geometry.
Note:
See TracChangeset
for help on using the changeset viewer.