#include <DumpMomModule.h>
Inheritance diagram for DumpMomModule:

Public Member Functions | |
| DumpMomModule () | |
| JobCResult | Ana (const MomNavigator *mom) |
Private Attributes | |
| int | fCount |
Created on: Mon Dec 9 14:57:19 2002
Definition at line 27 of file DumpMomModule.h.
|
|
Definition at line 10 of file DumpMomModule.cxx. 00011 : fCount (0) 00012 { 00013 }
|
|
|
Implement this for read only access to the MomNavigator Reimplemented from JobCModule. Definition at line 15 of file DumpMomModule.cxx. References DataUtil::dump_mom(), and fCount. 00016 {
00017 ++fCount;
00018 cerr << "[" << fCount << "]: ";
00019 if (!DataUtil::dump_mom(mom,cerr))
00020 cerr << "Failed to dump mom\n";
00021 return JobCResult::kAOK;
00022 }
|
|
|
Definition at line 29 of file DumpMomModule.h. Referenced by Ana(). |
1.3.9.1