Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* \class CandViewNtpProducer
 * 
 * Configurable Candidate ntuple creator
 *
 * \author: Luca Lista, INFN
 *
 */
#include "FWCore/Framework/interface/MakerMacros.h"
#include "CommonTools/UtilAlgos/interface/NtpProducer.h"
#include "DataFormats/Candidate/interface/Candidate.h"

typedef NtpProducer<reco::CandidateView> CandViewNtpProducer;

DEFINE_FWK_MODULE(CandViewNtpProducer);