CMS 3D CMS Logo

RPCCPPFLinkMapPopConAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 RPCCPPFLinkMapPopConAnalyzer = cms.EDAnalyzer('RPCAMCLinkMapPopConAnalyzer'
4  , record = cms.string('RPCCPPFLinkMapRcd')
5  , Source = cms.PSet(
6  identifier = cms.string('RPCCPPFLinkMapHandler')
7  , dataTag = cms.string('RPCCPPFLinkMap_v1')
8  , sinceRun = cms.uint64(1)
9  # File provided by K. Bunkowski
10  , inputFile = cms.FileInPath('CondTools/RPC/data/RPCCPPFLinkMapInput.txt')
11  , wheelNotSide = cms.bool(False)
12  , wheelOrSideFED = cms.vint32(1386, 1386)
13  , nSectors = cms.uint32(4)
14  , wheelOrSideSectorAMC = cms.vint64(0x789a, 0x3456)
15  , txtFile = cms.untracked.string('')
16  )
17 )