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