Changeset 3392 for trunk/MagicSoft/Mars/mgeom/MGeomPix.cc
- Timestamp:
- 03/04/04 09:59:10 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomPix.cc
r2470 r3392 44 44 // - added fA 45 45 // 46 // Version 3: 47 // ---------- 48 // - added fAidx 49 // 46 50 // 47 51 // FIXME: According to an agreement we have to change the name 'Id' to 'idx' … … 67 71 // Initializes one pixel 68 72 // 69 MGeomPix::MGeomPix(Float_t x, Float_t y, Float_t r, UInt_t s )73 MGeomPix::MGeomPix(Float_t x, Float_t y, Float_t r, UInt_t s, UInt_t a) 70 74 { 71 75 // default constructor 72 Set(x, y, r, s );76 Set(x, y, r, s, a); 73 77 } 74 78
Note:
See TracChangeset
for help on using the changeset viewer.