Changeset 2355 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 09/23/03 18:38:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r2353 r2355 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.2 2$21 //= $Revision: 1.23 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2003-09-23 1 6:52:07$23 //= $Date: 2003-09-23 17:38:48 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 86 86 static float Trig_Noise = 0.3; //@< Factor for Trigger ElecNoise 87 87 static int simulateNSB = TRUE; //@< Will we simulate NSB? 88 static int anaPixels = -1; //@< number of pixels for the analysis89 88 static float meanNSB; //@< NSB mean value (per pixel) 90 89 static int nphe2NSB=0; //@< Number of phe from shower to do NSB simulation … … 345 344 break; 346 345 347 case ana_pixels: //@< number of pixels for analysis348 349 // number of pixels for analysis350 sscanf(line, "%s %d", token, &anaPixels);351 352 break;353 354 346 case pixel_thres: //@< value of threshold for trigger (q0) 355 347 … … 887 879 int get_indi_thres_pixel(void){ 888 880 return Individual_Thres; 889 }890 //!@}891 892 893 //!-----------------------------------------------------------894 // @name get_ana_pixels895 //896 // @desc number of pixels for the analysis897 //898 // @return Number of pixels to use in the image parameters899 //900 // @date Mon Sep 14 13:27:56 MET DST 1998901 //------------------------------------------------------------902 // @function903 904 //!@{905 int906 get_ana_pixels(void)907 {908 return ( anaPixels );909 881 } 910 882 //!@} … … 1289 1261 // 1290 1262 // $Log: not supported by cvs2svn $ 1263 // Revision 1.22 2003/09/23 16:52:07 blanch 1264 // We do not read ct_file anymore. 1265 // 1291 1266 // Revision 1.21 2003/09/15 10:17:09 blanch 1292 1267 // Some modifications in the input card has been done for the multitelescope
Note:
See TracChangeset
for help on using the changeset viewer.