src
HLTrigger
Configuration
python
HLT_75e33
eventsetup
hltOnlineBeamSpotESProducer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
hltOnlineBeamSpotESProducer = cms.ESProducer(
"OnlineBeamSpotESProducer"
,
4
timeThreshold = cms.int32(
int
(1e6) ),
# we do want to read the DB even if it's old
5
sigmaZThreshold = cms.double( 2.0 ),
6
sigmaXYThreshold = cms.double( 4.0 )
7
)
createfilelist.int
int
Definition:
createfilelist.py:10
Generated for CMSSW Reference Manual by
1.8.14