/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HLTriggerOffline/Scouting/python/ScoutingMuonPropertiesMonitoring_cfi.py
12 строк
1 KB
Jessica Prendi
added mass plots to the scouting muon properties analyzer and removed the HLT tag from its config file
13 окт 2025, 18:14
13 окт 2025, 18:14
fda4cd2
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer ScoutingMuonPropertiesMonitor = DQMEDAnalyzer('ScoutingMuonPropertiesAnalyzer', OutputInternalPath = cms.string('/HLT/ScoutingOffline/Muons/Properties'), #Output of the root file fillAllHistograms = cms.bool(False), triggerResults = cms.InputTag("TriggerResults", "", "HLT"), muonsNoVtx = cms.InputTag("hltScoutingMuonPackerNoVtx"), muonsVtx = cms.InputTag("hltScoutingMuonPackerVtx"), PV = cms.InputTag("hltScoutingPrimaryVertexPacker", "primaryVtx"), SVNoVtx = cms.InputTag("hltScoutingMuonPackerNoVtx", "displacedVtx"), SVVtx = cms.InputTag("hltScoutingMuonPackerVtx", "displacedVtx"))