Skip to content

Commit

Permalink
Fix typo in era-syntax chage introduced before.
Browse files Browse the repository at this point in the history
  • Loading branch information
rekovic committed Jan 23, 2017
1 parent 09d555a commit 1b5a8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/L1TNtuples/python/L1NtupleRAW_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@

# do not have l1t::CaloTowerBxCollection in Stage1
from Configuration.Eras.Modifier_stage1L1Trigger_cff import stage1L1Trigger
_stage1_L1NTupleRAW = L1NtupleRaw.copyAndExclude([l1CaloTowerTree,l1UpgradeTfMuonTree])
stage1L1Trigger.toReplaceWith(L1NtupleRaw,_stage1_L1NTupleRAW)
_stage1_L1NTupleRAW = L1NtupleRAW.copyAndExclude([l1CaloTowerTree,l1UpgradeTfMuonTree])
stage1L1Trigger.toReplaceWith(L1NtupleRAW,_stage1_L1NTupleRAW)

0 comments on commit 1b5a8a4

Please sign in to comment.