Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:35

0001 #ifndef CandMCTag_h
0002 #define CandMCTag_h
0003 
0004 #include "DataFormats/Candidate/interface/Candidate.h"
0005 
0006 namespace CandMCTagUtils {
0007 
0008   std::vector<const reco::Candidate *> getAncestors(const reco::Candidate &c);
0009   bool hasBottom(const reco::Candidate &c);
0010   bool hasCharm(const reco::Candidate &c);
0011   bool isParton(const reco::Candidate &c);
0012   bool isLightParton(const reco::Candidate &c);
0013 
0014 }  // namespace CandMCTagUtils
0015 #endif  // CandMCTag_h