Skip to content

Commit

Permalink
updated names for TSG request
Browse files Browse the repository at this point in the history
  • Loading branch information
clint-richardson committed Apr 8, 2016
1 parent 0a041f5 commit f9332c6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -20,7 +20,7 @@

# Trigger
sTrigger = cms.untracked.string("TriggerResults"),
vsPaths = cms.untracked.vstring(['HLT_Mu37Ele27_CaloIdL_GsfTrkIdVL','HLT_Mu27Ele37_CaloIdL_GsfTrkIdVL']),
vsPaths = cms.untracked.vstring(['HLT_Mu37_Ele27_CaloIdL_GsfTrkIdVL','HLT_Mu27_Ele37_CaloIdL_GsfTrkIdVL']),
)

# ttbar double electron
Expand All @@ -43,5 +43,5 @@

# Trigger
sTrigger = cms.untracked.string("TriggerResults"),
vsPaths = cms.untracked.vstring(['HLT_DoubleEle37Ele27_CaloIdL_GsfTrkIdVL']),
vsPaths = cms.untracked.vstring(['HLT_DoubleEle37_Ele27_CaloIdL_GsfTrkIdVL']),
)

0 comments on commit f9332c6

Please sign in to comment.