10#include "HepMC3/HepMC3.pb.h"
19std::string GenRunInfo(GenRunInfo
const &run_info);
20std::string GenEvent(GenEvent
const &evt);
24namespace Deserialize {
26bool GenRunInfo(std::string
const &,
27 std::shared_ptr<HepMC3::GenRunInfo> run_info);
30void FillGenRunInfo(HepMC3_pb::GenRunInfoData
const &gri_pb,
31 std::shared_ptr<HepMC3::GenRunInfo> run_info);
33bool GenEvent(std::string
const &, HepMC3::GenEvent &evt);
36void FillGenEvent(HepMC3_pb::GenEventData
const &ged_pb, HepMC3::GenEvent &evt);
Definition of class GenEvent.
Definition of class GenRunInfo.