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 435 of file physvalPostProcessingTools.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 436 of file physvalPostProcessingTools.py.

436 def __init__(self, toDelete):
437 self.toDelete = toDelete
438

Member Function Documentation

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

Member Data Documentation

◆ toDelete

python.physvalPostProcessingTools.HistogramBlackList.toDelete = toDelete

Definition at line 437 of file physvalPostProcessingTools.py.


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