CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CommonTools/RecoAlgos/plugins/PFClusterCandidateProducer.cc

Go to the documentation of this file.
00001 
00012 #include "CommonTools/RecoAlgos/src/PFClusterToRefCandidate.h"
00013 #include "FWCore/Framework/interface/MakerMacros.h"
00014 
00015 typedef CandidateProducer<
00016           edm::View<reco::PFCluster>,
00017           reco::RecoPFClusterRefCandidateCollection,
00018           AnySelector,
00019           converter::helper::CandConverter<reco::PFCluster>::type
00020         > PFClusterRefCandidateProducer;
00021 
00022 DEFINE_FWK_MODULE(PFClusterRefCandidateProducer);