6 <input>../CharmlessHad2BodyNeutral.udst.root</input>
7 <output>CharmlessHad2BodyNeutral_Validation.root</output>
8 <contact>khsmith@student.unimelb.edu.au</contact>
13 import modularAnalysis
as ma
16 charmless2neutralpath = b2.Path()
17 myEmail =
'khsmith@student.unimelb.edu.au'
20 ma.inputMdst(
'default',
'../CharmlessHad2BodyNeutral.udst.root', path=charmless2neutralpath)
22 create_validation_histograms(
23 rootfile=
'CharmlessHad2BodyNeutral_Validation.root',
24 particlelist=
'B0:2BodySkim',
29 '$\\Delta E$ of event',
31 '#Delta E [GeV]',
'Candidates',
37 'Beam-constrained mass of event',
38 'Peaking around B mass (5.28 GeV)',
39 'M_{bc} [GeV]',
'Candidates',
43 'deltaE', 50, -0.7, 0.7,
44 'Mbc', 50, 5.23, 5.31,
47 'Plot of the $\\Delta E$ of the event against the beam constrained mass',
48 'Peak of $\\Delta E$ around zero, and $M_{bc}$ around B mass (5.28 GeV)',
49 '#Delta E [GeV]',
'M_{bc} [GeV]',
52 path=charmless2neutralpath
55 b2.process(charmless2neutralpath)