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

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

Definition at line 6 of file JetUtils.cc.

References metsig::jet.

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