CMS 3D CMS Logo

UnifiedParticleTransformerAK4Features.h
Go to the documentation of this file.
1 #ifndef DataFormats_BTauReco_UnifiedParticleTransformerAK4Features_h
2 #define DataFormats_BTauReco_UnifiedParticleTransformerAK4Features_h
3 
8 
9 #include <vector>
10 
11 namespace btagbtvdeep {
12 
14  public:
15  bool is_filled = true;
16  std::vector<SecondaryVertexFeatures> sv_features;
17 
18  std::vector<NeutralCandidateFeatures> n_pf_features;
19  std::vector<ChargedCandidateFeatures> c_pf_features;
20  std::vector<LostTracksFeatures> lt_features;
21  };
22 
23 } // namespace btagbtvdeep
24 
25 #endif //DataFormats_BTauReco_UnifiedParticleTransformerAK4Features_h