Changeset 2351 for trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
- Timestamp:
- 09/22/03 12:38:47 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r2334 r2351 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.5 8$23 // $Revision: 1.59 $ 24 24 // $Author: blanch $ 25 // $Date: 2003-09- 15 09:59:53$25 // $Date: 2003-09-22 11:38:47 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 288 288 //@: coordinates x,y for each pixel 289 289 static float **pixary; 290 291 //@: indexes of pixels neighbours of a given one292 static int **pixneig;293 294 //@: number of neighbours a pixel have295 static int *npixneig;296 290 297 291 //@: contents of the pixels (ph.e.) … … 4582 4576 // 4583 4577 // $Log: not supported by cvs2svn $ 4578 // Revision 1.58 2003/09/15 09:59:53 blanch 4579 // The concept of the camera prgoram has not changed but this version has 4580 // quite a lot of changes to allow several Camera geometries as well as 4581 // multitelescope. 4582 // 4583 // It is suposed to be the first working code for camera 0.7. 4584 // 4584 4585 // Revision 1.57 2003/07/17 18:02:46 blanch 4585 4586 // Several new features introduced as well as fixed bugs
Note:
See TracChangeset
for help on using the changeset viewer.