Belle II Software  release-08-01-10
ValidationManyFiguresOfMerit Class Reference
Inheritance diagram for ValidationManyFiguresOfMerit:
Collaboration diagram for ValidationManyFiguresOfMerit:

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
 

Detailed Description

Create and write an TNtuple with several validation figures of merit

Definition at line 145 of file fom.py.

Member Function Documentation

◆ __delitem__()

def __delitem__ (   self,
  figure_name 
)
inherited
Braketed item deletion for figures of merit

Definition at line 129 of file fom.py.

◆ __getitem__()

def __getitem__ (   self,
  figure_name 
)
inherited
Braketed item lookup for figures of merit

Definition at line 124 of file fom.py.

◆ __iter__()

def __iter__ (   self)
inherited
Implements the iter() hook as if it was a dictionary.

Definition at line 134 of file fom.py.

◆ __len__()

def __len__ (   self)
inherited
Returns the number of figures of merit assigned. Implements the len() hook.

Definition at line 139 of file fom.py.

◆ __setitem__()

def __setitem__ (   self,
  figure_name,
  value 
)
inherited
Braketed item assignement for figures of merit

Definition at line 119 of file fom.py.

◆ __str__()

def __str__ (   self)
Describe myself

Reimplemented from ValidationFiguresOfMerit.

Definition at line 148 of file fom.py.

◆ write()

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.

Definition at line 152 of file fom.py.


The documentation for this class was generated from the following file: