CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/EventFilter/EcalTBRawToDigi/python/h2_mapping_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # list of crystal indecies
00004 ics = cms.untracked.vint32(1, 2, 3, 4, 5, 
00005     6, 7, 8, 9, 10, 
00006     21, 22, 23, 24, 25, 
00007     26, 27, 28, 29, 30, 
00008     41, 42, 43, 44, 45, 
00009     46, 47, 48, 49, 50, 
00010     61, 62, 63, 64, 65, 
00011     66, 67, 68, 69, 70, 
00012     81, 82, 83, 84, 85, 
00013     86, 87, 88, 89, 90, 
00014     101, 102, 103, 104, 105, 
00015     106, 107, 108, 109, 110, 
00016     121, 122, 123, 124, 125, 
00017     126, 127, 128, 129, 130, 
00018     141, 142, 143, 144, 145, 
00019     146, 147, 148, 149, 150, 
00020     161, 162, 163, 164, 165, 
00021     166, 167, 168, 169, 170, 
00022     181, 182, 183, 184, 185, 
00023     186, 187, 188, 189, 190)
00024 # list of tower IDs (DQM numbering scheme)
00025 towerIDs = cms.untracked.vint32(1, 1, 1, 1, 1, 
00026     2, 2, 2, 2, 2, 
00027     1, 1, 1, 1, 1, 
00028     2, 2, 2, 2, 2, 
00029     1, 1, 1, 1, 1, 
00030     2, 2, 2, 2, 2, 
00031     1, 1, 1, 1, 1, 
00032     2, 2, 2, 2, 2, 
00033     1, 1, 1, 1, 1, 
00034     2, 2, 2, 2, 2, 
00035     5, 5, 5, 5, 5, 
00036     6, 6, 6, 6, 6, 
00037     5, 5, 5, 5, 5, 
00038     6, 6, 6, 6, 6, 
00039     5, 5, 5, 5, 5, 
00040     6, 6, 6, 6, 6, 
00041     5, 5, 5, 5, 5, 
00042     6, 6, 6, 6, 6, 
00043     5, 5, 5, 5, 5, 
00044     6, 6, 6, 6, 6)
00045 # list of corresponding strip (VFE) numbers
00046 stripIDs = cms.untracked.vint32(1, 2, 3, 4, 5, 
00047     5, 4, 3, 2, 1, 
00048     1, 2, 3, 4, 5, 
00049     5, 4, 3, 2, 1, 
00050     1, 2, 3, 4, 5, 
00051     5, 4, 3, 2, 1, 
00052     1, 2, 3, 4, 5, 
00053     5, 4, 3, 2, 1, 
00054     1, 2, 3, 4, 5, 
00055     5, 4, 3, 2, 1, 
00056     1, 2, 3, 4, 5, 
00057     5, 4, 3, 2, 1, 
00058     1, 2, 3, 4, 5, 
00059     5, 4, 3, 2, 1, 
00060     1, 2, 3, 4, 5, 
00061     5, 4, 3, 2, 1, 
00062     1, 2, 3, 4, 5, 
00063     5, 4, 3, 2, 1, 
00064     1, 2, 3, 4, 5, 
00065     5, 4, 3, 2, 1)
00066 # list of channel IDs
00067 channelIDs = cms.untracked.vint32(1, 1, 1, 1, 1, 
00068     1, 1, 1, 1, 1, 
00069     2, 2, 2, 2, 2, 
00070     2, 2, 2, 2, 2, 
00071     3, 3, 3, 3, 3, 
00072     3, 3, 3, 3, 3, 
00073     4, 4, 4, 4, 4, 
00074     4, 4, 4, 4, 4, 
00075     5, 5, 5, 5, 5, 
00076     5, 5, 5, 5, 5, 
00077     1, 1, 1, 1, 1, 
00078     1, 1, 1, 1, 1, 
00079     2, 2, 2, 2, 2, 
00080     2, 2, 2, 2, 2, 
00081     3, 3, 3, 3, 3, 
00082     3, 3, 3, 3, 3, 
00083     4, 4, 4, 4, 4, 
00084     4, 4, 4, 4, 4, 
00085     5, 5, 5, 5, 5, 
00086     5, 5, 5, 5, 5)
00087 # list of status IDs
00088 statusIDs = cms.untracked.vint32(1, 2, 3, 4)
00089 # list of tower CCUIDs
00090 ccuIDs = cms.untracked.vint32(1, 71, 80, 45)
00091 # list of tower DQM position IDs
00092 positionIDs = cms.untracked.vint32(6, 2, 5, 1)
00093