CMS 3D CMS Logo

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