/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/HGCalCommonData/python/hgcalWaferIDTester_cff.py
19 строк
477 B
Sunanda
Add tests to investigate cassette shift
03 фев 2023, 16:34
03 фев 2023, 16:34
1c0971e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from Geometry.HGCalCommonData.hgcalWaferIDTesterHEF_cfi import * hgcalWaferIDTesterEE = hgcalWaferIDTesterHEF.clone( nameSense = "HGCalEESensitive", fileName = "cellIDEE.txt" ) hgcalWaferIDShiftTesterEE = hgcalWaferIDTesterHEF.clone( nameSense = "HGCalEESensitive", fileName = "cellShift.txt", shift = 1 ) hgcalWaferIDShiftTesterHEF = hgcalWaferIDTesterHEF.clone( fileName = "cellShift.txt", shift = 1 )