CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
JetUtils.cc
Go to the documentation of this file.
2 
3 namespace heppy {
4 
5  const pat::Jet JetUtils::copyJet(const pat::Jet& ijet) {
6  edm::Ptr<pat::Jet> ptrJet(edm::ProductID(), &ijet, 0, false);
7  pat::Jet jet(ptrJet);
8 
9  return jet;
10  }
11 
12 } // namespace heppy
static const pat::Jet copyJet(const pat::Jet &ijet)
Definition: JetUtils.cc:5
Analysis-level calorimeter jet class.
Definition: Jet.h:77