Changeset 9383 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 03/03/09 13:39:14 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.