CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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::auto_ptr<reco::Candidate> cloneDecayTree( const reco::Candidate & );
7 
8 #endif
std::auto_ptr< reco::Candidate > cloneDecayTree(const reco::Candidate &)