Skip to content

Factor-out decay descriptor parsing from finding of particles (Follows Rec!3223)

Abhijit Mathad requested to merge AM_decayfinder into master

Closes #41 (closed) i.e.

Running DaVinci with FunTuple on many events locally, I noticed that it is quite slow. The time per event almost did not change if events have candidates or not. I made a flamegraph running DaVinci on a few thousand events, initialization and finalize are excluded from the flamegraph, only the event loop is benchmarked. It can be seen that a huge chunk of the processing time is spent in parsing the decay descriptor. The pink boxes on the right are the actual evaluation of the functors, the small box right of them is the writing of the tuple.

To be tested with: Rec!3223 (merged)

FYI: @erodrigu , @pkoppenb , @sstahl , @graven

Merge request reports