◆ __init__()
| python.physvalPostProcessingTools.HistogramBlackList.__init__ |
( |
| self, |
|
|
| toDelete ) |
◆ __call__()
| python.physvalPostProcessingTools.HistogramBlackList.__call__ |
( |
| self, |
|
|
| root_file ) |
Definition at line 439 of file physvalPostProcessingTools.py.
439 def __call__(self, root_file):
440 find_histo(root_file, self.toDelete, should_delete=True)
441
◆ from_yaml()
| python.physvalPostProcessingTools.HistogramBlackList.from_yaml |
( |
| fragment | ) |
|
|
static |
Definition at line 443 of file physvalPostProcessingTools.py.
443 def from_yaml(fragment):
444 return HistogramBlackList(
445 toDelete=fragment["toDelete"]
446 )
◆ toDelete
| python.physvalPostProcessingTools.HistogramBlackList.toDelete = toDelete |
The documentation for this class was generated from the following file: