Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoLocalCalo
EcalRecProducers
python
ecalRecalibSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#ECAL conditions
4
from
RecoLocalCalo.EcalRecProducers.getEcalConditions_frontier_cff
import
*
5
#ECAL reconstruction
6
from
RecoLocalCalo.EcalRecProducers.ecalRecalibRecHit_cfi
import
*
7
ecalRecalibSequence = cms.Sequence(cms.SequencePlaceholder(
"ecalRecalibRecHit"
))
8
ecalConditions.toGet = cms.VPSet(
9
cms.PSet(
10
record = cms.string(
'EcalPedestalsRcd'
),
11
tag = cms.string(
'EcalPedestals_trivial'
)
12
),
13
cms.PSet(
14
record = cms.string(
'EcalADCToGeVConstantRcd'
),
15
tag = cms.string(
'EcalADCToGeVConstant_trivial'
)
16
),
17
cms.PSet(
18
record = cms.string(
'EcalGainRatiosRcd'
),
19
tag = cms.string(
'EcalGainRatios_trivial'
)
20
),
21
cms.PSet(
22
record = cms.string(
'EcalIntercalibConstantsRcd'
),
23
tag = cms.string(
'EcalIntercalibConstants_trivial'
)
24
),
25
cms.PSet(
26
record = cms.string(
'EcalWeightXtalGroupsRcd'
),
27
tag = cms.string(
'EcalWeightXtalGroups_trivial'
)
28
),
29
cms.PSet(
30
record = cms.string(
'EcalTBWeightsRcd'
),
31
tag = cms.string(
'EcalTBWeights_trivial'
)
32
),
33
cms.PSet(
34
record = cms.string(
'EcalLaserAlphasRcd'
),
35
tag = cms.string(
'EcalLaserAlphas_trivial'
)
36
),
37
cms.PSet(
38
record = cms.string(
'EcalLaserAPDPNRatiosRcd'
),
39
tag = cms.string(
'EcalLaserAPDPNRatios_trivial'
)
40
),
41
cms.PSet(
42
record = cms.string(
'EcalLaserAPDPNRatiosRefRcd'
),
43
tag = cms.string(
'EcalLaserAPDPNRatiosRef_trivial'
)
44
)
45
)
ecalRecalibRecHit_cfi
Config
getEcalConditions_frontier_cff
Generated for CMSSW Reference Manual by
1.8.5