Skip to content

Commit

Permalink
Merge pull request #44993 from phnattla/PCL_Alignment_HLT_Veto_Extens…
Browse files Browse the repository at this point in the history
…ion_backport

[14.0.X] Adding PPS and ECALTiming Runs to HLT Menu veto of PCL alignment
  • Loading branch information
cmsbuild authored May 22, 2024
2 parents 86683d0 + 94cc2e1 commit ac47892
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import FWCore.ParameterSet.Config as cms

from Alignment.CommonAlignmentProducer.lsNumberFilter_cfi import lsNumberFilter
LSNumberFilter = lsNumberFilter.clone(minLS = 21,
veto_HLT_Menu = ["LumiScan"])
LSNumberFilter = lsNumberFilter.clone(
minLS = 21,
veto_HLT_Menu = [
"LumiScan",
"PPS",
"ECALTiming"]
)

0 comments on commit ac47892

Please sign in to comment.