Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:15

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 RPCCPPFLinkMapPopConAnalyzer = cms.EDAnalyzer('RPCAMCLinkMapPopConAnalyzer'
0004                                               , record = cms.string('RPCCPPFLinkMapRcd')
0005                                               , Source = cms.PSet(
0006                                                   identifier = cms.string('RPCCPPFLinkMapHandler')
0007                                                   , dataTag = cms.string('RPCCPPFLinkMap_v1')
0008                                                   , sinceRun = cms.uint64(1)
0009                                                   # File provided by K. Bunkowski
0010                                                   , inputFile = cms.FileInPath('CondTools/RPC/data/RPCCPPFLinkMapInput.txt')
0011                                                   , wheelNotSide = cms.bool(False)
0012                                                   , wheelOrSideFED = cms.vint32(1386, 1386)
0013                                                   , nSectors = cms.uint32(4)
0014                                                   , wheelOrSideSectorAMC = cms.vint64(0x789a, 0x3456)
0015                                                   , txtFile = cms.untracked.string('')
0016                                               )
0017 )