Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:56

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 EcalTBSimTDCRanges = cms.PSet(
0004 tdcRanges = cms.VPSet(cms.PSet(
0005     endRun = cms.int32(999999),
0006     tdcMax = cms.vdouble(1008.0, 927.0, 927.0, 927.0, 927.0),
0007     startRun = cms.int32(-1),
0008     tdcMin = cms.vdouble(748.0, 400.0, 400.0, 400.0, 400.0)
0009 ))
0010 )