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 mass;
13  float energy;
14 
15 };
16 
17 }
18 
19 #endif //DataFormats_BTauReco_JetFeatures_h