File indexing completed on 2024-04-06 12:01:02
0001
0002
0003
0004
0005
0006 #include "FWCore/Framework/interface/MakerMacros.h"
0007 #include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h"
0008 #include "CommonTools/CandAlgos/interface/CandCombiner.h"
0009
0010 namespace reco {
0011 namespace modules {
0012 typedef CandCombiner<StringCutObjectSelector<reco::Candidate, true>,
0013 AnyPairSelector,
0014 combiner::helpers::ShallowClonePtr>
0015 CandViewShallowClonePtrCombiner;
0016
0017 DEFINE_FWK_MODULE(CandViewShallowClonePtrCombiner);
0018
0019 }
0020 }