/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/Event/interface/FSimVertex.icc
6 строк
297 B
Cms Build
Clang-Format
24 май 2019, 00:14
24 май 2019, 00:14
740c44a
Код
Авторство
О чём код?
#include "FastSimulation/Event/interface/FSimTrack.h" #include "FastSimulation/Event/interface/FBaseSimEvent.h" inline const FSimTrack& FSimVertex::parent() const { return mom_->track(parentIndex()); } inline const FSimTrack& FSimVertex::daughter(int i) const { return mom_->track(daugh_[i]); }