Skip to content

Commit

Permalink
Merge pull request cms-sw#35551 from CTPPS/pps_dqm_run3_era_12_0
Browse files Browse the repository at this point in the history
PPS: use Run3 era in online DQM, backport to 12_0
  • Loading branch information
cmsbuild authored Oct 14, 2021
2 parents 6af5ffc + f3d0165 commit a8ce106
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import FWCore.ParameterSet.Config as cms

import sys
from Configuration.Eras.Era_Run2_2018_cff import Run2_2018
process = cms.Process('CTPPSDQM', Run2_2018)
from Configuration.Eras.Era_Run3_cff import Run3
process = cms.Process('CTPPSDQM', Run3)

test = False
unitTest = False
Expand Down

0 comments on commit a8ce106

Please sign in to comment.