Skip to content

Commit

Permalink
Merge pull request #37668 from tvami/EraForECALalcananoV2
Browse files Browse the repository at this point in the history
Add Run3 era for AlCaPhiSymEcal_Nano
  • Loading branch information
cmsbuild committed Apr 25, 2022
2 parents c5b59b8 + d8d9f28 commit 23db5f0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -7,11 +7,13 @@
"""

from Configuration.DataProcessing.Impl.AlCa import AlCa
from Configuration.Eras.Era_Run3_cff import Run3

class AlCaPhiSymEcal_Nano(AlCa):
def __init__(self):
AlCa.__init__(self)
self.skims=['EcalPhiSymByRun']
self.eras=Run3
self.promptCustoms = [ 'Calibration/EcalCalibAlgos/EcalPhiSymRecoSequence_cff.customise' ]
self.step = 'RECO:bunchSpacingProducer+ecalMultiFitUncalibRecHitTask+ecalCalibratedRecHitTask'
"""
Expand Down

0 comments on commit 23db5f0

Please sign in to comment.