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

Delete redundant sentences

parent c76d6555
No related branches found
No related tags found
No related merge requests found
...@@ -108,11 +108,8 @@ StatusCode DCHDigiAlg::execute() ...@@ -108,11 +108,8 @@ StatusCode DCHDigiAlg::execute()
id_hits_map[id] = vhit ; id_hits_map[id] = vhit ;
} }
} }
<<<<<<< HEAD
if(m_WriteAna && (nullptr!=m_tuple)){ if(m_WriteAna && (nullptr!=m_tuple)){
=======
if(m_WriteAna){ if(m_WriteAna){
>>>>>>> f65db69923e45779cd7bd84de28520c5b26a4b4a
m_n_sim = 0; m_n_sim = 0;
m_n_digi = 0 ; m_n_digi = 0 ;
} }
......
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