CMS 3D CMS Logo

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