CMS 3D CMS Logo

GenParticlesHelper.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_HepMCCandAlgos_GenParticlesHelper_h
2 #define PhysicsTools_HepMCCandAlgos_GenParticlesHelper_h
3 
5 
6 #include <iostream>
7 
8 namespace GenParticlesHelper {
9 
10  typedef reco::GenParticleCollection::const_iterator IG;
12 
14  void findParticles(const reco::GenParticleCollection& sourceParticles,
15  reco::GenParticleRefVector& particleRefs,
16  int pdgId,
17  int status);
18 
21  reco::GenParticleRefVector& descendents,
22  int status,
23  int pdgId = 0);
24 
26  void findSisters(const reco::GenParticleRef& baseSister, reco::GenParticleRefVector& sisterRefs);
27 
29  bool hasAncestor(const reco::GenParticle* particle, int pdgId, int status);
30 
32  bool isDirect(const reco::GenParticleRef& particle);
33 } // namespace GenParticlesHelper
34 
35 namespace edm {
36  std::ostream& operator<<(std::ostream& out, const reco::GenParticleRef& genRef);
37 }
38 #endif
std::vector< GenParticle > GenParticleCollection
collection of GenParticles
reco::GenParticleRefVector::const_iterator IGR
void findParticles(const reco::GenParticleCollection &sourceParticles, reco::GenParticleRefVector &particleRefs, int pdgId, int status)
find all particles of a given pdgId and status
bool isDirect(const reco::GenParticleRef &particle)
check if particle is direct (has status 3 or is a daughter of particle with status 3) ...
reco::GenParticleCollection::const_iterator IG
bool hasAncestor(const reco::GenParticle *particle, int pdgId, int status)
does the particle have an ancestor with this pdgId and this status?
HLT enums.
void findSisters(const reco::GenParticleRef &baseSister, reco::GenParticleRefVector &sisterRefs)
find the particles having the same daughter as baseSister
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger table.
void findDescendents(const reco::GenParticleRef &base, reco::GenParticleRefVector &descendents, int status, int pdgId=0)
find all descendents of a given status and pdgId (recursive)