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 tdcRanges = cms.VPSet(cms.PSet(
0004     endRun = cms.int32(99999),
0005     tdcMax = cms.vdouble(1531.0, 927.0, 927.0, 927.0, 927.0),
0006     startRun = cms.int32(16585),
0007     tdcMin = cms.vdouble(1269.0, 400.0, 400.0, 400.0, 400.0)
0008 ))
0009