Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
Heppy
src
JetUtils.cc
Go to the documentation of this file.
1
#include "
PhysicsTools/Heppy/interface/JetUtils.h
"
2
3
namespace
heppy
{
4
5
const
pat::Jet
6
JetUtils::copyJet
(
const
pat::Jet
& ijet) {
7
8
edm::Ptr<pat::Jet>
ptrJet(
edm::ProductID
(), &ijet, 0,
false
);
9
pat::Jet
jet
(ptrJet);
10
11
return
jet
;
12
}
13
14
}
metsig::jet
Definition:
SignAlgoResolutions.h:40
JetUtils.h
edm::ProductID
Definition:
ProductID.h:27
heppy
TAKEN FROM http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/ElectroWeakAnalysis/Utilities/src/PdfWeig...
Definition:
AlphaT.h:17
edm::Ptr< pat::Jet >
heppy::JetUtils::copyJet
static const pat::Jet copyJet(const pat::Jet &ijet)
Definition:
JetUtils.cc:6
pat::Jet
Analysis-level calorimeter jet class.
Definition:
Jet.h:80
Generated for CMSSW Reference Manual by
1.8.11