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
1.3.9.1