- Timestamp:
- 02/10/05 19:28:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r5600 r6365 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.3 5$22 //= $Author: MAGIC$23 //= $Date: 200 4-12-15 01:56:39$21 //= $Revision: 1.36 $ 22 //= $Author: moralejo $ 23 //= $Date: 2005-02-10 19:28:10 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 62 62 static int nSkip=0; 63 63 static int Data_From_STDIN = FALSE; 64 static int Write_All_ Images = FALSE;64 static int Write_All_Event_Headers = FALSE; 65 65 static int Write_McEvt = TRUE; 66 66 static int Write_McTrig = FALSE; … … 424 424 break; 425 425 426 case write_all_event s: //@< to write ALL the images426 case write_all_event_headers: //@< to write ALL the event headers 427 427 428 428 // change boolean value 429 Write_All_ Images = TRUE;429 Write_All_Event_Headers = TRUE; 430 430 431 431 break; … … 1092 1092 1093 1093 //!----------------------------------------------------------- 1094 // @name write_all_events 1095 // 1096 // @desc write all images to .phe, even those without trigger 1094 // @name write_all_event_headers 1095 // 1096 // @desc write all event headers to output, even those without 1097 // trigger 1097 1098 // 1098 1099 // @return TRUE: we'll write everything; FALSE: we won't … … 1104 1105 //!@{ 1105 1106 int 1106 get_write_all_event s(void)1107 { 1108 return ( Write_All_ Images );1107 get_write_all_event_headers(void) 1108 { 1109 return ( Write_All_Event_Headers ); 1109 1110 } 1110 1111 //!@} … … 1444 1445 // 1445 1446 // $Log: not supported by cvs2svn $ 1447 // Revision 1.35 2004/12/15 01:56:39 MAGIC 1448 // 1449 // Added input card option pmt_jitter_ns to simulate the time jitter of 1450 // PMTs. The input parameter is the sigma of a gaussian, which by 1451 // default is sigma=0.25 ns. This jitter is applied to each phe- 1452 // independently. We have not applied this to the NSB noise, since the 1453 // arrival time of NSB photons is random and nothing would change. 1454 // 1446 1455 // Revision 1.34 2004/11/17 11:36:07 moralejo 1447 1456 // *** empty log message ***
Note:
See TracChangeset
for help on using the changeset viewer.