CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPCOMTFLinkMapPopConAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 RPCOMTFLinkMapPopConAnalyzer = cms.EDAnalyzer("RPCAMCLinkMapPopConAnalyzer"
4  , record = cms.string("RPCOMTFLinkMapRcd")
5  , Source = cms.PSet(
6  identifier = cms.string("RPCOMTFLinkMapHandler")
7  , dataTag = cms.string("RPCOMTFLinkMap_v1")
8  , sinceRun = cms.uint64(1)
9  # File provided by K. Bunkowski
10  , inputFile = cms.FileInPath("CondTools/RPC/data/RPCOMTFLinkMapInput.txt")
11  , wheelNotSide = cms.bool(False)
12  , wheelOrSideFED = cms.vint32(1380, 1381)
13  , nSectors = cms.uint32(6)
14  , wheelOrSideSectorAMC = cms.vint64(0x13579B, 0x13579B)
15  , txtFile = cms.untracked.string("")
16  )
17 )