/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/HighLevelTrigger/python/HLTSetup_cff.py
11 строк
478 B
Matti Kortelainen
Migrate PixelFitters from helper plugins to EDProducts
05 дек 2016, 18:16
05 дек 2016, 18:16
8879367
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from FastSimulation.Tracking.hltTracksForMuons_cff import * from FastSimulation.Tracking.hltElectronGsfTracks_cff import * from FastSimulation.Tracking.hltSeeds_cff import * from FastSimulation.Tracking.hltPixelTracks_cff import * # The hltbegin sequence (with L1 emulator) HLTBeginSequence = cms.Sequence(hltSeedSequence+hltPixelTracksFitter+hltPixelTracksFilter+hltPixelTracks) HLTBeginSequenceBPTX = cms.Sequence(HLTBeginSequence)