Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:29

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 dtTTrigConstantShiftCorrection = cms.EDAnalyzer("DTTTrigCorrection",
0004     dbLabel = cms.untracked.string(''),
0005     correctionAlgo = cms.string('DTTTrigConstantShift'),
0006     correctionAlgoConfig = cms.PSet(
0007         dbLabel = cms.untracked.string(''),
0008         value = cms.double(0.), 
0009         # Format "wheel station sector" (e.g. "-1 3 10")
0010         calibChamber = cms.string('All')
0011     )
0012 )