/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimGeneral/MixingModule/plugins/MixingWorkerBase.cc
15 строк
397 B
Cms Build
Clang-Format
11 июн 2019, 11:30
11 июн 2019, 11:30
044a211
Код
Авторство
О чём код?
// File: MixingWorkerBase.cc // Description: see MixingWorkerBase.h // Author: Ursula Berthon, LLR Palaiseau // //-------------------------------------------- #include "MixingWorkerBase.h" namespace edm { // Virtual destructor needed so MixingModule can delete the list // of MixingWorkers without knowing their exact type. MixingWorkerBase::~MixingWorkerBase() {} } // namespace edm