File indexing completed on 2021-02-14 13:08:12
0001 #include "Geometry/HcalCommonData/interface/HcalSimulationConstants.h"
0002
0003 #include "FWCore/MessageLogger/interface/MessageLogger.h"
0004
0005
0006
0007 HcalSimulationConstants::HcalSimulationConstants(const HcalSimulationParameters* hsp) : hspar_(hsp) {
0008 #ifdef EDM_ML_DEBUG
0009 edm::LogInfo("HCalGeom")
0010 << "HcalSimulationConstants::HcalSimulationConstants (const HcalSimulationParameters* hsp) constructor\n";
0011 #endif
0012 }
0013
0014 HcalSimulationConstants::~HcalSimulationConstants() {
0015 #ifdef EDM_ML_DEBUG
0016 edm::LogInfo("HCalGeom") << "HcalSimulationConstants::destructed!!!\n";
0017 #endif
0018 }