CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
seedingLayersEDProducer_cfi.py
Go to the documentation of this file.
2 
3 seedingLayersEDProducer = cms.EDProducer("SeedingLayersEDProducer",
4  layerList = cms.vstring(),
5  BPix = cms.PSet(),
6  FPix = cms.PSet(),
7  TIB = cms.PSet(),
8  TID = cms.PSet(),
9  TOB = cms.PSet(),
10  TEC = cms.PSet(),
11  MTIB = cms.PSet(),
12  MTID = cms.PSet(),
13  MTOB = cms.PSet(),
14  MTEC = cms.PSet(),
15 )