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  ## Input collection
6  recHitLabel = cms.InputTag("rpcRecHits"),
7  MaxClusterSize = cms.int32(3),
8  # cppfSource = cms.string('Geo'), #'File' for Look up table and 'Geo' for CMSSW Geometry
9  cppfSource = cms.string('File'), #'File' for Look up table and 'Geo' for CMSSW Geometry
10 
11  cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFmerged.txt')
12  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFn1.txt')
13  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFn2.txt')
14  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFn3.txt')
15  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFn4.txt')
16  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFp1.txt')
17  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFp2.txt')
18  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFp3.txt')
19  # cppfvecfile = cms.FileInPath('L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFp4.txt')
20  )
21