Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:42:23

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 dtVDriftMeanTimerWriter = cms.EDAnalyzer("DTVDriftWriter",
0004     vDriftAlgo = cms.string('DTVDriftMeanTimer'),
0005     vDriftAlgoConfig = cms.PSet(
0006         rootFileName = cms.string(''),
0007         debug = cms.untracked.bool(False)
0008     ),
0009     readLegacyVDriftDB = cms.bool(True),
0010     writeLegacyVDriftDB = cms.bool(True)
0011 )