CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalIsoTrk_Output_cff.py
Go to the documentation of this file.
2 
3 # output block for alcastream HCAL Isotrk
4 # output module
5 # module alcastreamHcalIsotrkOutput = PoolOutputModule
6 OutALCARECOHcalCalIsoTrk_noDrop = cms.PSet(
7  # use this in case of filter available
8  SelectEvents = cms.untracked.PSet(
9  SelectEvents = cms.vstring('pathALCARECOHcalCalIsoTrk')
10  ),
11  outputCommands = cms.untracked.vstring(
12  'keep *_IsoProd_*_*',
13  'keep *_offlinePrimaryVertices_*_*',
14  'keep edmTriggerResults_*_*_*',
15  'keep triggerTriggerEvent_*_*_*'
16 )
17 )
18 
19 
20 import copy
21 OutALCARECOHcalCalIsoTrk=copy.deepcopy(OutALCARECOHcalCalIsoTrk_noDrop)
22 OutALCARECOHcalCalIsoTrk.outputCommands.insert(0, "drop *")