/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/BTauReco/interface/ParticleTransformerAK4Features.h
23 строки
722 B
Alexandre De Moor
Add the jet selection for ParT AK4 (#6)
14 апр 2023, 12:00
Не верифицирован
14 апр 2023, 12:00
a8947fa
Код
Авторство
О чём код?
#ifndef DataFormats_BTauReco_ParticleTransformerAK4Features_h #define DataFormats_BTauReco_ParticleTransformerAK4Features_h #include "DataFormats/BTauReco/interface/SecondaryVertexFeatures.h" #include "DataFormats/BTauReco/interface/NeutralCandidateFeatures.h" #include "DataFormats/BTauReco/interface/ChargedCandidateFeatures.h" #include <vector> namespace btagbtvdeep { class ParticleTransformerAK4Features { public: bool is_filled = true; std::vector<SecondaryVertexFeatures> sv_features; std::vector<NeutralCandidateFeatures> n_pf_features; std::vector<ChargedCandidateFeatures> c_pf_features; }; } // namespace btagbtvdeep #endif //DataFormats_BTauReco_ParticleTransformerAK4Features_h