CMS 3D CMS Logo

emulatorCppfDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 emulatorCppfDigis = cms.EDProducer("L1TMuonCPPFDigiProducer",
4 
5  recHitLabel = cms.InputTag("rpcRecHits"),
6  rpcDigiLabel = cms.InputTag("simMuonRPCDigis"),
7  rpcDigiSimLinkLabel = cms.InputTag("simMuonRPCDigis", "RPCDigiSimLink"),
8  MaxClusterSize = cms.int32(3),
9  # cppfSource = cms.string('Geo'), #'File' for Look up table and 'Geo' for CMSSW Geometry
10  cppfSource = cms.string('File'), #'File' for Look up table and 'Geo' for CMSSW Geometry
11 
12  cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFmerged.txt')
13  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFn1.txt')
14  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFn2.txt')
15  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFn3.txt')
16  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFn4.txt')
17  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFp1.txt')
18  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFp2.txt')
19  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFp3.txt')
20  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFp4.txt')
21  )
22