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(999999),
0005     tdcMax = cms.vdouble(958.0, 927.0, 927.0, 927.0, 927.0),
0006     startRun = cms.int32(-1),
0007     tdcMin = cms.vdouble(430.0, 400.0, 400.0, 400.0, 400.0)
0008 ))
0009