1 import FWCore.ParameterSet.Config
as cms
3 emulatorCppfDigis = cms.EDProducer(
"L1TMuonCPPFDigiProducer",
6 recHitLabel = cms.InputTag(
"rpcRecHits"),
7 MaxClusterSize = cms.int32(3),
9 cppfSource = cms.string(
'File'),
11 cppfvecfile = cms.FileInPath(
'L1Trigger/L1TMuon/data/cppf/angleScale_RPC_CPPFmerged.txt')