Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:56:47

0001 # CSC_TYPES and DT_TYPES lists definitions
0002 #
0003 # [0]   self-explanatory label
0004 # [1]   short label
0005 # [2]   either list of subsystems or number of chambers
0006 
0007 CSC_TYPES = [
0008     ['ME+','p',[
0009         ["ME+4",'4',[
0010             ["ME+4/ALL",'ALL', 36],
0011             ["ME+4/2",'2', 36],
0012             ["ME+4/1",'1', 18]]
0013         ],
0014         ["ME+3",'3',[
0015             ["ME+3/ALL",'ALL', 36],
0016             ["ME+3/2",'2', 36],
0017             ["ME+3/1",'1', 18]]
0018         ],
0019         ["ME+2",'2',[
0020             ["ME+2/ALL",'ALL', 36],
0021             ["ME+2/2",'2', 36],
0022             ["ME+2/1",'1', 18]]
0023         ],
0024         ["ME+1",'1',[
0025             ["ME+1/ALL",'ALL', 36],
0026             ["ME+1/3",'3', 36],
0027             ["ME+1/2",'2', 36],
0028             ["ME+1/1",'1', 36],#["ME+1/4",'4', 36]
0029             ]
0030         ]],
0031         1
0032     ],
0033     ['ME-','m',[
0034         ["ME-1",'1',[
0035             #["ME-1/4",'4', 36],
0036             ["ME-1/1",'1', 36],
0037             ["ME-1/2",'2', 36],
0038             ["ME-1/3",'3', 36],
0039             ["ME-1/ALL",'ALL', 36]]
0040         ],
0041         ["ME-2",'2',[
0042             ["ME-2/1",'1', 18],
0043             ["ME-2/2",'2', 36],
0044             ["ME-2/ALL",'ALL', 36]]
0045         ],
0046         ["ME-3",'3',[
0047             ["ME-3/1",'1', 18],
0048             ["ME-3/2",'2', 36],
0049             ["ME-3/ALL",'ALL', 36]]
0050         ],
0051         ["ME-4",'4',[
0052             ["ME-4/1",'1', 18],
0053             ["ME-4/2",'2', 36],
0054             ["ME-4/ALL",'ALL', 36]]
0055         ]],
0056         2
0057     ]
0058 ];
0059 
0060 DT_TYPES = [
0061     ['MB+2','2',[
0062         ["MB+2/1",'1', 12],
0063         ["MB+2/2",'2', 12],
0064         ["MB+2/3",'3', 12],
0065         ["MB+2/4",'4', 14]]
0066     ],
0067     ['MB+1','1',[
0068         ["MB+1/1",'1', 12],
0069         ["MB+1/2",'2', 12],
0070         ["MB+1/3",'3', 12],
0071         ["MB+1/4",'4', 14]]
0072     ],
0073     ['MB-0','0',[
0074         ["MB-0/1",'1', 12],
0075         ["MB-0/2",'2', 12],
0076         ["MB-0/3",'3', 12],
0077         ["MB-0/4",'4', 14]]
0078     ],
0079     ['MB-1','-1',[
0080         ["MB-1/1",'1', 12],
0081         ["MB-1/2",'2', 12],
0082         ["MB-1/3",'3', 12],
0083         ["MB-1/4",'4', 14]]
0084     ],
0085     ['MB-2','-2',[
0086         ["MB-2/1",'1', 12],
0087         ["MB-2/2",'2', 12],
0088         ["MB-2/3",'3', 12],
0089         ["MB-2/4",'4', 14]]
0090     ],
0091     ['MB-ALL','ALL',[
0092         ["MB-ALL/1",'1', 12],
0093         ["MB-ALL/2",'2', 12],
0094         ["MB-ALL/3",'3', 12],
0095         ["MB-ALL/4",'4', 14]]
0096     ]
0097 ];