Skip to content

Commit

Permalink
mcinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
f3sch committed Oct 31, 2023
1 parent 9c2b053 commit 12256ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Detectors/Vertexing/include/DetectorsVertexing/SVertexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,10 @@ class SVertexer
mDebugStream << _treeName.c_str()
<< "recoSeedP=" << seedP
<< "recoSeedN=" << seedN
<< "mcSeedP=" << mctr0
<< "mcSeedN=" << mctr1
<< "mcSeedP=" << mcTrk0
<< "mcSeedN=" << mcTrk1
<< "mcSeedPropP=" << mctr0
<< "mcSeedPropN=" << mctr1
<< "svertex=" << v0
<< "pvertex=" << pvertex
<< "case=" << c
Expand Down

0 comments on commit 12256ad

Please sign in to comment.