diff --git a/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardintermediate_reco14_run.qmt b/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardintermediate_reco14_run.qmt index 1a82edb1680ea499988642f4209d1e96427df159..a7300bafbcc34197e8cd090c44061cc0c6be1de4 100755 --- a/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardintermediate_reco14_run.qmt +++ b/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardintermediate_reco14_run.qmt @@ -47,7 +47,7 @@ CountParticles SUCCESS Number of co | "# Phys/StdLooseDplus2KPiPi" | 500 | 1400 | 2.8000 | 14.692 | 0.0000 | 280.00 | | "# Phys/StdLooseDplus2KPiPiOppSignPi" | 500 | 2817 | 5.6340 | 30.756 | 0.0000 | 587.00 | | "# Phys/StdLooseDplus2PiPiPi" | 500 | 2004 | 4.0080 | 24.352 | 0.0000 | 491.00 | - | "# Phys/StdLooseDplus2hhh" | 500 | 14785 | 29.570 | 113.32 | 0.0000 | 1566.0 | + | "# Phys/StdLooseDplus2hhh" | 500 | 9696 | 19.392 | 75.710 | 0.0000 | 1010.0 | | "# Phys/StdLooseDsplus2KKPi" | 500 | 1772 | 3.5440 | 18.410 | 0.0000 | 320.00 | | "# Phys/StdLooseDsplus2KKPiOppSign" | 500 | 5 | 0.010000 | 0.14799 | 0.0000 | 3.0000 | | "# Phys/StdLooseDstarWithD02KK" | 500 | 76 | 0.15200 | 0.76478 | 0.0000 | 9.0000 | diff --git a/DaVinciTests/tests/qmtest/tagging.qms/test_tag_mc12.qmt b/DaVinciTests/tests/qmtest/tagging.qms/test_tag_mc12.qmt index 735995e10af67fc5796435629f8b01cee042c445..ace482bf362e8f7c5d76153f248b4d65d7129e73 100644 --- a/DaVinciTests/tests/qmtest/tagging.qms/test_tag_mc12.qmt +++ b/DaVinciTests/tests/qmtest/tagging.qms/test_tag_mc12.qmt @@ -26,7 +26,7 @@ BTaggingChecker INFO ** SS pion 1.4+-1.2 BTaggingChecker INFO ** VertexCh 3.9+-1.9 17+-2 26+-5.7 43 15 BTaggingChecker INFO ** OS nnetkaon 3.2+-1.8 21+-2.2 31+-5.4 50 22 BTaggingChecker INFO ** SS nnetkaon 1.2+-1.2 15+-2 64+-6.6 19 34 -BTaggingChecker INFO ** OS Charm 1.3+-0.94 2.3+-0.81 12+-12 7 1 +BTaggingChecker INFO ** OS Charm 1.2+-0.58 1.2+-0.58 0+-0 4 0 BTaggingChecker INFO --------------------------------------------------------- BTaggingChecker INFO Tagging efficiency = 33 +/- 2.5 % BTaggingChecker INFO Wrong Tag fraction = 25 +/- 4.2 % diff --git a/Phys/Tesla/tests/options/DaVinciCheckDiMuon.py b/Phys/Tesla/tests/options/DaVinciCheckDiMuon.py index f82147108c97794b10c674559e36d2789809f315..41d7ae909b4dbeae1d2633cf6b7bda686e21c411 100644 --- a/Phys/Tesla/tests/options/DaVinciCheckDiMuon.py +++ b/Phys/Tesla/tests/options/DaVinciCheckDiMuon.py @@ -9,6 +9,8 @@ DaVinci().EvtMax=-1 DaVinci().Lumi=True DaVinci().DataType="2016" DaVinci().Turbo=True +DaVinci().RootInTES='/Event/Turbo' +DaVinci().InputType='MDST' from GaudiConf import IOHelper IOHelper().inputFiles( ["DiMuon.dst"] , clear=True ) diff --git a/Phys/Tesla/tests/options/DaVinciCheckDstp_PR.py b/Phys/Tesla/tests/options/DaVinciCheckDstp_PR.py index 957dc7d1702abe2f4c52987f2930c8f96bff288f..a292410925dd85ceee1c23345e1fbb5a4e242d65 100644 --- a/Phys/Tesla/tests/options/DaVinciCheckDstp_PR.py +++ b/Phys/Tesla/tests/options/DaVinciCheckDstp_PR.py @@ -9,6 +9,8 @@ DaVinci().EvtMax=-1 DaVinci().Lumi=True DaVinci().DataType="2016" DaVinci().Turbo=True +DaVinci().RootInTES='/Event/Turbo' +DaVinci().InputType='MDST' from GaudiConf import IOHelper IOHelper().inputFiles( ["Dstp_PR.dst"] , clear=True )