124 |
|
cutFlowArgs = cutFlowArgs + " " + dataset_file |
125 |
|
selectionArgs = selectionArgs + " " + dataset_file |
126 |
|
minusOneArgs = minusOneArgs + " " + dataset_file |
127 |
< |
cutFlowArgs = cutFlowArgs + " " + channel + "CutFlow" |
128 |
< |
selectionArgs = selectionArgs + " " + channel + "Selection" |
129 |
< |
minusOneArgs = minusOneArgs + " " + channel + "MinusOne" |
127 |
> |
cutFlowArgs = cutFlowArgs + " '" + channel + "CutFlow'" |
128 |
> |
selectionArgs = selectionArgs + " '" + channel + "Selection'" |
129 |
> |
minusOneArgs = minusOneArgs + " '" + channel + "MinusOne'" |
130 |
|
|
131 |
|
rawlabel = "$" + labels[dataset] + "$" |
132 |
|
label = rawlabel.replace("#","\\") |