CMS 3D CMS Logo

DeepFlavourFeatures.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_DeepFlavourFeatures_h
2 #define DataFormats_BTauReco_DeepFlavourFeatures_h
3 
4 #include <vector>
5 
12 
13 namespace btagbtvdeep {
14 
16  public:
19 
20  std::vector<SecondaryVertexFeatures> sv_features;
21 
22  std::vector<NeutralCandidateFeatures> n_pf_features;
23  std::vector<ChargedCandidateFeatures> c_pf_features;
24 
25  std::vector<SeedingTrackFeatures> seed_features;
26 
27  std::size_t npv; // used by deep flavour
28  };
29 
30 } // namespace btagbtvdeep
31 
32 #endif //DataFormats_BTauReco_DeepFlavourFeatures_h
ShallowTagInfoFeatures tag_info_features
std::vector< NeutralCandidateFeatures > n_pf_features
std::vector< SecondaryVertexFeatures > sv_features
std::vector< ChargedCandidateFeatures > c_pf_features
std::vector< SeedingTrackFeatures > seed_features