/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimDataFormats/CTPPSFastSim/src/CTPPSFastRecHit.cc
6 строк
267 B
Cms Build
Clang-Format
27 май 2019, 05:57
27 май 2019, 05:57
0f48c4c
Код
Авторство
О чём код?
#include "FastSimDataFormats/CTPPSFastSim/interface/CTPPSFastRecHit.h" #include <ostream> std::ostream& operator<<(std::ostream& o, const CTPPSFastRecHit& hit) { return o << hit.detUnitId() << " " << hit.entryPoint() << " " << hit.tof() << " " << hit.cellId(); }