Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-07-18 22:33:56

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hgcalPartialWaferTester = cms.EDAnalyzer('HGCalPartialWaferTester',
0004   nameSense = cms.string('HGCalHESiliconSensitive'),
0005   waferOrientations = cms.vint32(
0006     0,
0007     1,
0008     2,
0009     3,
0010     4,
0011     5
0012   ),
0013   partialTypes = cms.vint32(
0014     11,
0015     12,
0016     13,
0017     14,
0018     15,
0019     16,
0020     21,
0021     22,
0022     23,
0023     24,
0024     25
0025   ),
0026   numberOfTrials = cms.int32(1000),
0027   mightGet = cms.optional.untracked.vstring
0028 )