1 #ifndef Analysis_Tools_Collection_h 2 #define Analysis_Tools_Collection_h 1 40 template <
class Object>
52 Object &
at(
const int & index);
53 void add(
const Object &
object);
55 void matchTo(
const std::vector<Candidate>* vectorcandidates,
const std::string &
name ,
const float & deltaR = 0.5 );
64 std::vector< std::shared_ptr<Object> >
vector();
67 std::string
name()
const;
98 #endif // Analysis_Tools_Tree_h