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  public:
8  float pt;
9  float eta;
10  float phi;
11  float mass;
12  float dz;
13  float dxy;
14  float ip3D;
15  float sip3D;
16  float ip2D;
17  float sip2D;
18  float distPCA;
19  float dsigPCA;
20  float x_PCAonSeed;
21  float y_PCAonSeed;
22  float z_PCAonSeed;
26  float x_PCAonTrack;
27  float y_PCAonTrack;
28  float z_PCAonTrack;
32  float dotprodTrack;
33  float dotprodSeed;
44  };
45 
46 } // namespace btagbtvdeep
47 
48 #endif