Changeset 3044
- Timestamp:
- 02/06/04 17:39:24 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r2962 r3044 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.6 7$23 // $Revision: 1.68 $ 24 24 // $Author: blanch $ 25 // $Date: 2004-0 1-30 09:51:18$25 // $Date: 2004-02-06 17:39:24 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 67 67 #include "MRawEvtData.h" 68 68 #include "MRawEvtHeader.h" 69 #include "MRawCrateArray.h" 69 70 #include "MRawCrateData.h" 70 71 #include "MMcEvt.hxx" … … 484 485 // make unbuffered output 485 486 486 cout.setf ( ios::stdio );487 // cout.setf ( ios::stdio ); 487 488 488 489 // parse command line options (see reflector.h) … … 4256 4257 // 4257 4258 // $Log: not supported by cvs2svn $ 4259 // Revision 1.67 2004/01/30 09:51:18 blanch 4260 // [Changes mainly done by A. Moralejo] 4261 // 4262 // Several minnor changes have been done. For instance, some name of the 4263 // variables have been modified to a more self-explained name and 4264 // modifications while reading the asciis files at the end of the reflector file 4265 // has been introduced. 4266 // 4267 // The possibilty to unlarge the point spread function has been introduced 4268 // in order to be able to simualte the current data. 4269 // 4270 // All pixels are always written. 4271 // 4258 4272 // Revision 1.65 2003/10/26 19:43:00 blanch 4259 4273 // - The screen output information has been improved to prevent some
Note:
See TracChangeset
for help on using the changeset viewer.