Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:06:58

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #--------------------------
0004 # Masked HW Elements
0005 #--------------------------
0006 
0007 CSCMaskedHW = cms.untracked.vstring(
0008   # == Post LS1 - All ME4/2 chambers should be enabled
0009   # == mask most or ME+4/2 chambers, except 9,10,11,12,13
0010   #'1,4,2,1,*,*,*',
0011   #'1,4,2,2,*,*,*',
0012   #'1,4,2,3,*,*,*',
0013   #'1,4,2,4,*,*,*',
0014   #'1,4,2,5,*,*,*',
0015   #'1,4,2,6,*,*,*',
0016   #'1,4,2,7,*,*,*',
0017   #'1,4,2,8,*,*,*',
0018   #'1,4,2,14,*,*,*',
0019   #'1,4,2,15,*,*,*',
0020   #'1,4,2,16,*,*,*',
0021   #'1,4,2,17,*,*,*',
0022   #'1,4,2,18,*,*,*',
0023   #'1,4,2,19,*,*,*',
0024   #'1,4,2,20,*,*,*',
0025   #'1,4,2,21,*,*,*',
0026   #'1,4,2,22,*,*,*',
0027   #'1,4,2,23,*,*,*',
0028   #'1,4,2,24,*,*,*',
0029   #'1,4,2,25,*,*,*',
0030   #'1,4,2,26,*,*,*',
0031   #'1,4,2,27,*,*,*',
0032   #'1,4,2,28,*,*,*',
0033   #'1,4,2,29,*,*,*',
0034   #'1,4,2,30,*,*,*',
0035   #'1,4,2,31,*,*,*',
0036   #'1,4,2,32,*,*,*',
0037   #'1,4,2,33,*,*,*',
0038   #'1,4,2,34,*,*,*',
0039   #'1,4,2,35,*,*,*',
0040   #'1,4,2,36,*,*,*',
0041   # ==  mask all ME-4/2 chambers
0042   #'2,4,2,*,*,*,*',
0043 )