Go to the source code of this file.
Namespaces | |
namespace | combineCards |
Variables | |
list | combineCards::bins = [] |
combineCards::bout = labelifsinglebinelselabel+b | |
string | combineCards::cfmt = "%-" |
tuple | combineCards::chmax = max([max(len(p),len(c)) for p,c,x in shapeLines]) |
int | combineCards::cmax = 5 |
tuple | combineCards::DC = parseCard(file, options) |
tuple | combineCards::dirname = os.path.dirname(fname) |
tuple | combineCards::file = open(fname, "r") |
combineCards::fname = options.fprefix+fname | |
tuple | combineCards::hmax = max([10] + [len("%-12s[nofloat] %s %s" % (l,p,a)) for l,(p,a,e,nf) in systlines.items()]) |
list | combineCards::keyline = [] |
string | combineCards::label = "ch%d" |
list | combineCards::obsline = [] |
list | combineCards::p2sMap = DC.shapeMap[b] |
list | combineCards::p2sMapD = DC.shapeMap['*'] |
dictionary | combineCards::paramSysts = {} |
tuple | combineCards::parser = OptionParser() |
list | combineCards::pdfargs = [ str(x) for x in pdfargs ] |
list | combineCards::pidline = [] |
tuple | combineCards::r = str(errline[b][p]) |
list | combineCards::signals = [] |
tuple | combineCards::singlebin = (len(DC.bins) == 1) |
tuple | combineCards::sysnamesSorted = systlines.keys() |
dictionary | combineCards::systeffect = {} |
list | combineCards::systline = [] |
list | combineCards::tmpsignals = [] |
list | combineCards::xrep = [xi.replace("$CHANNEL",b) for xi in x] |