Changeset 2337
- Timestamp:
- 09/15/03 11:23:31 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r2289 r2337 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1.1 7$21 //= $Revision: 1.18 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2003-0 7-17 18:05:13$23 //= $Date: 2003-09-15 10:23:31 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 154 154 T(root_file), /* ROOT file */ \ 155 155 T(ct_file), /* file with the characteristics of the CT */ \ 156 T(ct_num), /* number of CT, which is number of reflector files */ \ 157 T(ct_geom), /* class with the geometry of the CT camera */ \ 156 158 T(qe_file), /* file with the characteristics of the CT */ \ 157 159 T(ana_pixels), /* size of the camera for parameters calculation */ \ … … 220 222 221 223 void readparam(char * filename); 222 char *get_input_filename( void);224 char *get_input_filename(int i); 223 225 char *get_starfield_filename(void); 224 226 void get_starfield_center(int *rh,int *rm,int *rs,int *dd,int *dm,int *ds); … … 228 230 char *get_loop_filename(void); 229 231 char *get_ct_filename(void); 230 char *get_qe_filename(void); 232 int get_ct_number(void); 233 int get_ct_geometry(void); 234 char *get_qe_filename(int ict=0); 231 235 char *get_nsb_directory(void); 232 236 char *get_nsb_directory_outer(void); … … 251 255 float get_FADC_pedestal(void); 252 256 int get_Trigger_Loop(float *lt, float *ut, float *st, int *lm, int *um, int *lg, int *ug); 253 void get_Trigger_Single(float * t, int *m, int *g);257 void get_Trigger_Single(float **t, int *m, int *g); 254 258 void get_threshold(float *t); 255 259 void get_secure_threhold(float *ac, float *disc); … … 271 275 /* 272 276 * $Log: not supported by cvs2svn $ 277 * Revision 1.17 2003/07/17 18:05:13 blanch 278 * Header file for creadparam.cxx 1.20 279 * 273 280 * Revision 1.16 2003/01/14 13:37:32 blanch 274 281 * Option to set a dc value to rise the discriminator threshold has been added.
Note:
See TracChangeset
for help on using the changeset viewer.