Changeset 1233


Ignore:
Timestamp:
03/04/02 17:21:48 (23 years ago)
Author:
blanch
Message:
Small and not important changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx

    r1223 r1233  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.32 $
     23// $Revision: 1.33 $
    2424// $Author: blanch $
    25 // $Date: 2002-02-28 15:04:52 $
     25// $Date: 2002-03-04 17:21:48 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    582582  // write all images, even those without trigger?
    583583
    584   Write_All_Images = get_write_all_images();
     584  Write_All_Images = get_write_all_events();
    585585
    586586  // write all data (i.e., ph.e.s in pixels)
     
    683683      "Flags",
    684684      "Data_From_STDIN",   ONoff(Data_From_STDIN), 
    685       "Write_All_Images",  ONoff(Write_All_Images),
     685      "Write_All_Events",  ONoff(Write_All_Images),
    686686      "Write_All_Data",    ONoff(Write_All_Data));
    687687
     
    689689
    690690  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",
    692692      "Root output",
    693693      "Write_McEvt",   ONoff(Write_McEvt), 
     
    33483348//
    33493349// $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//
    33503360// Revision 1.31  2002/01/18 17:41:02  blanch
    33513361// The option of adding noise to all pixels or to not adding the noise
     
    34383448//
    34393449// $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//
    34403460// Revision 1.31  2002/01/18 17:41:02  blanch
    34413461// The option of adding noise to all pixels or to not adding the noise
Note: See TracChangeset for help on using the changeset viewer.