CMS 3D CMS Logo

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 )

Generated on Tue Jun 9 17:45:11 2009 for CMSSW by  doxygen 1.5.4