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  public:
8  float pt;
9  float mass;
10 
11  float deltaR;
12 
13  float ntracks;
14  float chi2;
15  float normchi2;
16  float dxy;
17  float dxysig;
18  float d3d;
19  float d3dsig;
20 
21  float costhetasvpv;
22  float enratio;
23  };
24 
25 } // namespace btagbtvdeep
26 
27 #endif //DataFormats_BTauReco_SecondaryVertexFeatures_h