Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11
#ifndef HeavyFlavorAnalysis_RecoDecay_BPHRecoCandidatePtr_h
#define HeavyFlavorAnalysis_RecoDecay_BPHRecoCandidatePtr_h

#include "HeavyFlavorAnalysis/RecoDecay/interface/BPHGenericPtr.h"
class BPHRecoCandidate;
typedef BPHGenericPtr<BPHRecoCandidate> BPHRecoCandidateWrap;
typedef BPHGenericPtr<BPHRecoCandidate>::type BPHRecoCandidatePtr;
typedef BPHGenericPtr<const BPHRecoCandidate> BPHRecoConstCandWrap;
typedef BPHGenericPtr<const BPHRecoCandidate>::type BPHRecoConstCandPtr;

#endif