6 #pragma GCC diagnostic push
7 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
8 #include <HepMC/GenEvent.h>
9 #pragma GCC diagnostic pop
32 phhepmcgeneventmap = thisNode->
getData();
34 if (phhepmcgeneventmap)
38 *
fout <<
"size: " << phhepmcgeneventmap->
size() << std::endl;
41 *
fout <<
"map entry: " << iter->first << std::endl;
43 HepMC::GenEvent *evt = genevt->
getEvent();