CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoTBCalo/EcalTBTDCReconstructor/python/Ecal2007H4TBTDCRanges_v0_cff.py

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(99999),
00005     tdcMax = cms.vdouble(1531.0, 927.0, 927.0, 927.0, 927.0),
00006     startRun = cms.int32(16585),
00007     tdcMin = cms.vdouble(1269.0, 400.0, 400.0, 400.0, 400.0)
00008 ))
00009