/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/HcalCommonData/src/CaloSimulationConstants.cc
17 строк
590 B
Sunanda
Try to fix ieta=16 issue in the GEN-SIM step
27 июн 2023, 08:37
27 июн 2023, 08:37
1b9e956
Код
Авторство
О чём код?
#include "Geometry/HcalCommonData/interface/CaloSimulationConstants.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" //#define EDM_ML_DEBUG CaloSimulationConstants::CaloSimulationConstants(const CaloSimulationParameters* csp) : calospar_(csp) { #ifdef EDM_ML_DEBUG edm::LogVerbatim("HCalGeom") << "CaloSimulationConstants::CaloSimulationConstants (const CaloSimulationParameters* csp) constructor"; #endif } CaloSimulationConstants::~CaloSimulationConstants() { #ifdef EDM_ML_DEBUG edm::LogVerbatim("HCalGeom") << "CaloSimulationConstants::destructed!!!"; #endif }