- Timestamp:
- 07/16/02 17:20:59 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r1253 r1420 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.1 6$21 //= $Revision: 1.17 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2002-0 3-15 15:17:18$23 //= $Date: 2002-07-16 16:20:41 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 77 77 static char CT_filename[PATH_MAX_LENGTH]; //@< name of the CT def. file 78 78 static char NSB_directory[PATH_MAX_LENGTH]; //@< database for NSB 79 static int Starfield_rotate = FALSE; //@< switch on starfield rotation 79 80 static int ElecNoise = TRUE; //@< Will we add ElecNoise? 80 81 static float FADC_Noise = 2.0; //@< Value for FADC ElecNoise … … 283 284 break; 284 285 286 case sfr_on: //@< simulate starfield rotation? 287 288 // we will simulate Starfield rotation 289 Starfield_rotate = TRUE; 290 291 break; 292 293 285 294 case nsb_on: //@< simulate NSB? 286 295 … … 634 643 *ds=Starfield_center[5]; 635 644 } 636 //!@} 637 645 //!----------------------------------------------------------- 646 // @name get_starfield_rotate 647 // 648 // @Starfield_rotate 649 // 650 // @return 651 // 652 //------------------------------------------------------------ 653 // @function 654 655 //!@{ 656 int 657 get_starfield_rotate(void) 658 { 659 return(Starfield_rotate); 660 } 661 662 663 //!@} 638 664 //!----------------------------------------------------------- 639 665 // @name get_data_filename … … 1346 1372 // 1347 1373 // $Log: not supported by cvs2svn $ 1374 // Revision 1.16 2002/03/15 15:17:18 blanch 1375 // Several modification needed to simulate the actual trigger zone. 1376 // 1348 1377 // Revision 1.15 2002/03/04 17:15:51 blanch 1349 1378 // An item, which allows to switch off the storage of the RawEvt, has been
Note:
See TracChangeset
for help on using the changeset viewer.