Ignore:
Timestamp:
02/13/04 17:29:21 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r3142 r3143  
    13031303
    13041304    gLog << all << GetTitle() << " <" << GetName() << ">" << endl;
    1305     gLog << "Software Pixel Index: " << idx << endl;
    1306     gLog << "Hardware Pixel Id:    " << idx+1 << endl;
    1307     gLog << "Contents:             " << GetBinContent(idx+1);
     1305    gLog << "Software Pixel Idx: " << idx << endl;
     1306    gLog << "Hardware Pixel Id:  " << idx+1 << endl;
     1307    gLog << "Contents:           " << GetBinContent(idx+1);
    13081308    if (GetBinError(idx+1)>0)
    13091309        gLog << " +/- " << GetBinError(idx+1);
Note: See TracChangeset for help on using the changeset viewer.