CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/CommonTools/CandAlgos/plugins/CandViewShallowClonePtrCombiner.cc

Go to the documentation of this file.
00001 /* \class CandViewShallowCloneCombiner
00002  * 
00003  * \author: Luca Lista, INFN
00004  *
00005  */
00006 #include "FWCore/Framework/interface/MakerMacros.h"
00007 #include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h"
00008 #include "CommonTools/CandAlgos/interface/CandCombiner.h"
00009 
00010 namespace reco {
00011   namespace modules {
00012     typedef CandCombiner<
00013               StringCutObjectSelector<reco::Candidate, true>,
00014               AnyPairSelector,
00015               combiner::helpers::ShallowClonePtr
00016             > CandViewShallowClonePtrCombiner;
00017 
00018 DEFINE_FWK_MODULE( CandViewShallowClonePtrCombiner );
00019 
00020   }
00021 }