CMS 3D CMS Logo

TrackPairFeatures.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_TrackPairFeatures_h
2 #define DataFormats_BTauReco_TrackPairFeatures_h
3 
4 namespace btagbtvdeep {
5 
7 
8  public:
9 
10  float pt;
11  float eta;
12  float phi;
13  float mass;
14  float dz;
15  float dxy;
16  float ip3D;
17  float sip3D;
18  float ip2D;
19  float sip2D;
20  float distPCA;
21  float dsigPCA;
22  float x_PCAonSeed;
23  float y_PCAonSeed;
24  float z_PCAonSeed;
28  float x_PCAonTrack;
29  float y_PCAonTrack;
30  float z_PCAonTrack;
34  float dotprodTrack;
35  float dotprodSeed;
46 
47 };
48 
49 }
50 
51 #endif