test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alcastreamEcalPhiSymOutput_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # output block for alcastream EcalPhiSym
4 # output module
5 # module alcastreamEcalPhiSymOutput = PoolOutputModule
6 alcastreamEcalPhiSymOutput = cms.PSet(
7  outputCommands = cms.untracked.vstring('drop *',
8  'keep EcalRecHitsSorted__*_*')
9 )
10