33 FairMCList(Int_t type, Int_t entry, std::vector<Int_t> list)
42 void SetType(Int_t type) { fType = type; }
44 void AddElement(Int_t element) { fList.push_back(element); }
49 Int_t
GetElement(Int_t index)
const {
return fList.at(index); }
55 std::vector<Int_t> fList;
Int_t GetNElements() const
FairMCList(Int_t type, Int_t entry)
FairMCList(Int_t type, Int_t entry, std::vector< Int_t > list)
void SetEntry(Int_t entry)
void AddElement(Int_t element)
Int_t GetElement(Int_t index) const
std::vector< Int_t > GetElements() const