- Timestamp:
- 10/26/03 19:45:38 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r2391 r2428 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.2 4$21 //= $Revision: 1.25 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2003-10- 17 19:40:24$23 //= $Date: 2003-10-26 19:45:38 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 102 102 static int Write_McFadc = FALSE; 103 103 static int Write_RawEvt = TRUE; 104 static int Write_All_Data = FALSE;105 104 static int Select_Energy = TRUE; 106 105 static float Select_Energy_le = 0.0; //@< GeV … … 440 439 break; 441 440 442 case write_all_data: //@< to write single pixel data443 444 // change boolean value445 Write_All_Data = TRUE;446 447 break;448 449 441 case select_energy: //@< value of islands_cut (i0) 450 442 … … 1008 1000 //!@} 1009 1001 1010 1011 //!-----------------------------------------------------------1012 // @name write_all_data1013 //1014 // @desc write single pixel data to file .dat1015 //1016 // @return TRUE: we'll write everything; FALSE: we won't1017 //1018 // @date Wed Nov 25 13:21:00 MET 19981019 //------------------------------------------------------------1020 // @function1021 1022 //!@{1023 int1024 get_write_all_data(void)1025 {1026 return ( Write_All_Data );1027 }1028 //!@}1029 1030 1002 //!----------------------------------------------------------- 1031 1003 // @name write_McEvt … … 1302 1274 // 1303 1275 // $Log: not supported by cvs2svn $ 1276 // Revision 1.24 2003/10/17 19:40:24 blanch 1277 // The gain ratio between the high and low FADC gain is controlled from the 1278 // input card. 1279 // 1304 1280 // Revision 1.23 2003/09/23 17:38:48 blanch 1305 1281 // ana_pixels command has been removed.
Note:
See TracChangeset
for help on using the changeset viewer.