CMS 3D CMS Logo

JetFeatures.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_JetFeatures_h
2 #define DataFormats_BTauReco_JetFeatures_h
3 
4 namespace btagbtvdeep {
5 
6  class JetFeatures {
7  public:
8  float pt;
9  float eta;
10  float phi;
11  float mass;
12  float energy;
13  };
14 
15 } // namespace btagbtvdeep
16 
17 #endif //DataFormats_BTauReco_JetFeatures_h