Skip to content

Added setup to run TrackResChecker on xdigi files with the HLT2 reco

Laurent Dufour requested to merge hlt2-track-resolution-checkers into master

With the HLT2 reconstruction we didn't have a test for people to directly study to the track resolutions. This MR includes an options file and a qmt file to run the TrackResChecker on the "Best" tracks.

A few things to note here:

  • one cannot use the TrackResChecker without having xdigi output, as by the new scheduler optional input for the IdealStateCreator no longer works. We will have to add a new state provider by the same interface to circumvent this.

  • running without splitting the output by track type seems meaningless to me

  • as we run with xdigi anyways, there's also information for each of the MCHits

  • the xdigi file that I currently use as an example input in the qmt file is one from HLT1. If there is a more suitable one for HLT2 (with HLT1 filtered events) then we should switch to that one, of course.

@lbian

Edited by Rosen Matev

Merge request reports