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

Merge branch 'cherry-pick-1fff4e3a' into 'master'

Cherry-pick MR !162 to master branch

See merge request !170
parents 6e3ad184 e37ff6fe
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