CMS 3D CMS Logo

cosmicsNavigationSchoolESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 cosmicsNavigationSchoolESProducer = cms.ESProducer("SkippingLayerCosmicNavigationSchoolESProducer",
4  ComponentName = cms.string('CosmicNavigationSchool'),
5  allSelf = cms.bool(True),
6  noPXB = cms.bool(False),
7  noPXF = cms.bool(False),
8  noTEC = cms.bool(False),
9  noTIB = cms.bool(False),
10  noTID = cms.bool(False),
11  noTOB = cms.bool(False),
12  selfSearch = cms.bool(True)
13 )