CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 ptrel;
10  float mass;
11 
12  float deltaR;
13 
14  float ntracks;
15  float chi2;
16  float normchi2;
17  float dxy;
18  float dxysig;
19  float d3d;
20  float d3dsig;
21 
22  float costhetasvpv;
23  float enratio;
24  };
25 
26 } // namespace btagbtvdeep
27 
28 #endif //DataFormats_BTauReco_SecondaryVertexFeatures_h