CMS 3D CMS Logo

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
JetUtils.h
pat::Jet
Analysis-level calorimeter jet class.
Definition: Jet.h:77
heppy
TAKEN FROM http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/ElectroWeakAnalysis/Utilities/src/PdfWeig...
Definition: AlphaT.h:16
edm::Ptr< pat::Jet >
heppy::JetUtils::copyJet
static const pat::Jet copyJet(const pat::Jet &ijet)
Definition: JetUtils.cc:5
metsig::jet
Definition: SignAlgoResolutions.h:47
edm::ProductID
Definition: ProductID.h:27