Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Alignment
SurveyAnalysis
python
TIFSurveyInfo_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Reading from DB
4
from
CondCore.DBCommon.CondDBSetup_cfi
import
*
5
PoolDBESSource = cms.ESSource(
"PoolDBESSource"
,
6
CondDBSetup,
7
connect = cms.string(
'frontier://FrontierProd/CMS_COND_21X_ALIGNMENT'
),
8
toGet = cms.VPSet(cms.PSet(
9
record = cms.string(
'TrackerAlignmentRcd'
),
10
tag = cms.string(
'TibTidTecAllSurvey_v2'
)
11
),
12
cms.PSet(
13
record = cms.string(
'TrackerAlignmentErrorRcd'
),
14
tag = cms.string(
'TibTidTecAllSurveyAPE_v2'
)
15
))
16
)
17
CondDBSetup_cfi
Config
Generated for CMSSW Reference Manual by
1.8.5