CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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  static const pat::Jet copyJet(const pat::Jet& ijet);
11  };
12 }; // namespace heppy
13 
14 #endif
static const pat::Jet copyJet(const pat::Jet &ijet)
Definition: JetUtils.cc:5
Analysis-level calorimeter jet class.
Definition: Jet.h:77