Public Member Functions | |
def | __init__ (self, genNEvents, xSection, genEff, intLumi=FBINV, addWeight=1) |
def | __str__ (self) |
def | GetWeight (self) |
def | SetIntLumi (self, lumi) |
Public Attributes | |
addWeight | |
genEff | |
genNEvents | |
intLumi | |
xSection | |
Static Public Attributes | |
FBINV | |
make names uniform wrt Component. COLIN: messy... should I have several types of weight (base, data, mc)? COLIN: need to add other weighting factors
def weight.Weight.__str__ | ( | self | ) |
Definition at line 46 of file weight.py.
References weight.Weight.addWeight, config.MCComponent.addWeight, weight.Weight.genEff, weight.Weight.genNEvents, weight.Weight.GetWeight(), weight.Weight.intLumi, config.DataComponent.intLumi, config.MCComponent.intLumi, weight.Weight.xSection, and config.MCComponent.xSection.
def weight.Weight.GetWeight | ( | self | ) |
Return the weight
Definition at line 33 of file weight.py.
References weight.Weight.addWeight, config.MCComponent.addWeight, weight.Weight.genEff, weight.Weight.genNEvents, weight.Weight.intLumi, config.DataComponent.intLumi, config.MCComponent.intLumi, weight.Weight.xSection, and config.MCComponent.xSection.
Referenced by weight.Weight.__str__().
def weight.Weight.SetIntLumi | ( | self, | |
lumi | |||
) |
Set integrated luminosity.
Definition at line 42 of file weight.py.
References rltinfo.RLTInfo.dict, and cond::IOVKeysDescription.dict().
weight.Weight.addWeight |
Definition at line 31 of file weight.py.
Referenced by weight.Weight.__str__(), and weight.Weight.GetWeight().
weight.Weight.genEff |
Definition at line 26 of file weight.py.
Referenced by weight.Weight.__str__(), and weight.Weight.GetWeight().
weight.Weight.genNEvents |
Definition at line 21 of file weight.py.
Referenced by weight.Weight.__str__(), and weight.Weight.GetWeight().
weight.Weight.intLumi |
Definition at line 28 of file weight.py.
Referenced by weight.Weight.__str__(), and weight.Weight.GetWeight().
weight.Weight.xSection |
Definition at line 23 of file weight.py.
Referenced by weight.Weight.__str__(), and weight.Weight.GetWeight().