/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/Utilities/interface/FamosDebug.h
31 строка
519 B
Cms Build
Clang-Format
24 май 2019, 00:14
24 май 2019, 00:14
740c44a
Код
Авторство
О чём код?
#ifndef FastSimulation_Utilities_FamosDebug_H #define FastSimulation_Utilities_FamosDebug_H // Uncomment the following line to include the debugging code in the // library // getClosestCell //#define DEBUGGCC // GetWindow //#define DEBUGGW //#define DEBUGCELLLINE // Don't change the following #ifdef DEBUGGCC #define FAMOSDEBUG #endif #ifdef DEBUGGW #define FAMOSDEBUG #endif #ifdef DEBUGCELLLINE #define FAMOSDEBUG #endif #ifdef FAMOSDEBUG #include "FastSimulation/Utilities/interface/Histos.h" #endif #endif