13 std::cout <<
"Di Muon Fired" << std::endl;
16 HepMC::GenEvent::particle_const_iterator begin = evt->particles_begin();
17 HepMC::GenEvent::particle_const_iterator
end = evt->particles_end();
18 for (HepMC::GenEvent::particle_const_iterator it = begin; it !=
end; ++it) {
T getParameter(std::string const &) const
MultiCandGenEvtSelector(const edm::ParameterSet &)
bool selectParticle(HepMC::GenParticle *par, int status, int pdg, double ptMin, double etaMax)
bool filter(HepMC::GenEvent *) override