Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:09

0001 /** \class ConcreteChargedCandidateProducer
0002  *
0003  * Framework module that produces a collection
0004  * of candidates with a Track compoment
0005  *
0006  * \author Luca Lista, INFN
0007  *
0008  * \version $Revision: 1.1 $
0009  *
0010  * $Id: ConcreteChargedRefCandidateProducer.cc,v 1.1 2009/11/24 03:47:26 srappocc Exp $
0011  *
0012  */
0013 
0014 #include "CommonTools/RecoAlgos/interface/TrackToRefCandidate.h"
0015 #include "FWCore/Framework/interface/MakerMacros.h"
0016 
0017 typedef CandidateProducer<reco::TrackCollection, reco::RecoChargedRefCandidateCollection>
0018     ConcreteChargedRefCandidateProducer;
0019 
0020 DEFINE_FWK_MODULE(ConcreteChargedRefCandidateProducer);