- Timestamp:
- 06/24/03 16:19:34 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2230 r2231 52 52 * mraw/MRawEvtData.cc: 53 53 - fixed a degug level problem 54 55 * mgui/MHexagon.[h,cc]: 56 - fixed CopyConstructor 54 57 55 58 -
trunk/MagicSoft/Mars/mgui/MHexagon.h
r2229 r2231 40 40 MHexagon(); 41 41 MHexagon(Float_t x, Float_t y, Float_t d); 42 MHexagon( MGeomPix &pix);42 MHexagon(const MGeomPix &pix); 43 43 MHexagon(const MHexagon &hexagon); 44 44 -
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r2229 r2231 1014 1014 return; 1015 1015 1016 cout << GetTitle() << " <" << GetName() << ">" << endl; 1016 1017 cout << "Software Pixel Index: " << idx << endl; 1017 1018 cout << "Hardware Pixel Id: " << idx+1 << endl;
Note:
See TracChangeset
for help on using the changeset viewer.