CMS 3D CMS Logo

DeltaRMinCandCombiner.cc

Go to the documentation of this file.
00001 /* \class DeltaRMinCandCombiner
00002  * 
00003  * Configurable Candidate Selector
00004  *
00005  * \author: Luca Lista, INFN
00006  *
00007  */
00008 #include "FWCore/Framework/interface/MakerMacros.h"
00009 #include "PhysicsTools/UtilAlgos/interface/StringCutObjectSelector.h"
00010 #include "PhysicsTools/UtilAlgos/interface/DeltaRMinPairSelector.h"
00011 #include "PhysicsTools/CandAlgos/interface/CandCombiner.h"
00012 
00013 typedef reco::modules::CandCombiner<
00014           StringCutObjectSelector<reco::Candidate>,
00015           DeltaRMinPairSelector
00016         > DeltaRMinCandCombiner;
00017 
00018 DEFINE_FWK_MODULE(DeltaRMinCandCombiner);

Generated on Tue Jun 9 17:40:59 2009 for CMSSW by  doxygen 1.5.4