Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
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
metsig::jet
Definition:
SignAlgoResolutions.h:47
JetUtils.h
edm::ProductID
Definition:
ProductID.h:27
edm::Ptr< pat::Jet >
heppy::JetUtils::copyJet
static const pat::Jet copyJet(const pat::Jet &ijet)
Definition:
JetUtils.cc:5
pat::Jet
Analysis-level calorimeter jet class.
Definition:
Jet.h:77
Generated for CMSSW Reference Manual by
1.8.5