Changeset 899 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 07/25/01 12:38:00 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r884 r899 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.1 0$22 //= $Author: blanch$23 //= $Date: 2001-07- 19 09:28:30 $21 //= $Revision: 1.11 $ 22 //= $Author: magicsol $ 23 //= $Date: 2001-07-25 11:38:00 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 74 74 static char Loop_filename[PATH_MAX_LENGTH]; //@< special data filename 75 75 static char CT_filename[PATH_MAX_LENGTH]; //@< name of the CT def. file 76 static char NSB_directory[PATH_MAX_LENGTH]; //@< database for NSB 76 77 static int simulateNSB = TRUE; //@< Will we simulate NSB? 77 78 static int anaPixels = -1; //@< number of pixels for the analysis … … 80 81 static float qThreshold[TRIGGER_PIXELS]; //@< Threshold values 81 82 static int Individual_Thres = FALSE; 82 static char NSB_directory[PATH_MAX_LENGTH]; //@< database for NSB83 83 static float qTailCut; //@< Tail Cut value 84 84 static int nIslandsCut; //@< Islands Cut value … … 1182 1182 // 1183 1183 // $Log: not supported by cvs2svn $ 1184 // Revision 1.10 2001/07/19 09:28:30 blanch 1185 // A new command, which allows to set individual trigger threshod for each pixel, 1186 // has been added. 1187 // 1184 1188 // Revision 1.9 2001/03/05 10:43:18 blanch 1185 1189 // New input commands have been added:
Note:
See TracChangeset
for help on using the changeset viewer.