Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:45:27

0001 /** \class PFClusterRefCandidateProducer
0002  *
0003  * Framework module that produces a collection
0004  * of candidates with a Track compoment
0005  *
0006  * \author Steven Lowette
0007  *
0008  * $Id: PFClusterCandidateProducer.cc,v 1.1 2011/01/26 16:00:11 srappocc Exp $
0009  *
0010  */
0011 
0012 #include "CommonTools/RecoAlgos/src/PFClusterToRefCandidate.h"
0013 #include "FWCore/Framework/interface/MakerMacros.h"
0014 
0015 typedef CandidateProducer<edm::View<reco::PFCluster>,
0016                           reco::RecoPFClusterRefCandidateCollection,
0017                           AnySelector,
0018                           converter::helper::CandConverter<reco::PFCluster>::type>
0019     PFClusterRefCandidateProducer;
0020 
0021 DEFINE_FWK_MODULE(PFClusterRefCandidateProducer);