Changeset 1231


Ignore:
Timestamp:
03/04/02 17:15:51 (23 years ago)
Author:
blanch
Message:
An item, which allows to switch off the storage of the RawEvt, has been
introduced. It is called nowrite_RawEvt. To avoid confusion the item
write_all_images has been moved to write_all_events.
File:
1 edited

Legend:

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

    r1224 r1231  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.14 $
     21//= $Revision: 1.15 $
    2222//= $Author: blanch $
    23 //= $Date: 2002-02-28 15:07:23 $
     23//= $Date: 2002-03-04 17:15:51 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    9999static int Write_McTrig = FALSE;
    100100static int Write_McFadc = FALSE;
    101 static int Write_RawEvt = FALSE;
     101static int Write_RawEvt = TRUE;
    102102static int Write_All_Data = FALSE;
    103103static int Select_Energy = TRUE;
     
    389389      break;
    390390
    391     case read_phe_all:        //@< to read PHE files from write_all_images
     391    case read_phe_all:        //@< to read PHE files from write_all_events
    392392         
    393393      // change boolean value
     
    396396      break;
    397397
    398     case write_all_images:    //@< to write ALL the images
     398    case write_all_events:    //@< to write ALL the images
    399399         
    400400      // change boolean value
     
    421421      // change boolean value
    422422      Write_McFadc = TRUE;
     423
     424      break;
     425
     426    case nowrite_RawEvt:    //@< to write the McFadc info
     427         
     428      // change boolean value
     429      Write_RawEvt = FALSE;
    423430
    424431      break;
     
    976983// @name get_read_phe_all
    977984//                                               
    978 // @desc get whether we will read PHE files, with write_all_images
     985// @desc get whether we will read PHE files, with write_all_events
    979986//
    980987// @return  TRUE: we'll do it; FALSE: we won't
     
    9941001
    9951002//!-----------------------------------------------------------
    996 // @name write_all_images
     1003// @name write_all_events
    9971004//                                               
    9981005// @desc write all images to .phe, even those without trigger
     
    10061013//!@{
    10071014int
    1008 get_write_all_images(void)
     1015get_write_all_events(void)
    10091016{
    10101017  return ( Write_All_Images );
     
    13391346//
    13401347// $Log: not supported by cvs2svn $
     1348// Revision 1.14  2002/02/28 15:07:23  blanch
     1349// Small changes have been done to introduce thes step variable for the
     1350// discriminator threshold in the trigger loop mode.
     1351//
    13411352// Revision 1.13  2002/01/18 17:43:08  blanch
    13421353// Three new commands have been added: fadc_noise, trig_noise and
Note: See TracChangeset for help on using the changeset viewer.