Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:02

0001 /* \class CandViewShallowCloneCombiner

0002  * 

0003  * \author: Luca Lista, INFN

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>, AnyPairSelector, combiner::helpers::ShallowClone>
0013         CandViewShallowCloneCombiner;
0014 
0015     DEFINE_FWK_MODULE(CandViewShallowCloneCombiner);
0016 
0017   }  // namespace modules

0018 }  // namespace reco