Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CalibTracker
SiStripESProducers
python
services
SiStripThresholdGeneratorService_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
4
SiStripThresholdGenerator = cms.Service(
"SiStripThresholdGenerator"
,
5
file = cms.FileInPath(
'CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'
),
6
HighTh = cms.double(5.0),
7
LowTh = cms.double(2.0),
8
ClusTh = cms.double(0.0)
9
)
10
11
12
13
Config
Generated for CMSSW Reference Manual by
1.8.5