Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "PhysicsTools/Heppy/interface/JetUtils.h"
0002 
0003 namespace heppy {
0004 
0005   const pat::Jet JetUtils::copyJet(const pat::Jet& ijet) {
0006     edm::Ptr<pat::Jet> ptrJet(edm::ProductID(), &ijet, 0, false);
0007     pat::Jet jet(ptrJet);
0008 
0009     return jet;
0010   }
0011 
0012 }  // namespace heppy