CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBSimTDCRanges_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 EcalTBSimTDCRanges = cms.PSet(
4 tdcRanges = cms.VPSet(cms.PSet(
5  endRun = cms.int32(999999),
6  tdcMax = cms.vdouble(1008.0, 927.0, 927.0, 927.0, 927.0),
7  startRun = cms.int32(-1),
8  tdcMin = cms.vdouble(748.0, 400.0, 400.0, 400.0, 400.0)
9 ))
10 )