Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DumpMom.h

Go to the documentation of this file.
00001 #ifndef DUMPMOM_H
00002 #define DUMPMOM_H
00003 
00004 #include <string>
00005 #include <iosfwd>
00006 class MomNavigator;
00007 class CandHandle;
00008 
00009 namespace DataUtil {
00025   bool dump_mom(const MomNavigator*, std::ostream& os);
00026 
00027   // Also useful:
00028   bool dump_cand(const CandHandle* ch, 
00029                  std::ostream& os,
00030                  std::string prefix = "",
00031                  int recurse_depth = 1,
00032                  int max_daughters = 5 );
00033  }
00034 
00035 #endif  // DUMPMOM_H

Generated on Mon Feb 15 11:06:38 2010 for loon by  doxygen 1.3.9.1