CMS 3D CMS Logo

NeutralCandidateFeatures.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_NeutralCandidateFeatures_h
2 #define DataFormats_BTauReco_NeutralCandidateFeatures_h
3 
4 namespace btagbtvdeep {
5 
7  public:
8  float ptrel;
9  float ptrel_noclip;
10  float erel;
11 
12  float drsubjet1;
13  float drsubjet2;
14 
15  float puppiw;
16  float deltaR;
18  float isGamma;
19 
20  float hadFrac;
21  float drminsv;
22 
23  float etarel;
24  float phirel;
25 
26  float pt;
27  float px;
28  float py;
29  float pz;
30  float eta;
31  float phi;
32  float e;
33  };
34 
35 } // namespace btagbtvdeep
36 
37 #endif //DataFormats_BTauReco_NeutralCandidateFeatures_h