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
Merge requests
!42075
TrigMETMonitoring+TrigBphysMonitoring+TrigBjetMonitoring: Remove reference to CaloNoiseTool.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TrigMETMonitoring+TrigBphysMonitoring+TrigBjetMonitoring: Remove reference to CaloNoiseTool.
ssnyder/athena:noisetool.TrigMETMonitoring-20210328
into
master
Overview
3
Commits
3
Pipelines
1
Changes
4
Merged
Scott Snyder
requested to merge
ssnyder/athena:noisetool.TrigMETMonitoring-20210328
into
master
3 years ago
Overview
3
Commits
3
Pipelines
1
Changes
4
Expand
Remove vestigial reference to obsolete CaloNoiseTool.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
70dea076
3 commits,
3 years ago
4 files
+
8
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Trigger/TrigMonitoring/TrigBjetMonitoring/python/TrigBjetMonitorAlgorithm.py
+
2
−
10
Options
#
# Copyright (C) 2002-201
9
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-20
2
1 CERN for the benefit of the ATLAS collaboration
#
'''
@file TrigBjetMonitorAlgorithm.py
@@ -76,15 +76,7 @@ def TrigBjetMonConfig(inputFlags):
# Add some tools. N.B. Do not use your own trigger decion tool. Use the
# standard one that is included with AthMonitorAlgorithm.
# # First, add a tool that's set up by a different configuration function.
# # In this case, CaloNoiseToolCfg returns its own component accumulator,
# # which must be merged with the one from this function.
# from CaloTools.CaloNoiseToolConfig import CaloNoiseToolCfg
# caloNoiseAcc, caloNoiseTool = CaloNoiseToolCfg(inputFlags)
# result.merge(caloNoiseAcc)
# trigBjetMonAlg.CaloNoiseTool = caloNoiseTool
# # Then, add a tool that doesn't have its own configuration function. In
# # Add a tool that doesn't have its own configuration function. In
# # this example, no accumulator is returned, so no merge is necessary.
# from MyDomainPackage.MyDomainPackageConf import MyDomainTool
# trigBjetMonAlg.MyDomainTool = MyDomainTool()
Loading