CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/CommonTools/RecoAlgos/plugins/ChargedCandidateProducer.cc

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