/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4Core/HelpfulWatchers/src/module.cc
19 строк
701 B
Cms Build
Clang-Format
04 май 2019, 12:10
04 май 2019, 12:10
ab77615
Код
Авторство
О чём код?
#include "SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.h" #include "SimG4Core/HelpfulWatchers/src/SimTracer.h" #include "SimG4Core/Watcher/interface/SimWatcherFactory.h" // Adding a Watcher to collect G4step statistics: #include "SimG4Core/HelpfulWatchers/interface/MonopoleSteppingAction.h" #include "SimG4Core/HelpfulWatchers/src/G4StepStatistics.h" #include "FWCore/PluginManager/interface/ModuleDef.h" using namespace simwatcher; DEFINE_SIMWATCHER(SimTracer); DEFINE_SIMWATCHER(BeginOfTrackCounter); // Adding a Watcher to collect G4step statistics: DEFINE_SIMWATCHER(G4StepStatistics); // Adding a Watcher to take care of steps of a monopole: DEFINE_SIMWATCHER(MonopoleSteppingAction);