Skip to content
Snippets Groups Projects
Commit af161167 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: add info when initiazlie BetheBlochEquationDedxSimTool.

parent 71ac764e
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,12 @@ StatusCode BetheBlochEquationDedxSimTool::initialize() ...@@ -29,6 +29,12 @@ StatusCode BetheBlochEquationDedxSimTool::initialize()
m_me = 0.511*pow(10,6);//0.511 MeV to eV m_me = 0.511*pow(10,6);//0.511 MeV to eV
m_K = 0.307075;//const m_K = 0.307075;//const
m_I = m_material_Z*10; // Approximate m_I = m_material_Z*10; // Approximate
info() << "Initialize BetheBlochEquationDedxSimTool with following parameters" << endmsg;
info() << "-> m_me: " << m_me << endmsg;
info() << "-> m_K: " << m_K << endmsg;
info() << "-> m_I: " << m_I << endmsg;
return StatusCode::SUCCESS; return StatusCode::SUCCESS;
} }
......
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