CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
MuonGEMCommonParameters_cfi Namespace Reference

Variables

tuple GEMValidationCommonParameters
 

Variable Documentation

tuple MuonGEMCommonParameters_cfi.GEMValidationCommonParameters
Initial value:
1 = cms.PSet(
2  detailPlot = cms.bool(False),
3  pidList = cms.untracked.vint32(13, -13, # muons
4  11, -11, # electrons
5  22, # gamma
6  2112, 2212, # neutron, proton
7  211, -211, # charged pions
8  321, -321), # charged kaons
9  # ZR occupancy plots
10  ZROccRange = cms.untracked.vdouble(
11  # xlow, xup, ylow, yup
12  525, 555, 66, 160, # station 0
13  564, 574, 110, 290, # station 1
14  792, 802, 120, 390), # station 2
15  ZROccNumBins = cms.untracked.vint32(
16  # nbinsx, nbinsy
17  30, 100, # station0
18  200, 150, # station1
19  200, 250), # station2
20  XYOccNumBins = cms.untracked.int32(720),
21  EtaOccRange = cms.untracked.vdouble(
22  1.95, 2.85, # station 0
23  1.55, 2.15, # station 1
24  1.55, 2.45), # station 2
25 )

Definition at line 4 of file MuonGEMCommonParameters_cfi.py.