CMS 3D CMS Logo

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