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.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 
6 seedingLayersEDProducer = cms.EDProducer("SeedingLayersEDProducer",
7  layerList = cms.vstring(),
8  BPix = cms.PSet(),
9  FPix = cms.PSet(),
10  TIB = cms.PSet(),
11  TID = cms.PSet(),
12  TOB = cms.PSet(),
13  TEC = cms.PSet(),
14  MTIB = cms.PSet(),
15  MTID = cms.PSet(),
16  MTOB = cms.PSet(),
17  MTEC = cms.PSet(),
18 )