Newer
Older
#include "edm4hep/MCParticleCollection.h"//plico
namespace MyHepMC {
class GenEvent{
public:
//GenEvent();
GenEvent(edm4hep::MCParticleCollection& mcCol);
~GenEvent();
void SetEventHeader(long event_id_, long run_id_, float time_, std::string det_name_);
//void SetMCCollection(edm4hep::MCParticleCollection vec_);
long getID();
long getRun();
long getTime();
void ReSet();
std::string getName();
edm4hep::MCParticleCollection getMCVec();
edm4hep::MCParticleCollection& m_mc_vec;
//edm4hep::MCParticleCollection m_mc_vec;