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 
11  public:
12 
13  float pt;
14  float eta;
15  float phi;
16  float mass;
17  float dz;
18  float dxy;
19  float ip3D;
20  float sip3D;
21  float ip2D;
22  float sip2D;
23  float signedIp3D;
24  float signedSip3D;
25  float signedIp2D;
26  float signedSip2D;
29  float chi2reduced;
30  float nPixelHits;
31  float nHits;
34 
35  std::vector<btagbtvdeep::TrackPairFeatures> nearTracks;
36 
37 
38 };
39 
40 }
41 
42 #endif
std::vector< btagbtvdeep::TrackPairFeatures > nearTracks