Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
61eccd3a
Commit
61eccd3a
authored
Jul 20, 2021
by
Antonio De Maria
Browse files
configure TrigTrackPreSelHypoTool from dictionary (
ATR-23859
)
parent
0ccb0629
Pipeline
#2840179
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigHypothesis/TrigTauHypo/python/TrigTauHypoTool.py
View file @
61eccd3a
...
...
@@ -288,6 +288,8 @@ def TrigTauTrackHypoToolFromDict( chainDict ):
monTool
.
defineHistogram
(
"CutCounter"
,
path
=
'EXPERT'
,
type
=
'TH1I'
,
title
=
';CutCounter; Entries'
,
xbins
=
10
,
xmin
=
0.
,
xmax
=
10.
)
currentHypo
.
MonTool
=
monTool
currentHypo
.
AcceptAll
=
True
if
criteria
==
'cosmic'
:
currentHypo
.
LowerPtCut
=
int
(
threshold
)
*
1000.
currentHypo
.
TracksInCoreCut
=
9999
...
...
Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/TauMenuSequences.py
View file @
61eccd3a
...
...
@@ -78,9 +78,6 @@ def tauFTFTauSeq():
fastTrkHypo
.
trackcollection
=
sequenceOut
fastTrkHypo
.
RoIForIDReadHandleKey
=
""
from
TrigTauHypo.TrigTauHypoConf
import
TrigTrackPreSelHypoTool
TrigTrackPreSelHypoTool
.
AcceptAll
=
True
from
TrigTauHypo.TrigTauHypoTool
import
TrigTauTrackHypoToolFromDict
return
MenuSequence
(
Sequence
=
sequence
,
...
...
@@ -99,9 +96,6 @@ def tauFTFTauIsoSeq():
fastTrkHypo
=
TrigTrackPreSelHypoAlg
(
"TrackPreSelHypoAlg_PassByIso"
)
fastTrkHypo
.
trackcollection
=
sequenceOut
from
TrigTauHypo.TrigTauHypoConf
import
TrigTrackPreSelHypoTool
TrigTrackPreSelHypoTool
.
AcceptAll
=
True
from
TrigTauHypo.TrigTauHypoTool
import
TrigTauTrackHypoToolFromDict
return
MenuSequence
(
Sequence
=
sequence
,
...
...
@@ -121,9 +115,6 @@ def tauFTFTauIsoBDTSeq():
fastTrkHypo
.
trackcollection
=
sequenceOut
fastTrkHypo
.
RoIForIDReadHandleKey
=
"UpdatedTrackBDTRoI"
from
TrigTauHypo.TrigTauHypoConf
import
TrigTrackPreSelHypoTool
TrigTrackPreSelHypoTool
.
AcceptAll
=
True
from
TrigTauHypo.TrigTauHypoTool
import
TrigTauTrackHypoToolFromDict
return
MenuSequence
(
Sequence
=
sequence
,
...
...
@@ -234,9 +225,6 @@ def tauPreSelSeq():
preSelHypo
=
TrigEFTauMVHypoAlg
(
"EFTauMVHypoAlgPreSel"
)
preSelHypo
.
taujetcontainer
=
sequenceOut
from
TrigTauHypo.TrigTauHypoConf
import
TrigTrackPreSelHypoTool
TrigTrackPreSelHypoTool
.
AcceptAll
=
True
from
TrigTauHypo.TrigTauHypoTool
import
TrigPresTauMVHypoToolFromDict
return
MenuSequence
(
Sequence
=
sequence
,
...
...
@@ -255,9 +243,6 @@ def tauPreSelTTSeq():
preSelHypo
=
TrigEFTauMVHypoAlg
(
"EFTauMVHypoAlgPreSelTT"
)
preSelHypo
.
taujetcontainer
=
sequenceOut
from
TrigTauHypo.TrigTauHypoConf
import
TrigTrackPreSelHypoTool
TrigTrackPreSelHypoTool
.
AcceptAll
=
True
from
TrigTauHypo.TrigTauHypoTool
import
TrigPresTauMVHypoToolFromDict
return
MenuSequence
(
Sequence
=
sequence
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment