Imperial Analysis
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
plugins/ICPFCandidateProducer.cc
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
#include "CommonTools/UtilAlgos/interface/SingleObjectSelector.h"
#include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
typedef SingleObjectSelector<reco::PFCandidateCollection,
StringCutObjectSelector<reco::PFCandidate>,
reco::PFCandidateRefVector> PFCandidateRefSelector;
#if CMSSW_MAJOR_VERSION >= 7
#include "DataFormats/PatCandidates/interface/PackedCandidate.h"
typedef ICPFCandidateProducer<pat::PackedCandidate> ICPFFromPackedProducer;
DEFINE_FWK_MODULE(ICPFFromPackedProducer);
#endif