DQM
TrackingMonitor
python
BXlumiParameters_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# BXlumi
4
BXlumiSetup = cms.PSet(
5
# input tags
6
lumi = cms.InputTag(
'lumiProducer'
),
7
# taken from
8
# DPGAnalysis/SiStripTools/src/DigiLumiCorrHistogramMaker.cc
9
# the scale factor 6.37 should follow the lumi prescriptions
10
# AS SOON AS THE CORRECTED LUMI WILL BE AVAILABLE IT HAS TO BE SET TO 1.
11
lumiScale = cms.double(6.37),
12
# low PU
13
# BXlumiBin = cms.int32 (100),
14
# BXlumiMin = cms.double(1),
15
# BXlumiMax = cms.double(10),
16
17
BXlumiBin = cms.int32 (400),
18
BXlumiMin = cms.double(2000),
19
BXlumiMax = cms.double(6000)
20
)
21
Generated for CMSSW Reference Manual by
1.8.16