Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoTracker
TkNavigation
python
CosmicsNavigationSchoolESProducer_cfi.py
Go to the documentation of this file.
1
#do not comment that line
2
import
FWCore.ParameterSet.Config
as
cms
3
4
#cosmicsNavigationSchoolESProducer = cms.ESProducer("NavigationSchoolESProducer",
5
# ComponentName = cms.string('CosmicNavigationSchool')
6
#)
7
8
cosmicsNavigationSchoolESProducer = cms.ESProducer(
"SkippingLayerCosmicNavigationSchoolESProducer"
,
9
ComponentName = cms.string(
'CosmicNavigationSchool'
),
10
noPXB = cms.bool(
False
),
11
noPXF = cms.bool(
False
),
12
noTIB = cms.bool(
False
),
13
noTID = cms.bool(
False
),
14
noTOB = cms.bool(
False
),
15
noTEC = cms.bool(
False
),
16
selfSearch = cms.bool(
True
),
17
allSelf = cms.bool(
True
)
18
)
19
20
Config
Generated for CMSSW Reference Manual by
1.8.5