Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:33

0001 #ifndef HeavyFlavorAnalysis_RecoDecay_BPHRecoCandidatePtr_h
0002 #define HeavyFlavorAnalysis_RecoDecay_BPHRecoCandidatePtr_h
0003 
0004 #include "HeavyFlavorAnalysis/RecoDecay/interface/BPHGenericPtr.h"
0005 class BPHRecoCandidate;
0006 typedef BPHGenericPtr<BPHRecoCandidate> BPHRecoCandidateWrap;
0007 typedef BPHGenericPtr<BPHRecoCandidate>::type BPHRecoCandidatePtr;
0008 typedef BPHGenericPtr<const BPHRecoCandidate> BPHRecoConstCandWrap;
0009 typedef BPHGenericPtr<const BPHRecoCandidate>::type BPHRecoConstCandPtr;
0010 
0011 #endif