00001 /* \class CandDoubleAssociationVectorSelector 00002 * 00003 * Configurable Candidate-to-double AssociationVector Selector 00004 * 00005 * \author: Luca Lista, INFN 00006 * 00007 */ 00008 #include "FWCore/Framework/interface/MakerMacros.h" 00009 #include "PhysicsTools/UtilAlgos/interface/AssociationVectorSelector.h" 00010 #include "PhysicsTools/UtilAlgos/interface/StringCutObjectSelector.h" 00011 #include "PhysicsTools/UtilAlgos/interface/MaxSelector.h" 00012 #include "DataFormats/Candidate/interface/Candidate.h" 00013 00014 typedef AssociationVectorSelector< 00015 reco::CandidateRefProd, 00016 std::vector<double>, 00017 StringCutObjectSelector<reco::Candidate>, 00018 MaxSelector<double> 00019 > CandDoubleAssociationVectorSelector; 00020 00021 DEFINE_FWK_MODULE(CandDoubleAssociationVectorSelector);