/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/HcalCommonData/src/HcalSimulationConstants.cc
18 строк
588 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/HcalSimulationConstants.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" //#define EDM_ML_DEBUG HcalSimulationConstants::HcalSimulationConstants(const HcalSimulationParameters* hsp) : hspar_(hsp) { #ifdef EDM_ML_DEBUG edm::LogVerbatim("HCalGeom") << "HcalSimulationConstants::HcalSimulationConstants (const HcalSimulationParameters* hsp) constructor"; #endif } HcalSimulationConstants::~HcalSimulationConstants() { #ifdef EDM_ML_DEBUG edm::LogVerbatim("HCalGeom") << "HcalSimulationConstants::destructed!!!"; #endif }