CMS 3D CMS Logo

L1NtupleEMULegacy_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 l1legacyMuonEmuTree = l1UpgradeTree.clone()
7 l1legacyMuonEmuTree.muonToken = cms.untracked.InputTag("muonLegacyInStage2FormatDigis","imdMuonsLegacy")
8 
9 L1NtupleEMULegacy = cms.Sequence(
10  l1EventTree
11  +l1legacyMuonEmuTree
12 )
13