- Timestamp:
- 03/04/02 17:15:51 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r1224 r1231 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.1 4$21 //= $Revision: 1.15 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2002-0 2-28 15:07:23$23 //= $Date: 2002-03-04 17:15:51 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 99 99 static int Write_McTrig = FALSE; 100 100 static int Write_McFadc = FALSE; 101 static int Write_RawEvt = FALSE;101 static int Write_RawEvt = TRUE; 102 102 static int Write_All_Data = FALSE; 103 103 static int Select_Energy = TRUE; … … 389 389 break; 390 390 391 case read_phe_all: //@< to read PHE files from write_all_ images391 case read_phe_all: //@< to read PHE files from write_all_events 392 392 393 393 // change boolean value … … 396 396 break; 397 397 398 case write_all_ images: //@< to write ALL the images398 case write_all_events: //@< to write ALL the images 399 399 400 400 // change boolean value … … 421 421 // change boolean value 422 422 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; 423 430 424 431 break; … … 976 983 // @name get_read_phe_all 977 984 // 978 // @desc get whether we will read PHE files, with write_all_ images985 // @desc get whether we will read PHE files, with write_all_events 979 986 // 980 987 // @return TRUE: we'll do it; FALSE: we won't … … 994 1001 995 1002 //!----------------------------------------------------------- 996 // @name write_all_ images1003 // @name write_all_events 997 1004 // 998 1005 // @desc write all images to .phe, even those without trigger … … 1006 1013 //!@{ 1007 1014 int 1008 get_write_all_ images(void)1015 get_write_all_events(void) 1009 1016 { 1010 1017 return ( Write_All_Images ); … … 1339 1346 // 1340 1347 // $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 // 1341 1352 // Revision 1.13 2002/01/18 17:43:08 blanch 1342 1353 // Three new commands have been added: fadc_noise, trig_noise and
Note:
See TracChangeset
for help on using the changeset viewer.