CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalMinBias_Output_cff.py
Go to the documentation of this file.
2 
3 # output block for alcastream HCAL Min Bias
4 # output module
5 # module alcastreamHcalMinbiasOutput = PoolOutputModule
6 
7 OutALCARECOHcalCalMinBias_noDrop = cms.PSet(
8  SelectEvents = cms.untracked.PSet(
9  SelectEvents = cms.vstring('pathALCARECOHcalCalMinBias')
10  ),
11  outputCommands = cms.untracked.vstring(
12  'keep *_gtDigisAlCaMB_*_*',
13  'keep HBHERecHitsSorted_hbherecoMB_*_*',
14  'keep HORecHitsSorted_horecoMB_*_*',
15  'keep HFRecHitsSorted_hfrecoMB_*_*',
16  'keep HFRecHitsSorted_hfrecoMBspecial_*_*',
17  'keep HBHERecHitsSorted_hbherecoNoise_*_*',
18  'keep HORecHitsSorted_horecoNoise_*_*',
19  'keep HFRecHitsSorted_hfrecoNoise_*_*')
20 )
21 
22 import copy
23 OutALCARECOHcalCalMinBias=copy.deepcopy(OutALCARECOHcalCalMinBias_noDrop)
24 OutALCARECOHcalCalMinBias.outputCommands.insert(0, "drop *")