Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, name, description='', check='', contact='', title='') |
def | __str__ (self) |
def | write (self, tdirectory=None) |
def | __setitem__ (self, figure_name, value) |
def | __getitem__ (self, figure_name) |
def | __delitem__ (self, figure_name) |
def | __iter__ (self) |
def | __len__ (self) |
Public Attributes | |
name | |
cached name for this figure of merit | |
description | |
cached description for this figure of merit | |
check | |
cached user-check action for this figure of merit | |
contact | |
cached contact person for this figure of merit | |
title | |
cached title for this figure of merit | |
figures_by_name | |
cached dictionary of figures for this figure of merit | |
Create and write an TNtuple of the validation figures of merit
def __init__ | ( | self, | |
name, | |||
description = '' , |
|||
check = '' , |
|||
contact = '' , |
|||
title = '' |
|||
) |
def __delitem__ | ( | self, | |
figure_name | |||
) |
def __getitem__ | ( | self, | |
figure_name | |||
) |
def __iter__ | ( | self | ) |
def __len__ | ( | self | ) |
def __setitem__ | ( | self, | |
figure_name, | |||
value | |||
) |
def __str__ | ( | self | ) |
Informal string output listing the assigned figures of merit.
Reimplemented in ValidationManyFiguresOfMerit.
def write | ( | self, | |
tdirectory = None |
|||
) |
Writes the figures of merit as a TNtuple. Parameters ---------- tdirectory : ROOT.TDirectory, optional The directory to which the TNtuple shall be written. Defaults to the current directory.
Reimplemented in ValidationManyFiguresOfMerit.