1 import FWCore.ParameterSet.Config
as cms
3 l1tTrackerEmuEtMiss = cms.EDProducer(
'L1TrackerEtMissEmulatorProducer',
4 L1TrackInputTag = cms.InputTag(
"l1tTrackSelectionProducerForEtMiss",
"Level1TTTracksSelectedEmulation"),
5 L1TrackAssociatedInputTag = cms.InputTag(
"l1tTrackVertexAssociationProducerForEtMiss",
"Level1TTTracksSelectedAssociatedEmulation"),
8 L1VertexInputTag = cms.InputTag(
"l1tVertexFinderEmulator",
"L1VerticesEmulation"),
11 L1MetCollectionName = cms.string(
"L1TrackerEmuEtMiss"),
13 nCordicSteps = cms.int32( 13 ),
14 debug = cms.int32( 0 ),
15 useGTTinput = cms.bool(
True ),