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 
17  public:
20 
21  std::vector<SecondaryVertexFeatures> sv_features;
22 
23  std::vector<NeutralCandidateFeatures> n_pf_features;
24  std::vector<ChargedCandidateFeatures> c_pf_features;
25 
26  std::vector<SeedingTrackFeatures> seed_features;
27 
28  std::size_t npv; // used by deep flavour
29 
30 };
31 
32 
33 }
34 
35 #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