CMS 3D CMS Logo

List of all members | Static Public Member Functions
heppy::JetUtils Struct Reference

#include <JetUtils.h>

Static Public Member Functions

static const pat::Jet copyJet (const pat::Jet &ijet)
 

Detailed Description

Definition at line 9 of file JetUtils.h.

Member Function Documentation

◆ copyJet()

const pat::Jet heppy::JetUtils::copyJet ( const pat::Jet ijet)
static

Definition at line 5 of file JetUtils.cc.

References metsig::jet.

5  {
6  edm::Ptr<pat::Jet> ptrJet(edm::ProductID(), &ijet, 0, false);
7  pat::Jet jet(ptrJet);
8 
9  return jet;
10  }
Analysis-level calorimeter jet class.
Definition: Jet.h:77