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.25 by ahart, Wed Jun 19 13:39:40 2013 UTC vs.
Revision 1.26 by ahart, Mon Jun 24 15:38:01 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)
152 >        if not os.path.exists (channelName):
153 >          os.mkdir (channelName)
154          out = cms.OutputModule ("PoolOutputModule",
155            fileName = cms.untracked.string (channelName + "/bean" + suffix + ".root"),
156            SelectEvents = cms.untracked.PSet (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines