CMS 3D CMS Logo

DeepDoubleXFeatures.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_DeepDoubleXFeatures_h
2 #define DataFormats_BTauReco_DeepDoubleXFeatures_h
3 
4 #include <vector>
5 
11 
12 namespace btagbtvdeep {
13 
15  public:
16  bool empty() const { return is_empty_; }
17 
18  void filled() { is_empty_ = false; }
19 
22 
23  std::vector<ChargedCandidateFeatures> c_pf_features;
24 
25  std::vector<NeutralCandidateFeatures> n_pf_features;
26 
27  std::vector<SecondaryVertexFeatures> sv_features;
28 
29  std::size_t npv; // used by deep flavour
30 
31  private:
32  bool is_empty_ = true;
33  };
34 
35 } // namespace btagbtvdeep
36 
37 #endif //DataFormats_BTauReco_DeepDoubleXFeatures_h
BoostedDoubleSVTagInfoFeatures tag_info_features
std::vector< ChargedCandidateFeatures > c_pf_features
std::vector< NeutralCandidateFeatures > n_pf_features
std::vector< SecondaryVertexFeatures > sv_features