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
!68339
eflowRec: Do not use global instance of ConfigFlags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
eflowRec: Do not use global instance of ConfigFlags
tadej/athena:eflowrec-flags
into
main
Overview
3
Commits
1
Pipelines
1
Changes
5
Merged
Tadej Novak
requested to merge
tadej/athena:eflowrec-flags
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
5
Expand
Do not use global instance of
ConfigFlags
in
eflowRec
.
/cc
@mhodgkin
1
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
e612a55b
1 commit,
1 year ago
5 files
+
15
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
Reconstruction/eflowRec/python/PFHLTConfig.py
+
3
−
3
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
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
from
AthenaConfiguration.ComponentFactory
import
CompFactory
from
AthenaCommon.CFElements
import
parOR
@@ -344,8 +344,8 @@ def PFCfg(inputFlags, tracktype="", clustersin=None, calclustersin=None, tracksi
if
__name__
==
"
__main__
"
:
from
AthenaConfiguration.AllConfigFlags
import
ConfigFlags
as
cfgFlags
from
AthenaConfiguration.AllConfigFlags
import
init
ConfigFlags
cfgFlags
=
initConfigFlags
()
#cfgFlags.Input.Files=["myESD.pool.root"]
cfgFlags
.
Input
.
Files
=
[
"
/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecExRecoTest/mc16_13TeV.361022.Pythia8EvtGen_A14NNPDF23LO_jetjet_JZ2W.recon.ESD.e3668_s3170_r10572_homeMade.pool.root
"
]
#
Loading