Skip to content
Snippets Groups Projects
Commit c532b15d authored by John Derek Chapman's avatar John Derek Chapman
Browse files

Merge branch '21.3-TAT-physval' into '21.3'

Add post-processing to ntup_physval test in TrigAnalysisTest

See merge request atlas/athena!23139
parents 56e4ded8 af3b8a31
No related branches found
No related tags found
No related merge requests found
......@@ -49,13 +49,18 @@ do
physval_make_web_display.py --ratio --drawopt HISTPE --refdrawopt HIST --reffile Ref:${refdir}/NTUP_PHYSVAL.pool.root --title Test --outdir PHYSVAL_WEB/${slice} --startpath run_1/HLT/${slice} NTUP_PHYSVAL.pool.root
done
echo "art-result: $? web"
echo "ls PHYSVAL_WEB"
ls PHYSVAL_WEB
for slice in ${domains}
do
grep Red PHYSVAL_WEB/${slice}/index.html > ${slice}_redhists.txt
SIZE=( $(ls -nl ${slice}_redhists.txt | awk '{print $5}') )
echo "art-result: ${SIZE} ${slice}"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment