CMS 3D CMS Logo

ChargedCandidateFeatures.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_ChargedCandidateFeatures_h
2 #define DataFormats_BTauReco_ChargedCandidateFeatures_h
3 
4 namespace btagbtvdeep {
5 
7 
8  public:
9 
10  float ptrel;
11  float ptrel_noclip;
12  float erel;
13  float etarel;
14  float puppiw;
15  float vtx_ass;
16 
27 
28 
30 
31  float drsubjet1;
32  float drsubjet2;
33  float dxy;
34  float dxysig;
35  float dz;
36  float dzsig;
37  float deltaR;
38 
39  float chi2;
40  float quality;
41 
42  float drminsv;
43 
44 };
45 
46 }
47 
48 #endif //DataFormats_BTauReco_ChargedCandidateFeatures_h