-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andre Govinda Stahl Leiton
committed
Oct 23, 2024
1 parent
50ecb2c
commit b053d98
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# HLT UPC pixel thrust trigger | ||
import HLTrigger.HLTfilters.hltHighLevel_cfi | ||
hltUPCMonopole = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone() | ||
hltUPCMonopole.HLTPaths = ["HLT_HIUPC_MinPixelThrust0p8_MaxPixelCluster10000_v*"] | ||
hltUPCMonopole.throw = False | ||
hltUPCMonopole.andOr = True | ||
|
||
from Configuration.Skimming.PDWG_EXOMONOPOLE_cff import EXOMonopoleSkimContent | ||
upcMonopoleSkimContent = EXOMonopoleSkimContent.clone() | ||
upcMonopoleSkimContent.outputCommands.append('keep FEDRawDataCollection_rawDataRepacker_*_*') | ||
|
||
# UPC monopole skim sequence | ||
upcMonopoleSkimSequence = cms.Sequence(hltUPCMonopole) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters