35 #ifndef ANA_OBJECT_OBJECTUTILS_H 
   36 #define ANA_OBJECT_OBJECTUTILS_H 
   48       const std::set<AObject *> &setobj, 
size_t limit = 0 );
 
   50       const std::list<AObject *> &setobj, 
size_t limit = 0,
 
   51       const std::set<AObject *> & allobjects = std::set<AObject *>() );
 
   53       const std::vector<AObject *> &setobj, 
size_t limit = 0,
 
   54       const std::set<AObject *> & allobjects = std::set<AObject *>() );
 
   55     template <
typename iterator>
 
   58       const std::set<AObject *> & allobjects = std::set<AObject *>() );
 
static std::string catObjectNames(const std::list< AObject * > &setobj, size_t limit=0, const std::set< AObject * > &allobjects=std::set< AObject * >())
static std::string catObjectNames(const std::vector< AObject * > &setobj, size_t limit=0, const std::set< AObject * > &allobjects=std::set< AObject * >())
static std::string catObjectNames(const std::set< AObject * > &setobj, size_t limit=0)