/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimDataFormats/External/src/FastTrackerCluster.cc
10 строк
605 B
Cms Build
Clang-Format
16 май 2019, 15:48
16 май 2019, 15:48
12a0cf0
Код
Авторство
О чём код?
#include "FastSimDataFormats/External/interface/FastTrackerCluster.h" FastTrackerCluster::FastTrackerCluster(const LocalPoint& pos, const LocalError& err, const DetId& id, const int simhitId, const int simtrackId, const uint32_t eeId, const float charge) : pos_(pos), err_(err), id_(id), simhitId_(simhitId), simtrackId_(simtrackId), eeId_(eeId), charge_(charge) {}