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  'keep *_TkAlIsoProd_*_*',
14  'keep *_offlineBeamSpot_*_*',
15  'keep recoTracks_generalTracks_*_*',
16  'keep recoTrackExtras_generalTracks_*_*',
17  'keep edmTriggerResults_*_*_*',
18  'keep triggerTriggerEvent_*_*_*',
19  )
20 )
21 
22 
23 import copy
24 OutALCARECOHcalCalIsoTrkNoHLT=copy.deepcopy(OutALCARECOHcalCalIsoTrkNoHLT_noDrop)
25 OutALCARECOHcalCalIsoTrkNoHLT.outputCommands.insert(0, "drop *")