CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/TrackingMonitor/python/BXlumiParameters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # BXlumi                          
00004 BXlumiSetup = cms.PSet(
00005     # input tags
00006     lumi    = cms.InputTag('lumiProducer'),
00007   # taken from 
00008   # DPGAnalysis/SiStripTools/src/DigiLumiCorrHistogramMaker.cc
00009   # the scale factor 6.37 should follow the lumi prescriptions
00010   # AS SOON AS THE CORRECTED LUMI WILL BE AVAILABLE IT HAS TO BE SET TO 1.
00011     lumiScale = cms.double(6.37),    
00012 # low PU
00013 #    BXlumiBin = cms.int32 (100),
00014 #    BXlumiMin = cms.double(1),  
00015 #    BXlumiMax = cms.double(10), 
00016 
00017     BXlumiBin = cms.int32 (400),
00018     BXlumiMin = cms.double(2000),
00019     BXlumiMax = cms.double(6000)    
00020 )
00021