Changeset 2206 for trunk/MagicSoft/Mars/mfileio/MReadRflFile.cc
- Timestamp:
- 06/23/03 11:01:53 (23 years ago)
- File:
-
- 1 edited
-
trunk/MagicSoft/Mars/mfileio/MReadRflFile.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadRflFile.cc
r2173 r2206 42 42 #include "MRflEvtHeader.h" 43 43 #include "MRflRunHeader.h" 44 #include "MRflSinglePhoton.h" 44 45 45 46 #include "MLog.h" … … 219 220 } 220 221 221 Bool_t MReadRflFile::Process()222 Int_t MReadRflFile::Process() 222 223 { 223 224 for (;;) … … 248 249 } 249 250 250 Bool_t MReadRflFile::PreProcess(MParList *plist)251 Int_t MReadRflFile::PreProcess(MParList *plist) 251 252 { 252 253 fEvtData=(MRflEvtData*)plist->FindCreateObj("MRflEvtData");
Note:
See TracChangeset
for help on using the changeset viewer.
