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 px;
10  float py;
11  float pz;
12  float ptrel;
13  float mass;
14 
15  float deltaR;
16 
17  float ntracks;
18  float chi2;
19  float normchi2;
20  float dxy;
21  float dxysig;
22  float d3d;
23  float d3dsig;
24 
25  float costhetasvpv;
26  float enratio;
27 
28  float etarel;
29  float phirel;
30 
31  float eta;
32  float phi;
33  float e;
34  };
35 
36 } // namespace btagbtvdeep
37 
38 #endif //DataFormats_BTauReco_SecondaryVertexFeatures_h