CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMuon/MuonIsolationProducers/python/muIsolation_EventContent_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #MuIsoDeposits
00004 
00005 #MuIsoDeposits
00006 
00007 #MuIsoDeposits
00008 
00009 #old version (reduced set)
00010 
00011 #standard set
00012 
00013 import FWCore.ParameterSet.Config as cms
00014 
00015 # -*-TCL-*-
00016 #define FEVT/REC/AOD pieces
00017 #Full event
00018 RecoMuonIsolationFEVT = cms.PSet(
00019     outputCommands = cms.untracked.vstring('keep *_muIsoDepositTk_*_*', 
00020         'keep *_muIsoDepositCalByAssociatorTowers_*_*', 
00021         'keep *_muIsoDepositCalByAssociatorHits_*_*', 
00022         'keep *_muIsoDepositJets_*_*', 
00023         'keep *_muGlobalIsoDepositCtfTk_*_*', 
00024         'keep *_muGlobalIsoDepositCalByAssociatorTowers_*_*', 
00025         'keep *_muGlobalIsoDepositCalByAssociatorHits_*_*', 
00026         'keep *_muGlobalIsoDepositJets_*_*')
00027 )
00028 #RECO part of the event
00029 RecoMuonIsolationRECO = cms.PSet(
00030     outputCommands = cms.untracked.vstring('keep *_muIsoDepositTk_*_*', 
00031         'keep *_muIsoDepositCalByAssociatorTowers_*_*', 
00032         'keep *_muIsoDepositCalByAssociatorHits_*_*', 
00033         'keep *_muIsoDepositJets_*_*', 
00034         'keep *_muGlobalIsoDepositCtfTk_*_*', 
00035         'keep *_muGlobalIsoDepositCalByAssociatorTowers_*_*', 
00036         'keep *_muGlobalIsoDepositCalByAssociatorHits_*_*', 
00037         'keep *_muGlobalIsoDepositJets_*_*')
00038 )
00039 #AOD part of the event
00040 #cleaned-up, includes only the objects produced in the standard reco "muIsolation" sequence
00041 RecoMuonIsolationAOD = cms.PSet(
00042     outputCommands = cms.untracked.vstring('keep *_muIsoDepositTk_*_*', 
00043         'keep *_muIsoDepositCalByAssociatorTowers_*_*', 
00044         'keep *_muIsoDepositCalByAssociatorHits_*_*', 
00045         'keep *_muIsoDepositJets_*_*')
00046 )
00047 #Full event
00048 RecoMuonIsolationParamGlobal = cms.PSet(
00049     outputCommands = cms.untracked.vstring('keep *_muParamGlobalIsoDepositGsTk_*_*', 
00050         'keep *_muParamGlobalIsoDepositCalEcal_*_*', 
00051         'keep *_muParamGlobalIsoDepositCalHcal_*_*', 
00052         'keep *_muParamGlobalIsoDepositCtfTk_*_*', 
00053         'keep *_muParamGlobalIsoDepositCalByAssociatorTowers_*_*', 
00054         'keep *_muParamGlobalIsoDepositCalByAssociatorHits_*_*', 
00055         'keep *_muParamGlobalIsoDepositJets_*_*')
00056 )
00057 
00058