Macros

Line Code
1 2 3 4 5 6 7 8
#ifndef CandUtils_cloneDecayTree_h
#define CandUtils_cloneDecayTree_h
#include "DataFormats/Candidate/interface/CandidateFwd.h"
#include <memory>

std::unique_ptr<reco::Candidate> cloneDecayTree(const reco::Candidate&);

#endif