Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CalibMuon
DTCalibration
python
DT_Calibration_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CondCore.DBCommon.CondDBSetup_cfi
import
*
4
#FRONTIER
5
maps_frontier = cms.ESSource(
"PoolDBESSource"
,
6
CondDBSetup,
7
timetype = cms.string(
'runnumber'
),
8
toGet = cms.VPSet(cms.PSet(
9
record = cms.string(
'DTT0Rcd'
),
10
tag = cms.string(
't0Fake_18X_Sept15'
)
11
),
12
cms.PSet(
13
record = cms.string(
'DTTtrigRcd'
),
14
tag = cms.string(
'ttrig_18X_July6'
)
15
)),
16
connect = cms.string(
'frontier://FrontierDev/CMS_COND_DT'
),
##FrontierDev/CMS_COND_DT"
17
18
authenticationMethod = cms.untracked.uint32(0)
19
)
20
21
CondDBSetup_cfi
Config
Generated for CMSSW Reference Manual by
1.8.5