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.27 by ahart, Wed Jul 3 00:10:15 2013 UTC vs.
Revision 1.28 by ahart, Fri Jul 5 14:04:58 2013 UTC

# Line 159 | Line 159 | def add_channels (process, channels):
159              SelectEvents = cms.vstring ("myFilterPath" + str (i))
160            ),
161            outputCommands = cms.untracked.vstring (
162 <            "drop *",
163 <            "keep *_BNproducer_*_*",
164 <            "keep double_kt6PFJets*_rho_*",
162 >            "keep *",
163            ),
164            dropMetaData = cms.untracked.string ("ALL")
165          )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines