Changeset 2964
- Timestamp:
- 01/30/04 09:55:33 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r2429 r2964 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1.2 2$21 //= $Revision: 1.23 $ 22 22 //= $Author: blanch $ 23 //= $Date: 200 3-10-26 19:51:30$23 //= $Date: 2004-01-30 09:55:33 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 187 187 T(source_offset), /* Displacement of the source from the center */ \ 188 188 T(high_to_low), /* Displacement of the source from the center */ \ 189 T(sigma_xy_cm_spot), /* Additional gaussian spread of mirror spot on camera */ \ 190 T(trigger_delay), /* Delay in ns between beginning of FADC 191 time window and the trigger instant.*/ \ 189 192 T(end_file) /* end of the parameters file */ 190 193 … … 256 259 void get_source_off(float *th, float *p); 257 260 float get_High_to_Low(void); 261 float get_sigma_xy_cm_spot(void); 262 float get_trig_delay(void); 258 263 //!@} 259 264 … … 271 276 /* 272 277 * $Log: not supported by cvs2svn $ 278 * Revision 1.22 2003/10/26 19:51:30 blanch 279 * Header file for creadparam.cxx version 1.25 280 * 273 281 * Revision 1.21 2003/10/17 19:40:47 blanch 274 282 * *** empty log message ***
Note:
See TracChangeset
for help on using the changeset viewer.