CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOEcalCalPhiSym_cff.py
Go to the documentation of this file.
2 
3 #------------------------------------------------
4 #AlCaReco filtering for phi symmetry calibration:
5 #------------------------------------------------
6 # create sequence for rechit filtering for phi symmetry calibration
9 
10 #apply laser corrections
11 
12 ecalPhiSymCorrected = RecoLocalCalo.EcalRecProducers.ecalRecalibRecHit_cfi.ecalRecHit.clone(
13  doEnergyScale = cms.bool(False),
14  doIntercalib = cms.bool(False),
15  EERecHitCollection = cms.InputTag("hltAlCaPhiSymStream","phiSymEcalRecHitsEE"),
16  EBRecHitCollection = cms.InputTag("hltAlCaPhiSymStream","phiSymEcalRecHitsEB"),
17  doLaserCorrections = cms.bool(True),
18  EBRecalibRecHitCollection = cms.string('phiSymEcalRecHitsEB'),
19  EERecalibRecHitCollection = cms.string('phiSymEcalRecHitsEE')
20 )
21 
22 seqALCARECOEcalCalPhiSym = cms.Sequence(ecalphiSymHLT*ecalPhiSymCorrected)
23