6 import modularAnalysis
as ma
7 from stdCharged
import stdPi
8 from stdPhotons
import stdPhotons
14 <input>../TauThrust.udst.root</input>
15 <output>TauThrust_Validation.root</output>
16 <contact>kenji@hepl.phys.nagoya-u.ac.jp</contact>
20 tauthrustskim = b2.Path()
22 ma.inputMdst(
'default',
'../TauThrust.udst.root', path=tauthrustskim)
24 stdPi(
'all', path=tauthrustskim)
28 TauThrust().additional_setup(path=tauthrustskim)
31 contact =
"kenji@hepl.phys.nagoya-u.ac.jp"
34 create_validation_histograms(
35 rootfile=
'TauGeneric_Validation.root',
38 (
'nGoodTracksThrust', 7, 1, 8,
'', contact,
'',
''),
39 (
'visibleEnergyOfEventCMS', 40, 0, 12,
'', contact,
'',
''),
40 (
'thrust', 50, 0.75, 1,
'', contact,
'',
'')],
44 b2.process(tauthrustskim)