Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CalibCalorimetry
Configuration
python
Ecal_FrontierConditions_cff.py
Go to the documentation of this file.
1
# The following comments couldn't be translated into the new config version:
2
3
#FrontierProd/CMS_COND_20X_ECAL"
4
import
FWCore.ParameterSet.Config
as
cms
5
6
#
7
# Ecal calibrations from Frontier
8
#
9
from
RecoLocalCalo.EcalRecProducers.getEcalConditions_frontier_cff
import
*
10
from
CalibCalorimetry.EcalLaserCorrection.ecalLaserCorrectionService_cfi
import
*
11
ecalConditions.connect =
'frontier://FrontierProd/CMS_COND_20X_ECAL'
12
ecalConditions.toGet = cms.VPSet(cms.PSet(
13
record = cms.string(
'EcalPedestalsRcd'
),
14
tag = cms.string(
'EcalPedestals_mc'
)
15
),
16
cms.PSet(
17
record = cms.string(
'EcalADCToGeVConstantRcd'
),
18
tag = cms.string(
'EcalADCToGeVConstant_mc'
)
19
),
20
cms.PSet(
21
record = cms.string(
'EcalChannelStatusRcd'
),
22
tag = cms.string(
'EcalChannelStatus_mc'
)
23
),
24
cms.PSet(
25
record = cms.string(
'EcalGainRatiosRcd'
),
26
tag = cms.string(
'EcalGainRatios_mc'
)
27
),
28
cms.PSet(
29
record = cms.string(
'EcalIntercalibConstantsRcd'
),
30
tag = cms.string(
'EcalIntercalibConstants_mc'
)
31
),
32
cms.PSet(
33
record = cms.string(
'EcalIntercalibErrorsRcd'
),
34
tag = cms.string(
'EcalIntercalibErrors_mc'
)
35
),
36
cms.PSet(
37
record = cms.string(
'EcalWeightXtalGroupsRcd'
),
38
tag = cms.string(
'EcalWeightXtalGroups_mc'
)
39
),
40
cms.PSet(
41
record = cms.string(
'EcalTBWeightsRcd'
),
42
tag = cms.string(
'EcalTBWeights_mc'
)
43
),
44
cms.PSet(
45
record = cms.string(
'EcalLaserAlphasRcd'
),
46
tag = cms.string(
'EcalLaserAlphas_mc'
)
47
),
48
cms.PSet(
49
record = cms.string(
'EcalLaserAPDPNRatiosRcd'
),
50
tag = cms.string(
'EcalLaserAPDPNRatios_mc'
)
51
),
52
cms.PSet(
53
record = cms.string(
'EcalLaserAPDPNRatiosRefRcd'
),
54
tag = cms.string(
'EcalLaserAPDPNRatiosRef_mc'
)
55
))
56
Config
getEcalConditions_frontier_cff
ecalLaserCorrectionService_cfi
Generated for CMSSW Reference Manual by
1.8.5