Belle II Software
release-08-01-10
|
Public Member Functions | |
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 with several validation figures of merit
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
def __str__ | ( | self | ) |
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 from ValidationFiguresOfMerit.