CMS 3D CMS Logo

TrackingEff_OutputModule_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from AnalysisExamples.SiStripDetectorPerformance.TrackingEff_EventContent_cff import *
00004 from Configuration.eventContent.EventContent_cff import *
00005 AODSIMTrackingEffEventContent = cms.PSet(
00006     outputCommands = cms.untracked.vstring()
00007 )
00008 TrackingEffOutputModule = cms.OutputModule("PoolOutputModule",
00009     TrackingEffEventSelection,
00010     AODSIMTrackingEffEventContent,
00011     dataset = cms.untracked.PSet(
00012         filterName = cms.untracked.string('TrackingEffAODSIM'),
00013         dataTier = cms.untracked.string('USER')
00014     ),
00015     fileName = cms.untracked.string('TrackingEff.root')
00016 )
00017 
00018 AODSIMTrackingEffEventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
00019 AODSIMTrackingEffEventContent.outputCommands.extend(TrackingEffEventContent.outputCommands)
00020 

Generated on Tue Jun 9 17:25:12 2009 for CMSSW by  doxygen 1.5.4