5 #ifndef DQM_PERSISTENCY_PFUNCTIONS_H 
    6 #define DQM_PERSISTENCY_PFUNCTIONS_H 
   18   void Print(
const PParameter* param, TDirectory* topdir, 
 
   21   void WriteTree(PRegion& top_level, TDirectory& topdir, PMetadata& topmap);
 
   23   PParameter* 
GetNode(TDirectory& topdir, 
const std::string& nodename);
 
   25   PParameter* 
GetNode(TDirectory& topdir, 
int key);
 
   29 #endif //DQM_PERSISTENCY_PFUNCTIONS_H