141 |
|
options['labels'][topDatasetName] = "#tilde{t}#tilde{t}#rightarrowtt#nu#nu (#LTc#tau#GT = " + str (ctau) + " mm)" |
142 |
|
options['labels'][mixedDatasetName] = "#tilde{t}#tilde{t}#rightarrowbtl#nu (#LTc#tau#GT = " + str (ctau) + " mm)" |
143 |
|
|
144 |
< |
def add_channels (process, channels): |
144 |
> |
def add_channels (process, channels, outputCommands = ["keep *"]): |
145 |
|
suffix = "" |
146 |
|
if osusub.batchMode: |
147 |
|
suffix = "_" + str (osusub.jobNumber) |
159 |
|
SelectEvents = cms.vstring ("myFilterPath" + str (i)) |
160 |
|
), |
161 |
|
outputCommands = cms.untracked.vstring ( |
162 |
< |
"keep *", |
162 |
> |
outputCommands |
163 |
|
), |
164 |
|
dropMetaData = cms.untracked.string ("ALL") |
165 |
|
) |