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

0020 }  // namespace reco