ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, selname, selexpr, path=None, **args) |
def | appendHistos (self, *hfillers) |
def | toTool (self) |
def | defineHisto (self, parentAlg, monhelper, path) |
def | clone (self, newname, **args) |
def | clone (self, **kwargs) |
def | __getattr__ (self, attr) |
def | __setattr__ (self, attr, value) |
def | __setitem__ (self, attr, value) |
def | dump (self, out=None) |
Public Attributes | |
name | |
path | |
FillerTools | |
klass | |
Private Member Functions | |
def | _dump (self, writeFunc) |
A dictionary specialized to contain a JetHistoSelectSort specification Invocation is like : spec = SelectSpec( name, , expr, path ) where - name : a string naming the selection being applied - expr : s string, defining a selection in the form '0.123<var<4.567' where var is an attribute/variable - path : optional string, giving the sub-directory into which histos for this selection will be put. if not set, defaults to name.
Definition at line 426 of file JetMonitoringConfig.py.
def JetMonitoringConfig.SelectSpec.__init__ | ( | self, | |
selname, | |||
selexpr, | |||
path = None , |
|||
** | args | ||
) |
Definition at line 433 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 47 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 54 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 60 of file JetMonitoringConfig.py.
|
private |
Reimplemented from JetMonitoringConfig.ConfigDict.
Definition at line 504 of file JetMonitoringConfig.py.
def JetMonitoringConfig.SelectSpec.appendHistos | ( | self, | |
* | hfillers | ||
) |
Definition at line 467 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 68 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 192 of file JetMonitoringConfig.py.
def JetMonitoringConfig.SelectSpec.defineHisto | ( | self, | |
parentAlg, | |||
monhelper, | |||
path | |||
) |
Reimplemented from JetMonitoringConfig.ToolSpec.
Definition at line 496 of file JetMonitoringConfig.py.
|
inherited |
prints the content of this dict on stdout (default) or in the file 'out'
Definition at line 76 of file JetMonitoringConfig.py.
def JetMonitoringConfig.SelectSpec.toTool | ( | self | ) |
Reimplemented from JetMonitoringConfig.ToolSpec.
Definition at line 471 of file JetMonitoringConfig.py.
JetMonitoringConfig.SelectSpec.FillerTools |
Definition at line 464 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 163 of file JetMonitoringConfig.py.
JetMonitoringConfig.SelectSpec.name |
Definition at line 460 of file JetMonitoringConfig.py.
JetMonitoringConfig.SelectSpec.path |
Definition at line 461 of file JetMonitoringConfig.py.