Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Commits
7081683f
Commit
7081683f
authored
1 year ago
by
Stewart Martin-Haugh
Committed by
Frank Winklmeier
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused streamer menu code
Remove unused streamer menu code
parent
f3aebc4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!66514
Remove unused streamer menu code
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TriggerCommon/TriggerMenuMT/python/HLT/CalibCosmicMon/StreamingChainConfiguration.py
+0
-33
0 additions, 33 deletions
.../python/HLT/CalibCosmicMon/StreamingChainConfiguration.py
with
0 additions
and
33 deletions
Trigger/TriggerCommon/TriggerMenuMT/python/HLT/CalibCosmicMon/StreamingChainConfiguration.py
+
0
−
33
View file @
7081683f
...
...
@@ -5,39 +5,6 @@ logging.getLogger().info("Importing %s",__name__)
log
=
logging
.
getLogger
(
__name__
)
from
TriggerMenuMT.HLT.Config.ChainConfigurationBase
import
ChainConfigurationBase
from
TrigStreamerHypo.TrigStreamerHypoConfig
import
StreamerHypoToolGenerator
from
TrigStreamerHypo.TrigStreamerHypoConf
import
TrigStreamerHypoAlg
from
TriggerMenuMT.HLT.Config.MenuComponents
import
MenuSequence
from
DecisionHandling.DecisionHandlingConf
import
InputMakerForRoI
,
ViewCreatorInitialROITool
from
AthenaCommon.CFElements
import
seqAND
#----------------------------------------------------------------
# fragments generating configuration will be functions in New JO,
# so let's make them functions already now
#----------------------------------------------------------------
def
StreamingSequenceCfg
(
flags
):
return
StreamingMenuSequence
(
flags
)
def
StreamingMenuSequence
(
flags
):
inputMakerAlg
=
InputMakerForRoI
(
"
IM_streamerInputMaker
"
)
inputMakerAlg
.
RoITool
=
ViewCreatorInitialROITool
()
inputMakerAlg
.
RoIs
=
"
streamerInputRoIs
"
streamingSequence
=
seqAND
(
"
streamerSequence
"
,
[
inputMakerAlg
])
#hypo
streamerHypoAlg
=
TrigStreamerHypoAlg
(
"
StreamerHypoAlg
"
)
streamerHypoAlg
.
RuntimeValidation
=
False
#Needed to avoid the ERROR ! Decision has no 'feature' ElementLink
streamerHypoToolGen
=
StreamerHypoToolGenerator
return
MenuSequence
(
flags
,
Sequence
=
streamingSequence
,
Maker
=
inputMakerAlg
,
Hypo
=
streamerHypoAlg
,
HypoToolGen
=
streamerHypoToolGen
)
#----------------------------------------------------------------
# Class to configure chain
...
...
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