Skip to content
Snippets Groups Projects
Commit 937082be authored by FU Chengdong's avatar FU Chengdong
Browse files

add message

parent 1bf425c2
No related branches found
No related tags found
No related merge requests found
...@@ -43,10 +43,11 @@ CalorimeterSensDetTool::createSD(const std::string& name) { ...@@ -43,10 +43,11 @@ CalorimeterSensDetTool::createSD(const std::string& name) {
} }
} }
CaloSensitiveDetector* sd = new CaloSensitiveDetector(name, *dd4hep_geo, is_merge_enabled); 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){ for(auto cal_name : m_listCalsApplyBirks){
if(cal_name==name){ if(cal_name==name){
info() << name << " will apply Birks law" << endmsg;
sd->ApplyBirksLaw(); sd->ApplyBirksLaw();
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment