Changeset 9383 for trunk/MagicSoft
- Timestamp:
- 03/03/09 13:39:14 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9382 r9383 59 59 sense to support more pixels than we can store as index for 60 60 neighbors 61 62 * Makefile: 63 - added mreflector to resolve unresolved symbols 61 64 62 65 -
trunk/MagicSoft/Mars/Makefile
r9328 r9383 58 58 melectronics \ 59 59 msim \ 60 mreflector \ 60 61 msimreflector \ 61 62 msimcamera \ -
trunk/MagicSoft/Mars/mgeom/MGeomCamSquare.h
r9369 r9383 9 9 { 10 10 private: 11 void CreateCam( UInt_t x, UInt_t y, Double_t diameter);11 void CreateCam(Short_t x, Short_t y, Double_t diameter); 12 12 void CreateNN(); 13 13 14 14 public: 15 MGeomCamSquare( UInt_t x, UInt_t y, Double_t diameter=7, Double_t dist=4.92, const char *name=NULL);15 MGeomCamSquare(Short_t x, Short_t y, Double_t diameter=7, Double_t dist=4.92, const char *name=NULL); 16 16 MGeomCamSquare(const char *name=NULL); 17 17
Note:
See TracChangeset
for help on using the changeset viewer.