Changeset 1518 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 09/09/02 17:01:12 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.h
r1513 r1518 19 19 //= 20 20 //= $RCSfile: camera.h,v $ 21 //= $Revision: 1. 9$21 //= $Revision: 1.10 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2002-09-0 4 09:59:07$23 //= $Date: 2002-09-09 16:01:12 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 65 65 #include "MCCphoton.hxx" 66 66 #include "MTrigger.hxx" 67 68 #include "MParContainer.h" 69 #include "MArray.h" 67 70 68 71 // command line options available … … 244 247 245 248 #define QE_FILE "../Data/qe.dat" 249 #define WC_FILE "../Data/lightguides.dat" 246 250 247 251 //!@} … … 270 274 int igen_pixel_coordinates(struct camera *cam); 271 275 void read_pixels(struct camera *cam); 276 void read_QE(void); 277 void read_WC(void); 272 278 int pixels_are_neig(int pix1, int pix2); 273 279 int bpoint_is_in_pix(double dx, double dy, int ipixnum, … … 319 325 /* 320 326 *$Log: not supported by cvs2svn $ 327 *Revision 1.9 2002/09/04 09:59:07 blanch 328 *Modifications to use MGeomCam from MARS. 329 * 321 330 *Revision 1.8 2002/07/16 16:20:23 blanch 322 331 *Modifications done for the camera.cxx version, where a first implementation
Note:
See TracChangeset
for help on using the changeset viewer.