CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalIsoTrkNoHLT_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 OutALCARECOHcalCalIsoTrkNoHLT_noDrop = cms.PSet(
7  # use this in case of filter available
8  SelectEvents = cms.untracked.PSet(
9  SelectEvents = cms.vstring('pathALCARECOHcalCalIsoTrkNoHLT')
10  ),
11  outputCommands = cms.untracked.vstring(
12  'keep *_IsoProd_*_*')
13 )
14 
15 
16 import copy
17 OutALCARECOHcalCalIsoTrkNoHLT=copy.deepcopy(OutALCARECOHcalCalIsoTrkNoHLT_noDrop)
18 OutALCARECOHcalCalIsoTrkNoHLT.outputCommands.insert(0, "drop *")