Ignore:
Timestamp:
06/23/03 11:01:53 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadRflFile.cc

    r2173 r2206  
    4242#include "MRflEvtHeader.h"
    4343#include "MRflRunHeader.h"
     44#include "MRflSinglePhoton.h"
    4445
    4546#include "MLog.h"
     
    219220}
    220221
    221 Bool_t MReadRflFile::Process()
     222Int_t MReadRflFile::Process()
    222223{
    223224    for (;;)
     
    248249}
    249250
    250 Bool_t MReadRflFile::PreProcess(MParList *plist)
     251Int_t MReadRflFile::PreProcess(MParList *plist)
    251252{
    252253    fEvtData=(MRflEvtData*)plist->FindCreateObj("MRflEvtData");
Note: See TracChangeset for help on using the changeset viewer.