CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTBCalo/EcalTBTDCReconstructor/python/EcalTBSimTDCRanges_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 EcalTBSimTDCRanges = cms.PSet(
00004 tdcRanges = cms.VPSet(cms.PSet(
00005     endRun = cms.int32(999999),
00006     tdcMax = cms.vdouble(1008.0, 927.0, 927.0, 927.0, 927.0),
00007     startRun = cms.int32(-1),
00008     tdcMin = cms.vdouble(748.0, 400.0, 400.0, 400.0, 400.0)
00009 ))
00010 )