Skip to content

Calo algorithms using tracks from dst

Oleksandr Zenaiev requested to merge calo_from_dst into master

New test hlt2_reco_calo_from_dst which runs calo algorithms using as input tracks from a dst file. It tests only calo algorithms, since all input is frozen (while e.g. results of another test hlt2_reco_tracking_calo_baseline will change if tracking will change). Also the new test can be used to profile the calo algorithms (no need to spend time doing tracking). But note that it does not work with multiple threads due to reading of a dst file.

Edited by Oleksandr Zenaiev

Merge request reports