/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoMuon/MuonIdentification/python/earlyMuons_cfi.py
25 строк
824 B
Matthew
activate highPurity selection in GlobalMuonTrajectoryBuilder, move era customization back
25 янв 2022, 15:01
25 янв 2022, 15:01
3aa8262
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from RecoMuon.MuonIdentification.muons1stStep_cfi import muons1stStep earlyMuons = muons1stStep.clone( inputCollectionTypes = ['inner tracks','outer tracks'], inputCollectionLabels = ['earlyGeneralTracks', 'standAloneMuons:UpdatedAtVtx'], minP = 3.0, # was 2.5 minPt = 2.0, # was 0.5 minPCaloMuon = 3.0, # was 1.0 fillCaloCompatibility = False, fillEnergy = False, fillGlobalTrackQuality = False, fillGlobalTrackRefits = False, fillIsolation = False, fillTrackerKink = False, TrackAssociatorParameters = dict( useHO = False, useEcal = False, useHcal = False), selectHighPurity = False ) earlyDisplacedMuons = earlyMuons.clone( inputCollectionLabels = ['earlyGeneralTracks','displacedStandAloneMuons:'] )