Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
DTRawToDigi
python
DTFrontierCabling_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CondCore.DBCommon.CondDBSetup_cfi
import
*
4
DTCabling = cms.ESSource(
"PoolDBESSource"
,
5
CondDBSetup,
6
timetype = cms.string(
'runnumber'
),
7
toGet = cms.VPSet(cms.PSet(
8
record = cms.string(
'DTReadOutMappingRcd'
),
9
tag = cms.string(
'DTROMap'
)
10
)),
11
connect = cms.string(
'frontier://FrontierDev/CMS_COND_DT'
),
12
siteLocalConfig = cms.untracked.bool(
True
)
13
)
14
15
CondDBSetup_cfi
Config
Generated for CMSSW Reference Manual by
1.8.5