Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:45:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hgcalTopologyTesterEE = cms.EDAnalyzer('HGCalTopologyTester',
0004   detectorName = cms.string('HGCalEESensitive'),
0005   types = cms.vint32(
0006     0,
0007     0,
0008     0,
0009     0,
0010     0,
0011     0,
0012     1,
0013     1,
0014     1,
0015     1,
0016     1,
0017     1,
0018     2,
0019     2,
0020     2,
0021     2,
0022     2,
0023     2
0024   ),
0025   layers = cms.vint32(
0026     1,
0027     2,
0028     3,
0029     4,
0030     5,
0031     6,
0032     7,
0033     8,
0034     9,
0035     10,
0036     11,
0037     12,
0038     13,
0039     14,
0040     15,
0041     16,
0042     17,
0043     18
0044   ),
0045   sector1 = cms.vint32(
0046     1,
0047     1,
0048     2,
0049     2,
0050     3,
0051     3,
0052     5,
0053     5,
0054     6,
0055     6,
0056     7,
0057     7,
0058     8,
0059     8,
0060     9,
0061     9,
0062     10,
0063     10
0064   ),
0065   sector2 = cms.vint32(
0066     3,
0067     3,
0068     3,
0069     3,
0070     2,
0071     2,
0072     6,
0073     6,
0074     6,
0075     6,
0076     3,
0077     3,
0078     8,
0079     8,
0080     9,
0081     9,
0082     3,
0083     3
0084   ),
0085   cell1 = cms.vint32(
0086     0,
0087     4,
0088     12,
0089     14,
0090     18,
0091     23,
0092     1,
0093     4,
0094     7,
0095     10,
0096     13,
0097     16,
0098     0,
0099     3,
0100     6,
0101     9,
0102     12,
0103     15
0104   ),
0105   cell2 = cms.vint32(
0106     0,
0107     4,
0108     0,
0109     2,
0110     23,
0111     18,
0112     1,
0113     4,
0114     7,
0115     10,
0116     13,
0117     16,
0118     0,
0119     3,
0120     6,
0121     9,
0122     12,
0123     15
0124   ),
0125   mightGet = cms.optional.untracked.vstring
0126 )