CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/CommonTools/RecoAlgos/plugins/ConcreteEcalCandidateProducer.cc

Go to the documentation of this file.
00001 
00014 #include "CommonTools/RecoAlgos/src/SuperClusterToCandidate.h"
00015 #include "FWCore/Framework/interface/MakerMacros.h"
00016 
00017 typedef CandidateProducer<
00018           reco::SuperClusterCollection, 
00019           reco::RecoEcalCandidateCollection
00020         > ConcreteEcalCandidateProducer;
00021 
00022 DEFINE_FWK_MODULE( ConcreteEcalCandidateProducer );