Ignore:
Timestamp:
09/07/04 11:26:14 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc

    r4738 r4875  
    211211// --------------------------------------------------------------------------
    212212//
    213 // print run header information on *fLog
     213// print run header information on *fLog. The option 'header' supresses
     214// the pixel index translation table.
    214215//
    215216void MRawRunHeader::Print(Option_t *t) const
     
    236237    *fLog << "Evt Counter:  " << fNumEvents << endl;
    237238
     239    if (TString(t).Contains("header", TString::kIgnoreCase))
     240        return;
     241
    238242    *fLog << inf << hex;
    239243    for (int i=0; i<GetNumPixel(); i++)
Note: See TracChangeset for help on using the changeset viewer.