Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 tdcRanges = cms.VPSet(cms.PSet(
00004 endRun = cms.int32(14441),
00005 tdcMax = cms.vdouble(1008.0, 927.0, 927.0, 927.0, 927.0),
00006 startRun = cms.int32(10339),
00007 tdcMin = cms.vdouble(748.0, 400.0, 400.0, 400.0, 400.0)
00008 ),
00009 cms.PSet(
00010 endRun = cms.int32(999999),
00011 tdcMax = cms.vdouble(1764.0, 927.0, 927.0, 927.0, 927.0),
00012 startRun = cms.int32(14442),
00013 tdcMin = cms.vdouble(1502.0, 400.0, 400.0, 400.0, 400.0)
00014 ))
00015