/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/CommonTopologies/python/globalTrackingGeometry_cfi.py
12 строк
542 B
Shahzad Malik Muzaffar
updated to use Det files from new location
29 ноя 2019, 10:13
29 ноя 2019, 10:13
ab0d821
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # # This cfi is should be included to build the GlobalTrackingGeometry with all # concrete TrackingGeometries for muon and tracker. # from Geometry.CSCGeometry.cscGeometry_cfi import * from Geometry.RPCGeometry.rpcGeometry_cfi import * from Geometry.DTGeometry.dtGeometry_cfi import * from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * from Geometry.TrackerGeometryBuilder.trackerGeometry_cfi import * from Geometry.CommonTopologies.bareGlobalTrackingGeometry_cfi import *