Public Member Functions | |
def | __init__ (self, name, files, intLumi=None, triggers=[], json=None) |
def | getWeight (self, intLumi=None) |
Public Member Functions inherited from config.Component | |
def | __init__ (self, name, files, tree_name=None, triggers=None, kwargs) |
Public Member Functions inherited from config.CFG | |
def | __init__ (self, kwargs) |
def | __str__ (self) |
def | clone (self, kwargs) |
Public Attributes | |
intLumi | |
isData | |
json | |
Public Attributes inherited from config.Component | |
dataset_entries | |
isData | |
isEmbed | |
isMC | |
Definition at line 208 of file config.py.
def config.DataComponent.getWeight | ( | self, | |
intLumi = None |
|||
) |
Definition at line 214 of file config.py.
References config.DataComponent.intLumi.
config.DataComponent.intLumi |
Definition at line 211 of file config.py.
Referenced by weight.Weight.__str__(), weight.Weight.GetWeight(), config.DataComponent.getWeight(), and config.MCComponent.getWeight().
config.DataComponent.json |
Definition at line 212 of file config.py.
Referenced by postprocessor.PostProcessor.run().