Changeset 641
- Timestamp:
- 02/23/01 10:55:43 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r504 r641 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1. 7$21 //= $Revision: 1.8 $ 22 22 //= $Author: magicsol $ 23 //= $Date: 2001-0 1-15 12:37:48$23 //= $Date: 2001-02-23 10:55:43 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 78 78 static float meanNSB; //@< NSB mean value (per pixel) 79 79 static float qThreshold; //@< Threshold value 80 static char NSB_directory[PATH_MAX_LENGTH]; //@< database for NSB 80 81 static float qTailCut; //@< Tail Cut value 81 82 static int nIslandsCut; //@< Islands Cut value … … 249 250 break; 250 251 252 case nsb_directory: //@< name of the output file 253 254 // get the name of the output_file from the line 255 sscanf(line, "%s %s", token, NSB_directory); 256 257 break; 258 251 259 case ana_pixels: //@< number of pixels for analysis 252 260 … … 571 579 //!@} 572 580 581 //!----------------------------------------------------------- 582 // @name get_nsb_directory 583 // 584 // @desc get name of the directory where the database for NSB is 585 // 586 // @return Name of the NSB directory 587 // 588 // @date Tue Jan 30 12:07:56 MET 2001 589 //------------------------------------------------------------ 590 // @function 591 592 //!@{ 593 char * 594 get_nsb_directory(void) 595 { 596 return (NSB_directory); 597 } 598 //!@} 599 600 573 601 574 602 //!----------------------------------------------------------- … … 1062 1090 // 1063 1091 // $Log: not supported by cvs2svn $ 1092 // Revision 1.7 2001/01/15 12:37:48 magicsol 1093 // It has been introduced the option to read from the input card the overlaping 1094 // time. 1095 // 1064 1096 // Revision 1.6 2000/09/21 11:47:33 harald 1065 1097 // Oscar found some smaller errors in the calculation of the pixel shape and
Note:
See TracChangeset
for help on using the changeset viewer.