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 ptrel;
12  float mass;
13 
14  float deltaR;
15 
16  float ntracks;
17  float chi2;
18  float normchi2;
19  float dxy;
20  float dxysig;
21  float d3d;
22  float d3dsig;
23 
24  float costhetasvpv;
25  float enratio;
26 
27 };
28 
29 }
30 
31 #endif //DataFormats_BTauReco_SecondaryVertexFeatures_h