CMS 3D CMS Logo

zMCLeptonDaughters.h
Go to the documentation of this file.
1 #ifndef CommonTools_CandUtils_zMCLeptonDaughters_h
2 #define CommonTools_CandUtils_zMCLeptonDaughters_h
3 #include <utility>
4 
5 namespace reco {
6  class Candidate;
7  std::pair<const Candidate *, const Candidate *> zMCLeptonDaughters(const Candidate &z, int leptonPdgId);
8 } // namespace reco
9 
10 #endif
fixed size matrix
std::pair< const Candidate *, const Candidate * > zMCLeptonDaughters(const Candidate &z, int leptonPdgId)