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(999999),
00005 tdcMax = cms.vdouble(958.0, 927.0, 927.0, 927.0, 927.0),
00006 startRun = cms.int32(-1),
00007 tdcMin = cms.vdouble(430.0, 400.0, 400.0, 400.0, 400.0)
00008 ))
00009