CMS 3D CMS Logo

HEEPExpress_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 #
00005 # event content for HEEP Express Stream Skim
00006 #
00007 #
00008 from Configuration.eventContent.EventContent_cff import *
00009 AODSIMHEEPExpressEventContent = cms.PSet(
00010     outputCommands = cms.untracked.vstring()
00011 )
00012 hEEPExpressEventSelection = cms.PSet(
00013     SelectEvents = cms.untracked.PSet(
00014         SelectEvents = cms.vstring()
00015     )
00016 )
00017 AODSIMHEEPExpressEventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
00018 hEEPExpressEventSelection.SelectEvents.SelectEvents.append('hEEPSignalHighEt')
00019 hEEPExpressEventSelection.SelectEvents.SelectEvents.append('hEEPSignalMedEtHigh')
00020 hEEPExpressEventSelection.SelectEvents.SelectEvents.append('hEEPSignalMedEtMedBarrel')
00021 hEEPExpressEventSelection.SelectEvents.SelectEvents.append('hEEPSignalMedEtMedEndcap')
00022 

Generated on Tue Jun 9 17:48:03 2009 for CMSSW by  doxygen 1.5.4