CMS 3D CMS Logo

cloneDecayTree.h
Go to the documentation of this file.
1 #ifndef CandUtils_cloneDecayTree_h
2 #define CandUtils_cloneDecayTree_h
4 #include <memory>
5 
6 std::unique_ptr<reco::Candidate> cloneDecayTree(const reco::Candidate&);
7 
8 #endif
std::unique_ptr< reco::Candidate > cloneDecayTree(const reco::Candidate &)