Skip to content
Snippets Groups Projects
Commit 3b056568 authored by Gang Zhang's avatar Gang Zhang
Browse files

keep some helpful output in TruthSeededTrackFinder

parent a2c9b41f
Branches master
No related tags found
No related merge requests found
Pipeline #1954064 failed
...@@ -331,6 +331,7 @@ namespace Tracker ...@@ -331,6 +331,7 @@ namespace Tracker
ATH_MSG_DEBUG("final barcode of: "<<barcode); ATH_MSG_DEBUG("final barcode of: "<<barcode);
if(barcode%1000000 != 10001) continue; if(barcode%1000000 != 10001) continue;
//!!!!!!!!!!!!!!!!!!!!!!!!
if (primary->end_vertex() != nullptr) if (primary->end_vertex() != nullptr)
{ {
for (auto daughter : primary->particles_out()) for (auto daughter : primary->particles_out())
...@@ -347,6 +348,7 @@ namespace Tracker ...@@ -347,6 +348,7 @@ namespace Tracker
} }
} }
} }
//!!!!!!!!!!!!!!!!!!!!!!!!
//Helper function to get hit location information from RDO identifier //Helper function to get hit location information from RDO identifier
ATH_MSG_DEBUG("trying to match hit to stat/plane/row/mod/sens: "<<station<<" "<<plane<<" "<<row<<" "<<module<<" "<<sensor); ATH_MSG_DEBUG("trying to match hit to stat/plane/row/mod/sens: "<<station<<" "<<plane<<" "<<row<<" "<<module<<" "<<sensor);
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment