Skip to content
Snippets Groups Projects
Commit e37ff6fe authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Merge branch 'eduardo-test-fixes' into '2018-patches'

Fixed Tesla tests for latest version of DaVinci configurable

See merge request !162

(cherry picked from commit 1fff4e3a)

86ff5887 Fixed Tesla tests for latest version of DaVinci configurable.
4b88a734 Updates of references for common particles and tagging tests in DaVinciTests.
parent 6e3ad184
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!170Cherry-pick MR !162 to master branch
......@@ -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 |
......
......@@ -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 %
......
......@@ -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 )
......@@ -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 )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment