Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoLocalTracker
SiPixelRecHits
python
SiPixelRecHits_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
siPixelRecHits = cms.EDProducer(
"SiPixelRecHitConverter"
,
4
src = cms.InputTag(
"siPixelClusters"
),
5
# untracked string ClusterCollLabel = "siPixelClusters"
6
CPE = cms.string(
'PixelCPEGeneric'
),
7
VerboseLevel = cms.untracked.int32(0),
8
#TanLorentzAnglePerTesla = cms.double(0.106),
9
#Alpha2Order = cms.bool(True),
10
#speed = cms.int32(0)
11
12
)
13
14
Config
Generated for CMSSW Reference Manual by
1.8.5