/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HLTrigger/Configuration/python/HLTScouting_EventContent_cff.py
44 строки
2 KB
Marco Musich
update HLTScouting_EventContent for CMSHLT-3732
18 фев 2026, 17:27
18 фев 2026, 17:27
bcc44aa
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # EventContent for HLT Scouting products. # This file keep track of all the scouting objects used since Run-2 HLTScoutingAll = cms.PSet( outputCommands = cms.vstring( *( ## Current scouting objects (from 2026, V1.0, same content as HLTriggerMINIAOD) 'keep *_hltFEDSelectorL1_*_*', # PR #20739 'keep *_hltScoutingEgammaPacker_*_*', # PR #20739 'keep *_hltScoutingMuonPackerNoVtx_*_*', # PR #44302 'keep *_hltScoutingMuonPackerVtx_*_*', # PR #44302 'keep *_hltScoutingPFPacker_*_*', # PR #20739 'keep *_hltScoutingPrimaryVertexPacker_*_*', # PR #20739 'keep *_hltScoutingRecHitPacker_*_*', # PR #48613 'keep *_hltScoutingTrackPacker_*_*', # PR #23077 'keep edmTriggerResults_*_*_*', 'keep CTPPSDiamondDigiedmDetSetVector_hltCTPPSDiamondRawToDigi_*_*', # PR #50172 'keep CTPPSPixelDigiedmDetSetVector_hltCTPPSPixelDigis_*_*', # PR #50172 ## Previous scouting objects # Run3 (2022-23) 'keep *_hltScoutingMuonPacker_*_*', # added w/ PR#20739, removed w/ PR#44302 # Run2 only 'keep *_hltScoutingCaloPacker_*_*', # added w/ PR#20739, removed w/ PR#37114 'keep *_hltScoutingMuonPackerCalo_*_*', # added w/ PR#20739, removed w/ PR#37114 'keep *_hltScoutingPrimaryVertexPackerCaloMuon_*_*', # added w/ PR#20739, removed w/ PR#37114 ) ) ) # HLTScoutingExtra is used in Configuration/EventContent to keep all scouting objects available in all AOD/MINIAOD[SIM] HLTScoutingExtra = cms.PSet( outputCommands = cms.vstring( *( ## Previous scouting objects # Run3 (2022-23) 'keep *_hltScoutingMuonPacker_*_*', # added w/ PR#20739, removed w/ PR#44302 # Run2 only 'keep *_hltScoutingCaloPacker_*_*', # added w/ PR#20739, removed w/ PR#37114 'keep *_hltScoutingMuonPackerCalo_*_*', # added w/ PR#20739, removed w/ PR#37114 'keep *_hltScoutingPrimaryVertexPackerCaloMuon_*_*', # added w/ PR#20739, removed w/ PR#37114 ) ) )