Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
bb746809
Commit
bb746809
authored
6 years ago
by
Stewart Martin-Haugh
Browse files
Options
Downloads
Patches
Plain Diff
Add tau chain option
parent
f9568c5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigValidation/TrigUpgradeTest/share/fullMenu.py
+12
-1
12 additions, 1 deletion
Trigger/TrigValidation/TrigUpgradeTest/share/fullMenu.py
with
12 additions
and
1 deletion
Trigger/TrigValidation/TrigUpgradeTest/share/fullMenu.py
+
12
−
1
View file @
bb746809
...
@@ -21,6 +21,7 @@ doMuon = True
...
@@ -21,6 +21,7 @@ doMuon = True
doJet
=
True
doJet
=
True
doMET
=
True
doMET
=
True
doBJet
=
False
doBJet
=
False
doTau
=
False
doCombo
=
True
doCombo
=
True
from
TriggerMenuMT.HLTMenuConfig.Menu.MenuComponents
import
Chain
,
ChainStep
from
TriggerMenuMT.HLTMenuConfig.Menu.MenuComponents
import
Chain
,
ChainStep
...
@@ -127,7 +128,7 @@ if (doJet):
...
@@ -127,7 +128,7 @@ if (doJet):
##################################################################
##################################################################
# jet chains
#
b
jet chains
##################################################################
##################################################################
if
(
doBJet
):
if
(
doBJet
):
from
TrigUpgradeTest.bjetMenuDefs
import
getBJetSequence
from
TrigUpgradeTest.bjetMenuDefs
import
getBJetSequence
...
@@ -142,6 +143,16 @@ if (doBJet):
...
@@ -142,6 +143,16 @@ if (doBJet):
]
]
testChains
+=
bjetChains
testChains
+=
bjetChains
if
(
doTau
):
from
TrigUpgradeTest.tauMenuDefs
import
tauCaloSequence
#, tauCaloRecSequence
step1
=
ChainStep
(
"
Step1_tau
"
,
[
tauCaloSequence
()])
#step2=ChainStep("Step2_taucalorec", [tauCaloRecSequence()])
tauChains
=
[
Chain
(
name
=
'
HLT_tau0_perf_ptonly_L1TAU12
'
,
Seed
=
"
L1_TAU12
"
,
ChainSteps
=
[
step1
]
),
Chain
(
name
=
'
HLT_tau25_medium1_tracktwo
'
,
Seed
=
"
L1_TAU12IM
"
,
ChainSteps
=
[
step1
]
),
]
testChains
+=
tauChains
##################################################################
##################################################################
# MET chains
# MET chains
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment