|
def | __init__ (self, name, files, intLumi=None, triggers=[], json=None) |
|
def | getWeight (self, intLumi=None) |
|
def | __init__ (self, name, files, tree_name=None, triggers=None, **kwargs) |
|
def | __init__ (self, **kwargs) |
|
def | __str__ (self) |
|
def | clone (self, **kwargs) |
|
Definition at line 206 of file config.py.
◆ __init__()
def config.DataComponent.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
files, |
|
|
|
intLumi = None , |
|
|
|
triggers = [] , |
|
|
|
json = None |
|
) |
| |
Definition at line 208 of file config.py.
208 def __init__(self, name, files, intLumi=None, triggers=[], json=None):
209 super(DataComponent, self).__init__(name, files, triggers=triggers)
211 self.intLumi = intLumi
◆ getWeight()
def config.DataComponent.getWeight |
( |
|
self, |
|
|
|
intLumi = None |
|
) |
| |
◆ intLumi
config.DataComponent.intLumi |
◆ isData
config.DataComponent.isData |
◆ json
config.DataComponent.json |