CMS 3D CMS Logo

CosmicsNavigationSchoolESProducer_cfi.py

Go to the documentation of this file.
00001 #do not comment that line
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 #cosmicsNavigationSchoolESProducer = cms.ESProducer("NavigationSchoolESProducer",
00005 #    ComponentName = cms.string('CosmicNavigationSchool')
00006 #)
00007 
00008 cosmicsNavigationSchoolESProducer = cms.ESProducer("SkippingLayerCosmicNavigationSchoolESProducer",
00009                                                    ComponentName = cms.string('CosmicNavigationSchool'),
00010                                                    noPXB = cms.bool(False),
00011                                                    noPXF = cms.bool(False),
00012                                                    noTIB = cms.bool(False),
00013                                                    noTID = cms.bool(False),
00014                                                    noTOB = cms.bool(False),
00015                                                    noTEC = cms.bool(False),
00016                                                    selfSearch = cms.bool(True),
00017                                                    allSelf = cms.bool(True)
00018                                                    )
00019 
00020 

Generated on Tue Jun 9 17:45:54 2009 for CMSSW by  doxygen 1.5.4