From 937082be36db32ba240c2965a674635eac4e7805 Mon Sep 17 00:00:00 2001 From: Chengdong Fu <fucd@ihep.ac.cn> Date: Thu, 23 Jun 2022 10:40:42 +0800 Subject: [PATCH] add message --- Simulation/DetSimSD/src/CalorimeterSensDetTool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Simulation/DetSimSD/src/CalorimeterSensDetTool.cpp b/Simulation/DetSimSD/src/CalorimeterSensDetTool.cpp index c02b5910..971ae956 100644 --- a/Simulation/DetSimSD/src/CalorimeterSensDetTool.cpp +++ b/Simulation/DetSimSD/src/CalorimeterSensDetTool.cpp @@ -43,10 +43,11 @@ CalorimeterSensDetTool::createSD(const std::string& name) { } } CaloSensitiveDetector* sd = new CaloSensitiveDetector(name, *dd4hep_geo, is_merge_enabled); - debug() << name << " set to merge true/false = " << is_merge_enabled << endmsg; + warning() << name << " set to merge true/false = " << is_merge_enabled << endmsg; for(auto cal_name : m_listCalsApplyBirks){ if(cal_name==name){ + info() << name << " will apply Birks law" << endmsg; sd->ApplyBirksLaw(); break; } -- GitLab