CMS 3D CMS Logo

SeedingTrackFeatures.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_SeedingTrackFeatures_h
2 #define DataFormats_BTauReco_SeedingTrackFeatures_h
3 
4 #include <vector>
6 
7 namespace btagbtvdeep {
8 
10  public:
11  float pt;
12  float eta;
13  float phi;
14  float mass;
15  float dz;
16  float dxy;
17  float ip3D;
18  float sip3D;
19  float ip2D;
20  float sip2D;
21  float signedIp3D;
22  float signedSip3D;
23  float signedIp2D;
24  float signedSip2D;
27  float chi2reduced;
28  float nPixelHits;
29  float nHits;
32 
33  std::vector<btagbtvdeep::TrackPairFeatures> nearTracks;
34  };
35 
36 } // namespace btagbtvdeep
37 
38 #endif
std::vector< btagbtvdeep::TrackPairFeatures > nearTracks