Public Member Functions | |
def | __init__ |
def | __setattr__ |
def | build_name |
def | clone |
Public Member Functions inherited from config.CFG | |
def | __init__ |
def | __str__ |
def | clone |
Public Attributes | |
class_object | |
instance_label | |
name | |
verbose | |
Static Public Attributes | |
int | num_instance = 0 |
One could for example define the analyzer configuration for a di-muon framework.Analyzer.Analyzer in the following way: ZMuMuAna = cfg.Analyzer( "ZMuMuAnalyzer", pt1 = 20, pt2 = 20, iso1 = 0.1, iso2 = 0.1, eta1 = 2, eta2 = 2, m_min = 0, m_max = 200 ) Any kinds of keyword arguments can be added. The name must be present, and must be well chosen, as it will be used by the Looper to find the module containing the Analyzer class. This module should be in your PYTHONPATH. If not, modify your python path accordingly in your script.
def config.Analyzer.__setattr__ | ( | self, | |
name, | |||
value | |||
) |
config.Analyzer.instance_label |
Definition at line 111 of file config.py.
Referenced by Filter.Filter.process(), SimpleJetAnalyzer.SimpleJetAnalyzer.process(), and ResonanceBuilder.ResonanceBuilder.process().
config.Analyzer.name |
Definition at line 120 of file config.py.
Referenced by counter.Counter.__str__(), average.Average.__str__(), VIDSelectorBase.VIDSelectorBase.initialize(), counter.Counter.write(), and average.Average.write().
config.Analyzer.verbose |
Definition at line 112 of file config.py.
Referenced by python.diff_provenance.difference.list_diff(), python.diffProv.difference.list_diff(), python.diff_provenance.difference.module_diff(), python.diffProv.difference.module_diff(), python.diff_provenance.difference.onefilemodules(), and python.diffProv.difference.onefilemodules().