CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alcastreamHcalIsotrkOutput_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # output block for alcastream HCAL Isotrk
4 # output module
5 # module alcastreamHcalIsotrkOutput = PoolOutputModule
6 alcastreamHcalIsotrkOutput = cms.PSet(
7  outputCommands = cms.untracked.vstring('drop *',
8  'keep *_offlineBeamSpot_*_*',
9  'keep edmTriggerResults_*_*_*',
10  'keep triggerTriggerEvent_*_*_*',
11  'keep recoTracks_generalTracks_*_*',
12  'keep recoTrackExtras_generalTracks_*_*',
13  'keep *_IsoProd_*_*',
14  )
15 )
16