CMS 3D CMS Logo

BPHGenericPtr.h
Go to the documentation of this file.
1 #ifndef HeavyFlavorAnalysis_RecoDecay_BPHGenericPtr_h
2 #define HeavyFlavorAnalysis_RecoDecay_BPHGenericPtr_h
3 
4 #include <memory>
5 template <class T>
6 class BPHGenericPtr {
7  public:
8  typedef typename std::shared_ptr<T> type;
9 };
10 
11 #endif
std::shared_ptr< T > type
Definition: BPHGenericPtr.h:8