CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoLocalCalo_EventContentCosmics_cff.py
Go to the documentation of this file.
2 
4 #
5 # start with HCAL part
6 #
7 #FEVT
8 RecoLocalCaloFEVT = cms.PSet(
9  outputCommands = cms.untracked.vstring('keep *_hbhereco_*_*',
10  'keep *_hbheprereco_*_*',
11  'keep *_hfreco_*_*',
12  'keep *_horeco_*_*',
13  'keep HBHERecHitsSorted_hbherecoMB_*_*',
14  'keep HBHERecHitsSorted_hbheprerecoMB_*_*',
15  'keep HORecHitsSorted_horecoMB_*_*',
16  'keep HFRecHitsSorted_hfrecoMB_*_*',
17  'keep ZDCDataFramesSorted_*Digis_*_*',
18  'keep ZDCRecHitsSorted_*_*_*',
19  'keep HcalUnpackerReport_*_*_*'
20  )
21 )
22 #RECO content
23 RecoLocalCaloRECO = cms.PSet(
24  outputCommands = cms.untracked.vstring('keep *_hbhereco_*_*',
25  'keep *_hfreco_*_*',
26  'keep *_horeco_*_*',
27  'keep HBHERecHitsSorted_hbherecoMB_*_*',
28  'keep HORecHitsSorted_horecoMB_*_*',
29  'keep HFRecHitsSorted_hfrecoMB_*_*',
30  'keep ZDCDataFramesSorted_*Digis_*_*',
31  'keep ZDCRecHitsSorted_*_*_*',
32  'keep HcalUnpackerReport_*_*_*'
33  )
34 )
35 #AOD content
36 RecoLocalCaloAOD = cms.PSet(
37  outputCommands = cms.untracked.vstring()
38 )
39 RecoLocalCaloFEVT.outputCommands.extend(ecalLocalRecoFEVT.outputCommands)
40 RecoLocalCaloRECO.outputCommands.extend(ecalLocalRecoRECO.outputCommands)
41 RecoLocalCaloAOD.outputCommands.extend(ecalLocalRecoAOD.outputCommands)
42