Changeset 3143 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 02/13/04 17:29:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r3142 r3143 1303 1303 1304 1304 gLog << all << GetTitle() << " <" << GetName() << ">" << endl; 1305 gLog << "Software Pixel I ndex: " << idx << endl;1306 gLog << "Hardware Pixel Id: 1307 gLog << "Contents: 1305 gLog << "Software Pixel Idx: " << idx << endl; 1306 gLog << "Hardware Pixel Id: " << idx+1 << endl; 1307 gLog << "Contents: " << GetBinContent(idx+1); 1308 1308 if (GetBinError(idx+1)>0) 1309 1309 gLog << " +/- " << GetBinError(idx+1);
Note:
See TracChangeset
for help on using the changeset viewer.