1 #ifndef PNDINPUTCONTAINERI_HH 2 #define PNDINPUTCONTAINERI_HH 26 virtual T
const *
GetElement(Int_t t_index)
const = 0;
43 std::vector<T const *> result{};
44 result.reserve(this->
GetSize());
virtual ssize_t GetSize() const =0
Get the number of members in internal data.
Interface to a datacontainer to be used in PandaROOT.