CMS 3D CMS Logo

lumiProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # In any real application the values of the parameters will
00004 # need to be respecified completely for every job.  The values
00005 # here are used in the unit test for the producer module.
00006 # The numbers below have no meaning and the vectors contain
00007 # only a few elements for test purposes.  In a real application
00008 # there would be an element per bunch crossing in each vector,
00009 # which would mean all the vectors would have thousands of elements.
00010 lumiProducer = cms.EDProducer("LumiProducer",
00011     # The name is the letters "LS" followed by the actual number of
00012     # the luminosity section.  There is only one of these here, but
00013     # just add more parameter sets to extend this to handle the case
00014     # of multiple luminosity sections in the job.
00015     LS1 = cms.untracked.PSet(
00016         hltratecounter = cms.untracked.vint32(30, 31, 32, 33, 34),
00017         lumietsum = cms.untracked.vdouble(100.0, 101.0, 102.0, 103.0, 104.0),
00018         lumisecqual = cms.untracked.int32(3),
00019         l1scaler = cms.untracked.vint32(20, 21, 22, 23, 24),
00020         deadfrac = cms.untracked.double(0.05),
00021         lumietsumqual = cms.untracked.vint32(300, 301, 302, 303, 304),
00022         hltinput = cms.untracked.vint32(50, 51, 52, 53, 54),
00023         lumiocc = cms.untracked.vdouble(400.0, 401.0, 402.0, 403.0, 404.0),
00024         lumioccerr = cms.untracked.vdouble(500.0, 501.0, 502.0, 503.0, 504.0),
00025         hltscaler = cms.untracked.vint32(40, 41, 42, 43, 44),
00026         avginsdellumi = cms.untracked.double(1.0),
00027         lumietsumerr = cms.untracked.vdouble(200.0, 201.0, 202.0, 203.0, 204.0),
00028         lsnumber = cms.untracked.int32(5),
00029         l1ratecounter = cms.untracked.vint32(10, 11, 12, 13, 14),
00030         avginsdellumierr = cms.untracked.double(2.0),
00031         lumioccqual = cms.untracked.vint32(600, 601, 602, 603, 604)
00032     )
00033 )
00034 
00035 

Generated on Tue Jun 9 17:44:03 2009 for CMSSW by  doxygen 1.5.4