Ignore:
Timestamp:
09/28/01 13:36:14 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdatacheck/MDumpEvtHeader.cc

    r749 r956  
    2828#include "MLog.h"
    2929#include "MLogManip.h"
     30
    3031#include "MParList.h"
    3132#include "MRawEvtHeader.h"
     
    4041    {
    4142        *fLog << dbginf << " Error: MRawEvtHeader not found... exit." << endl;
    42         return kFALSE ;
     43        return kFALSE;
    4344    }
    4445
     
    4748    {
    4849        *fLog << dbginf << " Error: MRawEvtData not found... exit." << endl;
    49         return kFALSE ;
     50        return kFALSE;
    5051    }
    5152
     
    5556Bool_t MDumpEvtHeader::Process()
    5657{
    57   fRawEvtHeader->Print() ;
     58  fRawEvtHeader->Print();
    5859
    59   MRawEvtPixelIter pixel( fRawEvtData );
     60  MRawEvtPixelIter pixel(fRawEvtData);
    6061
    61   while ( pixel.Next() )
    62   {
    63       *fLog << " " << pixel.GetPixelId() ;
    64   }
     62  while (pixel.Next())
     63      *fLog << " " << pixel.GetPixelId();
    6564
    66   *fLog << endl ;
     65  *fLog << endl;
    6766 
    6867  return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.