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 
8  public:
9 
10  float pt;
11  float eta;
12  float phi;
13  float mass;
14  float energy;
15 
16 };
17 
18 }
19 
20 #endif //DataFormats_BTauReco_JetFeatures_h