Changeset 1695 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 01/07/03 16:34:09 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.h
r1684 r1695 19 19 //= 20 20 //= $RCSfile: camera.h,v $ 21 //= $Revision: 1.1 4$21 //= $Revision: 1.15 $ 22 22 //= $Author: blanch $ 23 //= $Date: 200 2-12-12 17:41:13$23 //= $Date: 2003-01-07 16:34:09 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 294 294 float lin_interpol(float x1, float y1, float x2, float y2, float x); 295 295 int produce_phes( FILE *sp, // the input file 296 MGeomCamMagic *camgeom, // the camera layout296 class MGeomCamMagic *camgeom, // the camera layout 297 297 float minwl_nm, // the minimum accepted wavelength 298 298 float maxwl_nm, // the maximum accepted wavelength … … 303 303 int *incph, // total number of cph read 304 304 float *tmin_ns, // minimum arrival time of all phes 305 float *tmax_ns, // maximum arrival time of all phes 306 int star // 0 if the photon provides the starfield -1 doesn't provide of the starfield 307 ); 305 float *tmax_ns // maximum arrival time of all phes 306 ); 308 307 309 308 int produce_nsbrates( char *inname, … … 325 324 float base_mv[iMAXNUMPIX]); 326 325 326 int size_rotated ( float *rotated, 327 float nsb[iMAXNUMPIX], 328 float ro); 329 327 330 //!@} 328 331 … … 334 337 /* 335 338 *$Log: not supported by cvs2svn $ 339 *Revision 1.14 2002/12/12 17:41:13 blanch 340 **** empty log message *** 341 * 336 342 *Revision 1.13 2002/12/10 17:20:32 blanch 337 343 **** empty log message ***
Note:
See TracChangeset
for help on using the changeset viewer.