-
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.
Merge pull request #46434 from stahlleiton/UPCMonoSkim_14_2_X
Add UPC monopole skim for 2024 PbPb
- Loading branch information
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