/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/SimplifiedGeometryPropagator/src/InteractionModel.cc
6 строк
307 B
Cms Build
Clang-Format
16 май 2019, 15:48
16 май 2019, 15:48
12a0cf0
Код
Авторство
О чём код?
#include "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModel.h" std::ostream& fastsim::operator<<(std::ostream& os, const fastsim::InteractionModel& interactionModel) { os << std::string("interaction model with name '") << (interactionModel.name_) << std::string("'"); return os; }