Move tests from tmph4ck to Moore
All tests in tmph4ck should be moved to Moore so that we can start running throughput tests and efficiency checks with the new configuration. There are currently 20 tests. See here https://gitlab.cern.ch/lhcb/Brunel/tree/master/Rec/Brunel/tests/qmtest/tmph4ck.qms.
-
Full_HLT1_MDF.qmt -
Full_HLT1.qmt -
NoCutNoFit.qmt -
NoCutWithFit.qmt -
Hlt1WithMuonID.qmt -
Hlt1WithMuonIDNoCut.qmt -
MuonMatchWithIPCut.qmt -
MuonMatchWithPTCut.qmt -
CutNoFit.qmt (won't do) -
CutNoFitFastForwardTBL.qmt (won't do) -
CutNoFit_noBackwardsVelo.qmt (won't do) -
CutWithFit-Masterfitter.qmt (won't do) -
CutWithFit-VectorFitter.qmt (won't do) -
CutWithFit.qmt (won't do) -
NoCutNoFit-BestPhysics.qmt (won't do) -
NoCutNoFitFastForwardTBL.qmt (won't do) -
NoCutNoFitFastForwardTBL_noBackwardsVelo.qmt (won't do) -
NoCutNoFit_SciFiTrackForwarding_TBL.qmt (won't do) -
VeloOnly.qmt (won't do) -
VeloOnlySIMD.qmt
Merge request !192 (closed) provides the options to run the Full_HLT1_MDF test, as this is the most important to convert. MR !179 (closed) adds part of MC checking sequence but needs to be extended to fully cover what is done in Full_HLT1 which includes efficiency checks. The NoCutNoFit and NoCutWithFit tests use different reconstruction algorithms than the Full_HLT1 test. It would be good to convert these to provide an example how we handle different trigger configurations with alternative algorithms in the configuration. Then we should follow with the tests using Muon ID, they can be based on merge requests !184 (closed) and !183 (closed) .