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
!68072
Remove redundant usage of 'configurableRun3Behaviour'
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove redundant usage of 'configurableRun3Behaviour'
tadej/athena:run3configurable
into
main
Overview
3
Commits
1
Pipelines
1
Changes
5
Merged
Tadej Novak
requested to merge
tadej/athena:run3configurable
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
5
Expand
Remove redundant usage of
configurableRun3Behaviour
.
/cc
@fwinkl
1
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
3a24e0e5
1 commit,
1 year ago
5 files
+
5
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetRecAlgs/InDetSecVtxFinder/share/runInDetSecVtxFinder.py
+
1
−
4
Options
# Copyright (C) 2002-202
3
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
# Define method to construct configures Sec Vtx Finder alg
# attempted by N Ribaric (@LancasterUNI) neza.ribaric@cern.ch
if
__name__
==
"
__main__
"
:
from
AthenaCommon.Configurable
import
Configurable
Configurable
.
configurableRun3Behavior
=
1
import
AthenaCommon.Constants
as
Lvl
# import the flags and set them
Loading