Changeset 1233 for trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
- Timestamp:
- 03/04/02 17:21:48 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r1223 r1233 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.3 2$23 // $Revision: 1.33 $ 24 24 // $Author: blanch $ 25 // $Date: 2002-0 2-28 15:04:52$25 // $Date: 2002-03-04 17:21:48 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 582 582 // write all images, even those without trigger? 583 583 584 Write_All_Images = get_write_all_ images();584 Write_All_Images = get_write_all_events(); 585 585 586 586 // write all data (i.e., ph.e.s in pixels) … … 683 683 "Flags", 684 684 "Data_From_STDIN", ONoff(Data_From_STDIN), 685 "Write_All_ Images", ONoff(Write_All_Images),685 "Write_All_Events", ONoff(Write_All_Images), 686 686 "Write_All_Data", ONoff(Write_All_Data)); 687 687 … … 689 689 690 690 log(SIGNATURE, 691 "%s:\n\t%20s: %s\n\t%20s: %s\n\t%20s: %s\n ",691 "%s:\n\t%20s: %s\n\t%20s: %s\n\t%20s: %s\n\t%20s: %s\n", 692 692 "Root output", 693 693 "Write_McEvt", ONoff(Write_McEvt), … … 3348 3348 // 3349 3349 // $Log: not supported by cvs2svn $ 3350 // Revision 1.32 2002/02/28 15:04:52 blanch 3351 // A small back has been solved. Before, while not using the option 3352 // writte_all_images, not all triggered showers were stored. Now it is solved. 3353 // For that it is importatn taht the less restrictive trigger option is 3354 // checked first. 3355 // A new facility has been introduced and now one can choose the step size in 3356 // trigger loop mode for the discriminator threshold. 3357 // The close-compact topology for less than 3 pixels does not make sense. Before 3358 // the program was ignoring that, now it switch to simple neighbour condition. 3359 // 3350 3360 // Revision 1.31 2002/01/18 17:41:02 blanch 3351 3361 // The option of adding noise to all pixels or to not adding the noise … … 3438 3448 // 3439 3449 // $Log: not supported by cvs2svn $ 3450 // Revision 1.32 2002/02/28 15:04:52 blanch 3451 // A small back has been solved. Before, while not using the option 3452 // writte_all_images, not all triggered showers were stored. Now it is solved. 3453 // For that it is importatn taht the less restrictive trigger option is 3454 // checked first. 3455 // A new facility has been introduced and now one can choose the step size in 3456 // trigger loop mode for the discriminator threshold. 3457 // The close-compact topology for less than 3 pixels does not make sense. Before 3458 // the program was ignoring that, now it switch to simple neighbour condition. 3459 // 3440 3460 // Revision 1.31 2002/01/18 17:41:02 blanch 3441 3461 // The option of adding noise to all pixels or to not adding the noise
Note:
See TracChangeset
for help on using the changeset viewer.