/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/Configuration/python/hltBarrelSimValid_cff.py
20 строк
1 KB
Bruno Alves
TICL-barrel validation @ HLT
10 апр 2026, 13:38
10 апр 2026, 13:38
4e7cb2c
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from RecoLocalCalo.HGCalRecProducers.recHitMapProducer_cff import recHitMapProducer as _recHitMapProducer barrel_hits = ["hltParticleFlowRecHitECALUnseeded", "hltParticleFlowRecHitHBHE"] hltBarrelRecHitMapProducer = _recHitMapProducer.clone( hits = barrel_hits, hgcalOnly = False, ) from SimCalorimetry.HGCalAssociatorProducers.hltLCToCPAssociation_cfi import (hltBarrelLCToCPAssociatorByEnergyScoreProducer, hltBarrelLayerClusterCaloParticleAssociation) from SimCalorimetry.HGCalAssociatorProducers.hltLCToSCAssociation_cfi import (hltBarrelLCToSCAssociatorByEnergyScoreProducer, hltBarrelLayerClusterSimClusterAssociation) hltBarrelPrevalidation = cms.Sequence( hltBarrelLCToCPAssociatorByEnergyScoreProducer * hltBarrelLCToSCAssociatorByEnergyScoreProducer * hltBarrelLayerClusterCaloParticleAssociation * hltBarrelLayerClusterSimClusterAssociation )