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

Ensure that all log files are saved in FullG4 and PassBackG4 ST vs MT comparisons

parent 78c63564
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ Sim_tf.py \
--imf False
rc=$?
mv log.EVNTtoHITS log.FullG4MTAthenaMT
echo "art-result: $rc FullG4MTAthenaMT"
rc2=-9999
if [ $rc -eq 0 ]
......@@ -49,6 +50,7 @@ then
--preInclude 'EVNTtoHITS:SimulationJobOptions/preInclude.BeamPipeKill.py' \
--preExec 'EVNTtoHITS:simFlags.TightMuonStepping=True' \
--imf False
mv log.EVNTtoHITS log.FullG4MTAthena
rc2=$?
fi
echo "art-result: $rc2 FullG4MTAthena"
......@@ -72,6 +74,7 @@ then
--preInclude 'EVNTtoHITS:SimulationJobOptions/preInclude.BeamPipeKill.py' \
--preExec 'EVNTtoHITS:simFlags.TightMuonStepping=True' \
--imf False
mv log.EVNTtoHITS log.FullG4Athena
rc3=$?
fi
echo "art-result: $rc3 FullG4Athena"
......
......@@ -28,7 +28,8 @@ Sim_tf.py \
--imf False
rc=$?
echo "art-result: $rc PassbackG4MTAthenaMT"
mv log.EVNTtoHITS log.PassBackG4MTAthenaMT
echo "art-result: $rc PassBackG4MTAthenaMT"
rc2=-9999
if [ $rc -eq 0 ]
then
......@@ -50,8 +51,9 @@ then
--preExec 'EVNTtoHITS:simFlags.TightMuonStepping=True' \
--imf False
rc2=$?
mv log.EVNTtoHITS log.PassBackG4MTAthena
fi
echo "art-result: $rc2 PassbackG4MTAthena"
echo "art-result: $rc2 PassBackG4MTAthena"
rc3=-9999
if [ $rc -eq 0 ]
then
......@@ -74,19 +76,20 @@ then
--postExec 'svcMgr.ISF_ParticleBrokerSvcNoOrdering.ParticleOrderingTool="ISF__EnergyParticleOrderingTool";svcMgr.ISF_ParticleBrokerSvcNoOrdering.AlwaysUseGeoIDSvc=True' \
--imf False
rc3=$?
mv log.EVNTtoHITS log.PassBackG4Athena
fi
echo "art-result: $rc3 PassbackG4Athena"
echo "art-result: $rc3 PassBackG4Athena"
rc4=-9999
if [ $rc2 -eq 0 ]
then
acmd.py diff-root test.MT.HITS.pool.root test.ST.HITS.pool.root --error-mode resilient --mode=semi-detailed --order-trees --ignore-leaves RecoTimingObj_p1_EVNTtoHITS_timings index_ref
rc4=$?
fi
echo "art-result: $rc4 PassbackG4MT_STvsMT"
echo "art-result: $rc4 PassBackG4MT_STvsMT"
rc5=-9999
if [ $rc3 -eq 0 ]
then
acmd.py diff-root test.MT.HITS.pool.root test.ST.old.HITS.pool.root --error-mode resilient --mode=semi-detailed --order-trees --ignore-leaves RecoTimingObj_p1_EVNTtoHITS_timings index_ref
rc5=$?
fi
echo "art-result: $rc5 PassbackG4MTvsPassbackG4"
echo "art-result: $rc5 PassBackG4MTvsPassBackG4"
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