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.
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 *_IsoProd_*_*')
9 )
10