6 <input>../feiHadronicBplus.udst.root</input>
7 <output>feiHadronicBplus_Validation.root</output>
8 <contact>philip.grace@adelaide.edu.au</contact>
13 import modularAnalysis
as ma
14 from variables
import variables
as vm
19 ma.inputMdst(
'default',
'../feiHadronicBplus.udst.root', path=path)
21 vm.addAlias(
'sigProb',
'extraInfo(SignalProbability)')
22 vm.addAlias(
'log10_sigProb',
'log10(extraInfo(SignalProbability))')
23 vm.addAlias(
'd0_massDiff',
'daughter(0,massDifference(0))')
24 vm.addAlias(
'd0_M',
'daughter(0,M)')
25 vm.addAlias(
'decayModeID',
'extraInfo(decayModeID)')
26 vm.addAlias(
'nDaug',
'countDaughters(1>0)')
28 histogramFilename =
'feiHadronicBplus_Validation.root'
29 myEmail =
'Phil Grace <philip.grace@adelaide.edu.au>'
31 create_validation_histograms(
32 rootfile=histogramFilename,
33 particlelist=
'B+:generic',
35 (
'sigProb', 100, 0.0, 1.0,
'Signal probability', myEmail,
36 'Signal probability of the reconstructed tag B candidates',
'Most around zero, with a tail at non-zero values.',
37 'Signal probability',
'Candidates',
'logy'),
38 (
'nDaug', 6, 0.0, 6,
'Number of daughters of tag B', myEmail,
39 'Number of daughters of tag B',
'Some distribution of number of daughters',
'n_{daughters}',
'Candidates'),
40 (
'd0_massDiff', 100, 0.0, 0.5,
'Mass difference of D* and D', myEmail,
41 'Mass difference of D^{*} and D',
'Peak at 0.14 GeV',
'm(D^{*})-m(D) [GeV]',
'Candidates',
'shifter'),
42 (
'd0_M', 100, 0.0, 3.0,
'Mass of zeroth daughter (D* or D)', myEmail,
43 'Mass of zeroth daughter of tag B (either a $D^{*}$ or a D)',
'Peaks at 1.86 GeV and 2.00 GeV',
44 'm(D^{(*)}) [GeV]',
'Candidates',
'shifter'),
45 (
'deltaE', 40, -0.2, 0.2,
'#Delta E', myEmail,
46 '$\\Delta E$ of event',
'Peak around zero',
'#Delta E [GeV]',
'Candidates',
'shifter'),
47 (
'Mbc', 40, 5.2, 5.3,
'Mbc', myEmail,
48 'Beam-constrained mass of event',
'Peak around B mass (5.28 GeV)',
'M_{bc} [GeV]',
'Candidates',
'shifter')],
49 variables_2d=[(
'deltaE', 100, -0.2, 0.2,
'Mbc', 100, 5.2, 5.3,
'Mbc vs deltaE', myEmail,
50 'Plot of the $\\Delta E$ of the event against the beam constrained mass',
51 'Peak of $\\Delta E$ around zero, and $M_{bc}$ around B mass (5.28 GeV)',
52 '#Delta E [GeV]',
'M_{bc} [GeV]',
'colz'),
53 (
'decayModeID', 29, 0, 29,
'log10_sigProb', 100, -3.0, 0.0,
54 'Signal probability for each decay mode ID', myEmail,
55 'Signal probability for each decay mode ID',
'Some distribtuion of candidates in the first few decay mode IDs',
56 'Decay mode ID',
'#log_10(signal probability)',
'colz')],