test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripLorentzAngleDepESProducer_cfi.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 import FWCore.ParameterSet.Config as cms
3 
4 siStripLorentzAngleDepESProducer = cms.ESProducer("SiStripLorentzAngleDepESProducer",
5 
6  LatencyRecord = cms.PSet(
7  record = cms.string('SiStripLatencyRcd'),
8  label = cms.untracked.string('')
9  ),
10  LorentzAnglePeakMode = cms.PSet(
11  record = cms.string('SiStripLorentzAngleRcd'),
12  label = cms.untracked.string('peak')
13  ),
14  LorentzAngleDeconvMode = cms.PSet(
15  record = cms.string('SiStripLorentzAngleRcd'),
16  label = cms.untracked.string('deconvolution')
17  )
18 
19  )
20 
21