/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/MuonGEMHits/python/MuonGEMCommonParameters_cfi.py
28 строк
1 KB
yeckang
reorganize the plots in the GEM Validation
22 янв 2021, 01:36
22 янв 2021, 01:36
fe534d7
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms GEMValidationCommonParameters = cms.PSet( detailPlot = cms.bool(False), pidList = cms.untracked.vint32(13, -13, # muons 11, -11, # electrons 22, # gamma 2112, 2212, # neutron, proton 211, -211, # charged pions 321, -321), # charged kaons # ZR occupancy plots ZROccRange = cms.untracked.vdouble( # xlow, xup, ylow, yup 525, 555, 66, 160, # station 0 564, 574, 110, 290, # station 1 792, 802, 120, 390), # station 2 ZROccNumBins = cms.untracked.vint32( # nbinsx, nbinsy 30, 100, # station0 200, 150, # station1 200, 250), # station2 XYOccNumBins = cms.untracked.int32(720), EtaOccRange = cms.untracked.vdouble( 1.95, 2.85, # station 0 1.55, 2.15, # station 1 1.55, 2.45), # station 2 )