CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
simEmtfDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ## EMTF emulator configuration
4 ## Three options for CSCInput
5 ## * 'simCscTriggerPrimitiveDigis','MPCSORTED' : simulated trigger primitives (LCTs) from re-emulating CSC digis
6 ## * 'csctfDigis' : real trigger primitives as received by CSCTF (legacy trigger)
7 ## * 'emtfStage2Digis' : real trigger primitives as received by EMTF, unpacked in EventFilter/L1TRawToDigi/
8 simEmtfDigis = cms.EDProducer("L1TMuonEndCapTrackProducer",
9  CSCInput = cms.InputTag('simCscTriggerPrimitiveDigis','MPCSORTED')
10  )