/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoMuon/GlobalTrackingTools/python/MuonTrackingRegionCommon_cff.py
39 строк
1 KB
Benjamin
Adding missing commits and updates to MTRB
15 май 2015, 19:49
15 май 2015, 19:49
a45937c
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms MuonTrackingRegionCommon = cms.PSet( MuonTrackingRegionBuilder = cms.PSet( ## Fixed values for region size in Eta, Phi, R, Z DeltaEta = cms.double(0.2), DeltaPhi = cms.double(0.2), DeltaR = cms.double(0.2), DeltaZ = cms.double(15.9), Pt_min = cms.double(1.5), EtaR_UpperLimit_Par1 = cms.double(0.25), EtaR_UpperLimit_Par2 = cms.double(0.15), Eta_fixed = cms.bool(False), Eta_min = cms.double(0.1), MeasurementTrackerName = cms.InputTag(""), OnDemand = cms.int32(-1), # -1. : nothing is made on demand # 0.0 : strip only are made on demand # 1.0 : strip and pixel are made on demand PhiR_UpperLimit_Par1 = cms.double(0.6), PhiR_UpperLimit_Par2 = cms.double(0.2), Phi_fixed = cms.bool(False), Phi_min = cms.double(0.1), Pt_fixed = cms.bool(False), Rescale_Dz = cms.double(3.0), Rescale_eta = cms.double(3.0), Rescale_phi = cms.double(3.0), UseVertex = cms.bool(False), Z_fixed = cms.bool(True), beamSpot = cms.InputTag("offlineBeamSpot"), input = cms.InputTag(""), maxRegions = cms.int32(1), precise = cms.bool(True), vertexCollection = cms.InputTag("") ) )