CMS 3D CMS Logo

SecondaryVertexFeatures.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_SecondaryVertexFeatures_h
2 #define DataFormats_BTauReco_SecondaryVertexFeatures_h
3 
4 namespace btagbtvdeep {
5 
7 
8  public:
9 
10  float pt;
11  float mass;
12 
13  float deltaR;
14 
15  float ntracks;
16  float chi2;
17  float normchi2;
18  float dxy;
19  float dxysig;
20  float d3d;
21  float d3dsig;
22 
23  float costhetasvpv;
24  float enratio;
25 
26 };
27 
28 }
29 
30 #endif //DataFormats_BTauReco_SecondaryVertexFeatures_h