CMS 3D CMS Logo

muIsolation_EventContent_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 #MuIsoDeposits
4 
5 #MuIsoDeposits
6 
7 #MuIsoDeposits
8 
9 #old version (reduced set)
10 
11 #standard set
12 
13 import FWCore.ParameterSet.Config as cms
14 
15 # -*-TCL-*-
16 #define FEVT/REC/AOD pieces
17 #Full event
18 RecoMuonIsolationFEVT = cms.PSet(
19  outputCommands = cms.untracked.vstring('keep *_muIsoDepositTk_*_*',
20  'keep *_muIsoDepositCalByAssociatorTowers_*_*',
21  'keep *_muIsoDepositCalByAssociatorHits_*_*',
22  'keep *_muIsoDepositJets_*_*',
23  'keep *_muGlobalIsoDepositCtfTk_*_*',
24  'keep *_muGlobalIsoDepositCalByAssociatorTowers_*_*',
25  'keep *_muGlobalIsoDepositCalByAssociatorHits_*_*',
26  'keep *_muGlobalIsoDepositJets_*_*')
27 )
28 #RECO part of the event
29 RecoMuonIsolationRECO = cms.PSet(
30  outputCommands = cms.untracked.vstring('keep *_muIsoDepositTk_*_*',
31  'keep *_muIsoDepositCalByAssociatorTowers_*_*',
32  'keep *_muIsoDepositCalByAssociatorHits_*_*',
33  'keep *_muIsoDepositJets_*_*',
34  'keep *_muGlobalIsoDepositCtfTk_*_*',
35  'keep *_muGlobalIsoDepositCalByAssociatorTowers_*_*',
36  'keep *_muGlobalIsoDepositCalByAssociatorHits_*_*',
37  'keep *_muGlobalIsoDepositJets_*_*')
38 )
39 #AOD part of the event
40 #cleaned-up, includes only the objects produced in the standard reco "muIsolation" sequence
41 RecoMuonIsolationAOD = cms.PSet(
42  outputCommands = cms.untracked.vstring(
43 # 'keep *_muIsoDepositTk_*_*',
44 # 'keep *_muIsoDepositCalByAssociatorTowers_*_*',
45 # 'keep *_muIsoDepositCalByAssociatorHits_*_*',
46 # 'keep *_muIsoDepositJets_*_*'
47  )
48 )
49 #Full event
50 RecoMuonIsolationParamGlobal = cms.PSet(
51  outputCommands = cms.untracked.vstring('keep *_muParamGlobalIsoDepositGsTk_*_*',
52  'keep *_muParamGlobalIsoDepositCalEcal_*_*',
53  'keep *_muParamGlobalIsoDepositCalHcal_*_*',
54  'keep *_muParamGlobalIsoDepositCtfTk_*_*',
55  'keep *_muParamGlobalIsoDepositCalByAssociatorTowers_*_*',
56  'keep *_muParamGlobalIsoDepositCalByAssociatorHits_*_*',
57  'keep *_muParamGlobalIsoDepositJets_*_*')
58 )
59 
60