test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetUtils.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_Heppy_JetUtils_h
2 #define PhysicsTools_Heppy_JetUtils_h
3 
6 
7 namespace heppy{
8 
9  struct JetUtils{
10 
11  static const pat::Jet
12  copyJet(const pat::Jet& ijet);
13 
14  };
15 };
16 
17 
18 #endif
static const pat::Jet copyJet(const pat::Jet &ijet)
Definition: JetUtils.cc:6
Analysis-level calorimeter jet class.
Definition: Jet.h:77