Skip to content

In DecayFinder, factor out parsing of descriptor from finding of particles

Abhijit Mathad requested to merge AM_decayfinder into master

Closes Analysis#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: Analysis!936 (merged)

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

Edited by Abhijit Mathad

Merge request reports