CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoLocalCalo_EventContent_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 *_reducedHcalRecHits_*_*',
20  'keep *_castorreco_*_*',
21  'keep HcalUnpackerReport_*_*_*'
22  )
23 )
24 #RECO content
25 RecoLocalCaloRECO = cms.PSet(
26  outputCommands = cms.untracked.vstring('keep *_hbhereco_*_*',
27  'keep *_hbheprereco_*_*',
28  'keep *_hfreco_*_*',
29  'keep *_horeco_*_*',
30  'keep HBHERecHitsSorted_hbherecoMB_*_*',
31  'keep HORecHitsSorted_horecoMB_*_*',
32  'keep HFRecHitsSorted_hfrecoMB_*_*',
33  'keep ZDCDataFramesSorted_*Digis_*_*',
34  'keep ZDCRecHitsSorted_*_*_*',
35  'keep *_reducedHcalRecHits_*_*',
36  'keep *_castorreco_*_*',
37  'keep HcalUnpackerReport_*_*_*'
38  )
39 )
40 #AOD content
41 RecoLocalCaloAOD = cms.PSet(
42  outputCommands = cms.untracked.vstring(
43  'keep *_castorreco_*_*',
44  'keep *_reducedHcalRecHits_*_*',
45  'keep HcalUnpackerReport_*_*_*'
46  )
47 )
48 RecoLocalCaloFEVT.outputCommands.extend(ecalLocalRecoFEVT.outputCommands)
49 RecoLocalCaloRECO.outputCommands.extend(ecalLocalRecoRECO.outputCommands)
50 RecoLocalCaloAOD.outputCommands.extend(ecalLocalRecoAOD.outputCommands)
51