File indexing completed on 2024-04-06 12:01:02
0001
0002
0003
0004
0005
0006
0007
0008 #include "FWCore/Framework/interface/MakerMacros.h"
0009 #include "CommonTools/UtilAlgos/interface/AssociationVectorSelector.h"
0010 #include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h"
0011 #include "CommonTools/UtilAlgos/interface/MaxSelector.h"
0012 #include "DataFormats/Candidate/interface/Candidate.h"
0013
0014 typedef AssociationVectorSelector<reco::CandidateRefProd,
0015 std::vector<double>,
0016 StringCutObjectSelector<reco::Candidate>,
0017 MaxSelector<double> >
0018 CandDoubleAssociationVectorSelector;
0019
0020 DEFINE_FWK_MODULE(CandDoubleAssociationVectorSelector);