/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/L1TParticleFlow/src/PFTau.cc
8 строк
402 B
Duchstf
add comments and const
21 июн 2023, 12:10
21 июн 2023, 12:10
70ee234
Код
Авторство
О чём код?
#include "DataFormats/L1TParticleFlow/interface/PFTau.h" l1t::PFTau::PFTau( const PolarLorentzVector& p, float NNValues[80], float iso, float fulliso, int id, int hwpt, int hweta, int hwphi) : L1Candidate(p, hwpt, hweta, hwphi, /*hwQuality=*/int(0)), iso_(iso), fullIso_(fulliso), id_(id) { for (int i0 = 0; i0 < 80; i0++) NNValues_[i0] = NNValues[i0]; // copy the array of NN inputs }