Public Member Functions | |
def | __init__ (self, name, files, triggers=[], xSection=1, nGenEvents=None, effCorrFactor=None, kwargs) |
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 | |
addWeight | |
effCorrFactor | |
intLumi | |
isMC | |
nGenEvents | |
xSection | |
Public Attributes inherited from config.Component | |
dataset_entries | |
isData | |
isEmbed | |
isMC | |
def config.MCComponent.__init__ | ( | self, | |
name, | |||
files, | |||
triggers = [] , |
|||
xSection = 1 , |
|||
nGenEvents = None , |
|||
effCorrFactor = None , |
|||
kwargs | |||
) |
Definition at line 226 of file config.py.
def config.MCComponent.getWeight | ( | self, | |
intLumi = None |
|||
) |
Definition at line 237 of file config.py.
References config.MCComponent.addWeight, config.MCComponent.effCorrFactor, config.DataComponent.intLumi, config.MCComponent.intLumi, config.MCComponent.nGenEvents, and config.MCComponent.xSection.
config.MCComponent.addWeight |
Definition at line 235 of file config.py.
Referenced by weight.Weight.__str__(), weight.Weight.GetWeight(), and config.MCComponent.getWeight().
config.MCComponent.effCorrFactor |
Definition at line 232 of file config.py.
Referenced by config.MCComponent.getWeight().
config.MCComponent.intLumi |
Definition at line 234 of file config.py.
Referenced by weight.Weight.__str__(), weight.Weight.GetWeight(), and config.MCComponent.getWeight().
config.MCComponent.nGenEvents |
Definition at line 231 of file config.py.
Referenced by config.MCComponent.getWeight().
config.MCComponent.xSection |
Definition at line 230 of file config.py.
Referenced by weight.Weight.__str__(), weight.Weight.GetWeight(), and config.MCComponent.getWeight().