4#include "HepMC/GenParticle.h"
12 m_TypeList.push_back(ParticleType);
15 vector<int>::const_iterator itype = ParticleTypeList.begin();
16 for(; itype !=ParticleTypeList.end(); ++itype ){
17 m_TypeList.push_back((*itype));
23 vector<int>::const_iterator itype = m_TypeList.begin();
24 for(; itype != m_TypeList.end(); ++itype ){
25 if(
abs(p->pdg_id()) == (*itype) )
return true ;
double abs(const EvtComplex &c)
HepMC::GenParticle Particle
virtual bool operator()(const Particle *const p) const
IsGenType(int ParticleType)
GenIMCselector * create() const