CMS 3D CMS Logo

eventContent_AlcastreamEcalPi0_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Event content for Pi0 alcareco stream
00004 HLTAlcaRecoEcalPi0StreamFEVT = cms.PSet(
00005     outputCommands = cms.untracked.vstring('keep *_hltAlCaPi0RegRecHits_pi0EcalRecHitsEB_*')
00006 )
00007 HLTAlcaRecoEcalPi0StreamRECO = cms.PSet(
00008     outputCommands = cms.untracked.vstring('keep *_hltAlCaPi0RegRecHits_pi0EcalRecHitsEB_*')
00009 )
00010 HLTAlcaRecoEcalPi0StreamAOD = cms.PSet(
00011     triggerCollections = cms.VInputTag(),
00012     triggerFilters = cms.VInputTag(),
00013     outputCommands = cms.untracked.vstring()
00014 )
00015 

Generated on Tue Jun 9 17:37:58 2009 for CMSSW by  doxygen 1.5.4