Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:31

0001 /* \class CandPtIsolationProducerNew
0002  *
0003  * computes and stores isolation using PtAlgo for Candidates
0004  *
0005  */
0006 #include "FWCore/Framework/interface/MakerMacros.h"
0007 #include "DataFormats/Candidate/interface/Candidate.h"
0008 #include "PhysicsTools/IsolationAlgos/interface/IsolationProducerNew.h"
0009 #include "PhysicsTools/IsolationAlgos/interface/PtIsolationAlgo.h"
0010 
0011 typedef reco::modulesNew::
0012     IsolationProducer<reco::CandidateView, reco::CandidateView, PtIsolationAlgo<reco::Candidate, reco::CandidateView> >
0013         CandPtIsolationProducerNew;
0014 
0015 DEFINE_FWK_MODULE(CandPtIsolationProducerNew);