Changeset 885 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 07/19/01 10:29:02 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r673 r885 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1. 8$21 //= $Revision: 1.9 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2001-0 3-05 10:44:44$23 //= $Date: 2001-07-19 09:29:02 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 151 151 T(nsb_mean), /* mean value of NSB contribution per pixel */ \ 152 152 T(nsb_directory), /* database for the NSB */ \ 153 T( threshold), /* value of q0 for trigger*/ \153 T(pixel_thres), /* value of q0 for trigger for a given pixel */ \ 154 154 T(tail_cut), /* value of tail cut (t0) */ \ 155 155 T(islands_on), /* DO count islands */ \ … … 222 222 char *get_nsb_directory(void); 223 223 int get_nsb(float *n, int *m); 224 float get_threshold(void);225 224 float get_tail_cut(void); 226 225 int get_islands_cut(int *n); … … 249 248 int get_Trigger_Loop(int *lt, int *ut, int *lm, int *um, int *lg, int *ug); 250 249 void get_Trigger_Single(float *t, int *m, int *g); 250 void get_threshold(float *t); 251 int get_indi_thres_pixel(void); 251 252 //!@} 252 253 … … 264 265 /* 265 266 * $Log: not supported by cvs2svn $ 267 * Revision 1.8 2001/03/05 10:44:44 blanch 268 * Header file of creadparam.cxx version 1.9 269 * 266 270 * Revision 1.7 2001/02/23 10:56:10 magicsol 267 271 * Header file for creadparam.cxx version 1.8
Note:
See TracChangeset
for help on using the changeset viewer.