CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/CommonTools/ParticleFlow/plugins/PFCandidateFromFwdPtrProducer.h

Go to the documentation of this file.
00001 #include "CommonTools/UtilAlgos/interface/ProductFromFwdPtrProducer.h"
00002 #include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
00003 #include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"
00004 #include "CommonTools/ParticleFlow/interface/PFCandidateWithSrcPtrFactory.h"
00005 
00006 typedef edm::ProductFromFwdPtrProducer< reco::PFCandidate, 
00007                                         reco::PFCandidateWithSrcPtrFactory >  PFCandidateFromFwdPtrProducer;
00008