Changeset 685
- Timestamp:
- 03/05/01 11:14:41 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r671 r685 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.1 8$24 // $Author: blanch$25 // $Date: 2001-03-05 1 0:36:52$23 // $Revision: 1.19 $ 24 // $Author: magicsol $ 25 // $Date: 2001-03-05 11:14:41 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 715 715 fadcValues = new TArrayC(FADC_SLICES); 716 716 717 // number of pixels for parameters 718 719 anaPixels = get_ana_pixels(); 720 anaPixels = (anaPixels == -1) ? ct_NPixels : anaPixels; 721 717 722 // initialise ROOT 718 723 … … 995 1000 if ( ! get_correction( &fCorrection ) ) 996 1001 fCorrection = 1.0; 997 998 // number of pixels for parameters999 1000 anaPixels = get_ana_pixels();1001 anaPixels = (anaPixels == -1) ? ct_NPixels : anaPixels;1002 1002 1003 1003 // prepare the NSB simulation … … 3215 3215 // 3216 3216 // $Log: not supported by cvs2svn $ 3217 // Revision 1.18 2001/03/05 10:36:52 blanch 3218 // A branch with information about the FADC simulation (MMcFadcHeader) is writen 3219 // in the McHeaders tree of the aoutput root file. 3220 // The NSB contribution is only applied if the the number of phe form the shower 3221 // are above a given number. 3222 // 3217 3223 // Revision 1.17 2001/02/23 11:05:57 magicsol 3218 3224 // Small changes due to slightly different output format and the introduction of … … 3245 3251 // 3246 3252 // $Log: not supported by cvs2svn $ 3253 // Revision 1.18 2001/03/05 10:36:52 blanch 3254 // A branch with information about the FADC simulation (MMcFadcHeader) is writen 3255 // in the McHeaders tree of the aoutput root file. 3256 // The NSB contribution is only applied if the the number of phe form the shower 3257 // are above a given number. 3258 // 3247 3259 // Revision 1.17 2001/02/23 11:05:57 magicsol 3248 3260 // Small changes due to slightly different output format and the introduction of
Note:
See TracChangeset
for help on using the changeset viewer.