ATLAS Offline Software
Loading...
Searching...
No Matches
python.physvalPostProcessingTools.HistogramBlackList Class Reference
Collaboration diagram for python.physvalPostProcessingTools.HistogramBlackList:

Public Member Functions

 __init__ (self, toDelete)
 __call__ (self, root_file)

Static Public Member Functions

 from_yaml (fragment)

Public Attributes

 toDelete = toDelete

Detailed Description

Definition at line 432 of file physvalPostProcessingTools.py.

Constructor & Destructor Documentation

◆ __init__()

python.physvalPostProcessingTools.HistogramBlackList.__init__ ( self,
toDelete )

Definition at line 433 of file physvalPostProcessingTools.py.

433 def __init__(self, toDelete):
434 self.toDelete = toDelete
435

Member Function Documentation

◆ __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 )

Member Data Documentation

◆ toDelete

python.physvalPostProcessingTools.HistogramBlackList.toDelete = toDelete

Definition at line 434 of file physvalPostProcessingTools.py.


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