8 name = tname
if alias ==
"" else alias
10 print (
"ERROR won't add tool ", name,
" : already existing")
16 setattr(self, aname , tool)
22 def tool(self, name, build2Difmissing=True):
24 if t
is None and ":" in name
and build2Difmissing:
25 from JetMonitoring.JetAttributeHistoManager
import attributeHistoManager
as ahm
26 t = ahm.create2DHistoToolFrom1D(name)
31 print (
'%20s %40s'%(n,
type(t)))