- Timestamp:
- 02/17/05 09:15:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r6365 r6560 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.3 6$21 //= $Revision: 1.37 $ 22 22 //= $Author: moralejo $ 23 //= $Date: 2005-02-1 0 19:28:10$23 //= $Date: 2005-02-17 09:15:28 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 62 62 static int nSkip=0; 63 63 static int Data_From_STDIN = FALSE; 64 static int Write_All_Event_Headers = FALSE;64 static int Write_All_Event_Headers = TRUE; 65 65 static int Write_McEvt = TRUE; 66 66 static int Write_McTrig = FALSE; … … 424 424 break; 425 425 426 case write_all_event_headers: //@< to write ALL the event headers426 case no_write_all_event_headers: //@< to write ALL the event headers 427 427 428 428 // change boolean value 429 Write_All_Event_Headers = TRUE;429 Write_All_Event_Headers = FALSE; 430 430 431 431 break; … … 1445 1445 // 1446 1446 // $Log: not supported by cvs2svn $ 1447 // Revision 1.36 2005/02/10 19:28:10 moralejo 1448 // 1449 // Substituted input card option "write_all_events" by 1450 // "write_all_event_headers". If set, this will make camera to write out 1451 // the event headers of all the processed events, no matter whether they 1452 // have triggered or not. 1453 // 1447 1454 // Revision 1.35 2004/12/15 01:56:39 MAGIC 1448 1455 //
Note:
See TracChangeset
for help on using the changeset viewer.