#ifndef SimpleInfo_hh_ #define SimpleInfo_hh_ struct SimpleInfo { int pdg = 0; float time = 0; std::vector idxs = std::vector(); }; #endif