6 produces<reco::GenParticleCollection>();
30 for(reco::GenParticleCollection::const_iterator
t=src.begin();
t!=src.end(); ++
t){
32 bool hasTopMother =
false;
33 for(
unsigned idx=0;
idx<
t->numberOfMothers(); ++
idx)
38 for(
unsigned idx=0;
idx<
t->numberOfMothers(); ++
idx){
40 t->mother(
idx)->vertex(),
t->mother(
idx)->pdgId(),
42 std::unique_ptr<reco::GenParticle> ptr( cand );
43 sel.push_back( *ptr );
std::vector< GenParticle > GenParticleCollection
collection of GenParticles
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
TopInitSubset(const edm::ParameterSet &)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
def setup(process, global_tag, zero_tesla=False)
void fillOutput(const reco::GenParticleCollection &, reco::GenParticleCollection &)
~TopInitSubset() override
Abs< T >::type abs(const T &t)
void produce(edm::Event &, const edm::EventSetup &) override
RefProd< PROD > getRefBeforePut()
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_