#include "Blat.hh" #include ClassImp(Blat) void Blat::Print(void) { cout << _list.GetSize() << endl; } void Blat::Add(TObject *x) { _list.Add(x); }