Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /* \class CandViewShallowCloneProducer
0002  * 
0003  * Producer of ShallowClones from any candidate collection   
0004  * selection via the string parser
0005  *
0006  * \author: Benedikt Hegner, CERN
0007  *
0008  */
0009 
0010 #include "CommonTools/CandAlgos/interface/SingleObjectShallowCloneSelector.h"
0011 #include "FWCore/Framework/interface/MakerMacros.h"
0012 #include "DataFormats/Candidate/interface/Candidate.h"
0013 #include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h"
0014 
0015 typedef SingleObjectShallowCloneSelector<edm::View<reco::Candidate>, StringCutObjectSelector<reco::Candidate> >
0016     CandViewShallowCloneProducer;
0017 
0018 DEFINE_FWK_MODULE(CandViewShallowCloneProducer);