CMS 3D CMS Logo

HLTXchannel_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from HLTrigger.xchannel.eventContent_MuonTau_cff import *
00004 from HLTrigger.xchannel.eventContent_ElectronTau_cff import *
00005 from HLTrigger.xchannel.eventContent_muonPlusBlifetime_cff import *
00006 from HLTrigger.xchannel.eventContent_muonPlusBsoftmu_cff import *
00007 from HLTrigger.xchannel.eventContent_electronPlusB_cff import *
00008 from HLTrigger.xchannel.eventContent_ElectronMuon_cff import *
00009 from HLTrigger.xchannel.eventContent_MuJets_cff import *
00010 # Full Event content for Xchannel HLT paths
00011 HLTXchannelFEVT = cms.PSet(
00012     outputCommands = cms.untracked.vstring()
00013 )
00014 # RECO content for Xchannel HLT paths
00015 HLTXchannelRECO = cms.PSet(
00016     outputCommands = cms.untracked.vstring()
00017 )
00018 # AOD content for Xchannel HLT paths
00019 HLTXchannelAOD = cms.PSet(
00020     triggerCollections = cms.VInputTag(),
00021     triggerFilters = cms.VInputTag(),
00022     outputCommands = cms.untracked.vstring()
00023 )
00024 HLTXchannelFEVT.outputCommands.extend(HLTMuonTauFEVT.outputCommands)
00025 HLTXchannelFEVT.outputCommands.extend(HLTElectronTauFEVT.outputCommands)
00026 HLTXchannelFEVT.outputCommands.extend(HLTMuonPlusBLifetimeFEVT.outputCommands)
00027 HLTXchannelFEVT.outputCommands.extend(HLTMuonPlusBSoftMuonFEVT.outputCommands)
00028 HLTXchannelFEVT.outputCommands.extend(HLTElectronPlusBLifetimeFEVT.outputCommands)
00029 HLTXchannelFEVT.outputCommands.extend(HLTElectronMuonFEVT.outputCommands)
00030 HLTXchannelFEVT.outputCommands.extend(HLTMuJetsFEVT.outputCommands)
00031 HLTXchannelRECO.outputCommands.extend(HLTMuonTauRECO.outputCommands)
00032 HLTXchannelRECO.outputCommands.extend(HLTElectronTauRECO.outputCommands)
00033 HLTXchannelRECO.outputCommands.extend(HLTMuonPlusBLifetimeRECO.outputCommands)
00034 HLTXchannelRECO.outputCommands.extend(HLTMuonPlusBSoftMuonRECO.outputCommands)
00035 HLTXchannelRECO.outputCommands.extend(HLTElectronPlusBLifetimeRECO.outputCommands)
00036 HLTXchannelRECO.outputCommands.extend(HLTElectronMuonRECO.outputCommands)
00037 HLTXchannelRECO.outputCommands.extend(HLTMuJetsRECO.outputCommands)
00038 HLTXchannelAOD.outputCommands.extend(HLTMuonTauAOD.outputCommands)
00039 HLTXchannelAOD.outputCommands.extend(HLTElectronTauAOD.outputCommands)
00040 HLTXchannelAOD.outputCommands.extend(HLTMuonPlusBLifetimeAOD.outputCommands)
00041 HLTXchannelAOD.outputCommands.extend(HLTMuonPlusBSoftMuonAOD.outputCommands)
00042 HLTXchannelAOD.outputCommands.extend(HLTElectronPlusBLifetimeAOD.outputCommands)
00043 HLTXchannelAOD.outputCommands.extend(HLTElectronMuonAOD.outputCommands)
00044 HLTXchannelAOD.outputCommands.extend(HLTMuJetsAOD.outputCommands)
00045 HLTXchannelAOD.triggerCollections.extend(HLTMuonTauAOD.triggerCollections)
00046 HLTXchannelAOD.triggerCollections.extend(HLTElectronTauAOD.triggerCollections)
00047 HLTXchannelAOD.triggerCollections.extend(HLTMuonPlusBLifetimeAOD.triggerCollections)
00048 HLTXchannelAOD.triggerCollections.extend(HLTMuonPlusBSoftMuonAOD.triggerCollections)
00049 HLTXchannelAOD.triggerCollections.extend(HLTElectronPlusBLifetimeAOD.triggerCollections)
00050 HLTXchannelAOD.triggerCollections.extend(HLTElectronMuonAOD.triggerCollections)
00051 HLTXchannelAOD.triggerCollections.extend(HLTMuJetsAOD.triggerCollections)
00052 HLTXchannelAOD.triggerFilters.extend(HLTMuonTauAOD.triggerFilters)
00053 HLTXchannelAOD.triggerFilters.extend(HLTElectronTauAOD.triggerFilters)
00054 HLTXchannelAOD.triggerFilters.extend(HLTMuonPlusBLifetimeAOD.triggerFilters)
00055 HLTXchannelAOD.triggerFilters.extend(HLTMuonPlusBSoftMuonAOD.triggerFilters)
00056 HLTXchannelAOD.triggerFilters.extend(HLTElectronPlusBLifetimeAOD.triggerFilters)
00057 HLTXchannelAOD.triggerFilters.extend(HLTElectronMuonAOD.triggerFilters)
00058 HLTXchannelAOD.triggerFilters.extend(HLTMuJetsAOD.triggerFilters)
00059 

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