ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ForwardAnalysis/Utilities/python/outputModule_cfi.py
Revision: 1.1
Committed: Fri Jun 29 14:13:40 2012 UTC (12 years, 10 months ago) by antoniov
Content type: text/x-python
Branch: MAIN
CVS Tags: V01-01-01, V01-01-00, antoniov-forwardAnalysis-09Jul2012-v1, antoniov-forwardAnalysis-29Jun2012-v1, HEAD
Log Message:
update

File Contents

# User Rev Content
1 antoniov 1.1 import FWCore.ParameterSet.Config as cms
2    
3     output = cms.OutputModule("PoolOutputModule",
4     outputCommands = cms.untracked.vstring('drop *'),
5     fileName = cms.untracked.string(''),
6     dataset = cms.untracked.PSet(
7     dataTier = cms.untracked.string('USER'),
8     filterName = cms.untracked.string('')
9     ),
10     SelectEvents = cms.untracked.PSet(
11     SelectEvents = cms.vstring('')
12     )
13     )