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
dbfe2f35
Commit
dbfe2f35
authored
2 years ago
by
Mark Hodgkinson
Browse files
Options
Downloads
Patches
Plain Diff
Update PFlow from ESD test to use MC21 ESD.
parent
6ef83265
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!59383
cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.
,
!59117
Update RIG RecExRecoTests
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Reconstruction/RecExample/RecExRecoTest/test/test_RecExReco_Art_PFlow_fromESDMC20e.sh
+0
-13
0 additions, 13 deletions
...cExRecoTest/test/test_RecExReco_Art_PFlow_fromESDMC20e.sh
Reconstruction/eflowRec/python/PFRun3Config.py
+1
-1
1 addition, 1 deletion
Reconstruction/eflowRec/python/PFRun3Config.py
with
1 addition
and
14 deletions
Reconstruction/RecExample/RecExRecoTest/test/test_RecExReco_Art_PFlow_fromESDMC20e.sh
deleted
100755 → 0
+
0
−
13
View file @
6ef83265
#!/bin/sh
#
# art-description: Athena (serial mode only) runs particle flow reconstruction, using the new Run 3 job configuration, from an ESD file
# art-type: grid
# art-athena-mt: 8
# art-include: master/Athena
# art-include: 22.0/Athena
# art-output: *.log
python
$Athena_DIR
/python/eflowRec/PFRun3Config.py |
tee
temp.log
echo
"art-result:
${
PIPESTATUS
[0]
}
"
test_postProcessing_Errors.sh temp.log
This diff is collapsed.
Click to expand it.
Reconstruction/eflowRec/python/PFRun3Config.py
+
1
−
1
View file @
dbfe2f35
...
...
@@ -127,7 +127,7 @@ if __name__=="__main__":
from
AthenaConfiguration.AllConfigFlags
import
ConfigFlags
as
cfgFlags
cfgFlags
.
Input
.
isMC
=
True
cf
gFlags
.
Input
.
Files
=
[
"
/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecExRecoTest/mc2
0e
_13TeV/
valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.ESD.e4993
_s322
7
_r1
2689/myESD
.pool.root
"
]
Confi
gFlags
.
Input
.
Files
=
[
"
/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecExRecoTest/mc2
1
_13
p6
TeV/
AODFiles/mc21_13p6TeV.421450.PhPy8EG_A14_ttbar_hdamp258p75_SingleLep_fct.merge.AOD.e8445_e8447
_s3
8
22_r1
3565_r13491/AOD.28775909._000037
.pool.root
.1
"
]
cfgFlags
.
Output
.
AODFileName
=
"
output_AOD.root
"
cfgFlags
.
Output
.
doWriteAOD
=
True
cfgFlags
.
fillFromArgs
()
...
...
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