CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoTBCalo/EcalTBTDCReconstructor/python/Ecal2006TBTDCRanges_v2_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(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