CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
zMCLeptonDaughters.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_CandUtils_zMCLeptonDaughters_h
2 #define PhysicsTools_CandUtils_zMCLeptonDaughters_h
3 #include <utility>
4 
5 namespace reco {
6  class Candidate;
7  std::pair<const Candidate*, const Candidate *>
8  zMCLeptonDaughters(const Candidate & z, int leptonPdgId );
9 }
10 
11 #endif
double double double z
std::pair< const Candidate *, const Candidate * > zMCLeptonDaughters(const Candidate &z, int leptonPdgId)