CMS 3D CMS Logo

MuonGEMCommonParameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 GEMValidationCommonParameters = cms.PSet(
5  # ZR occupancy plots
6  ZROccRange = cms.untracked.vdouble(
7  # xlow, xup, ylow, yup
8  564, 574, 110, 290, # station 1
9  792, 802, 120, 390), # station 2
10  ZROccNumBins = cms.untracked.vint32(
11  # nbinsx, nbinsy
12  200, 150, # station1
13  200, 250), # station2
14  XYOccNumBins = cms.untracked.int32(720),
15  EtaOccRange = cms.untracked.vdouble(1.55, 2.45),
16 )