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