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 
10 
11 namespace btagbtvdeep {
12 
14  public:
15  bool empty() const { return is_empty_; }
16 
17  void filled() { is_empty_ = false; }
18 
21 
22  std::vector<SecondaryVertexFeatures> sv_features;
23 
24  std::vector<ChargedCandidateFeatures> c_pf_features;
25 
26  std::size_t npv; // used by deep flavour
27 
28  private:
29  bool is_empty_ = true;
30  };
31 
32 } // namespace btagbtvdeep
33 
34 #endif //DataFormats_BTauReco_DeepDoubleXFeatures_h
BoostedDoubleSVTagInfoFeatures tag_info_features
std::vector< ChargedCandidateFeatures > c_pf_features
std::vector< SecondaryVertexFeatures > sv_features