ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/python/processingUtilities.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/python/processingUtilities.py (file contents):
Revision 1.24 by lantonel, Wed Jun 12 12:52:00 2013 UTC vs.
Revision 1.25 by ahart, Wed Jun 19 13:39:40 2013 UTC

# 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            ),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines