# | Line 149 | Line 149 | def add_channels (process, channels): | |
---|---|---|
149 | for channel in channels: | |
150 | channelName = channel.name.pythonValue () | |
151 | channelName = channelName[1:-1] | |
152 | + | os.mkdir (channelName) |
153 | out = cms.OutputModule ("PoolOutputModule", | |
154 | < | fileName = cms.untracked.string ("bean_" + channelName + suffix + ".root"), |
154 | > | fileName = cms.untracked.string (channelName + "/bean" + suffix + ".root"), |
155 | SelectEvents = cms.untracked.PSet ( | |
156 | SelectEvents = cms.vstring ("myFilterPath" + str (i)) | |
157 | ), |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |