From 83d21b60caa94f5818f834c1257def07bc7b5851 Mon Sep 17 00:00:00 2001 From: manthony <matthew.thomas.anthony@cern.ch> Date: Fri, 8 Jun 2018 14:14:25 +0100 Subject: [PATCH] added `--imf=False` option to each comparison, then cleaned up the splitreco preexec arguments Former-commit-id: 6ade4f13e5591de3a05cac2d5a1b087a075d8686 --- .../test/test_stdReco_fastSim_fullDigi.sh | 2 +- .../test/test_stdReco_fullSim_fullDigi.sh | 2 +- .../test/test_ttFC_fastSim_fastDigi.sh | 2 +- .../test/test_ttFC_fastSim_fullDigi.sh | 2 +- .../test/test_ttFC_fullHS_fastPU_simDigi.sh | 2 +- .../test/test_ttFC_fullSim_fullDigi.sh | 2 +- .../test_ttFC_reco_Split_fastSim_fastDigi.sh | 31 ++++++++++++++++--- .../test_ttFC_reco_Split_fastSim_fullDigi.sh | 26 ++++++++++++++-- ...t_ttFC_reco_Split_fullHS_fastPU_simDigi.sh | 29 +++++++++++++++-- ...co_newTracking_PseudoT_fastSim_fastDigi.sh | 2 +- ...co_newTracking_PseudoT_fastSim_fullDigi.sh | 4 +-- ...co_newTracking_PseudoT_fullSim_fullDigi.sh | 2 +- ...C_reco_noSplit_PseudoT_fastSim_fastDigi.sh | 2 +- ...C_reco_noSplit_PseudoT_fastSim_fullDigi.sh | 2 +- ...C_reco_noSplit_PseudoT_fullSim_fullDigi.sh | 2 +- ...reco_noSplit_noPseudoT_fastSim_fastDigi.sh | 2 +- ...reco_noSplit_noPseudoT_fastSim_fullDigi.sh | 4 +-- ...reco_noSplit_noPseudoT_fullSim_fullDigi.sh | 2 +- ...C_reco_noSplit_noPseudoT_stdFullSimDigi.sh | 6 ++-- 19 files changed, 96 insertions(+), 30 deletions(-) diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_stdReco_fastSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_stdReco_fastSim_fullDigi.sh index b2449653f70..97cb61e5606 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_stdReco_fastSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_stdReco_fastSim_fullDigi.sh @@ -24,7 +24,7 @@ echo "art-result: $? ESD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_stdReco_fullSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_stdReco_fullSim_fullDigi.sh index 1a654beb343..834aedd61d8 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_stdReco_fullSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_stdReco_fullSim_fullDigi.sh @@ -19,7 +19,7 @@ echo "art-result: $? ESD step" # art-output: InDetStandardPlots.root ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --imf=False --entries 10 ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" /cvmfs/atlas.cern.ch/repo/sw/art/dcube/bin/art-dcube TEST_stdReco_fullSim_fullDigi.sh InDetStandardPlots.root /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/FastChainPileup/dcube_configs/config/dcube_indetplots_no_pseudotracks.xml /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/FastChainPileup/InDetStandardPlots_TEST.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fastSim_fastDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fastSim_fastDigi.sh index 967bdbb3110..6b5a5a263a3 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fastSim_fastDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fastSim_fastDigi.sh @@ -12,7 +12,7 @@ FastChain_tf.py --simulator ATLFASTIIF_PileUp --digiSteeringConf "SplitNoMergeFF echo "art-result: $? evgen to RDO step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fastSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fastSim_fullDigi.sh index c8e6a4d94af..cbf60d70fcf 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fastSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fastSim_fullDigi.sh @@ -14,7 +14,7 @@ echo "art-result: $? evgen step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fullHS_fastPU_simDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fullHS_fastPU_simDigi.sh index 8de372dc339..c94f3525cee 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fullHS_fastPU_simDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fullHS_fastPU_simDigi.sh @@ -16,7 +16,7 @@ FastChain_tf.py --simulator G4HS_FastPileup --digiSteeringConf "SplitNoMergeSF" echo "art-result: $? Job" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --imf=False --entries 10 ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fullSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fullSim_fullDigi.sh index 08d7e6c488b..e9586c3d896 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fullSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_fullSim_fullDigi.sh @@ -14,7 +14,7 @@ echo "art-result: $? evgen step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fastSim_fastDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fastSim_fastDigi.sh index d58b3e1b451..ebe40b9aeaf 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fastSim_fastDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fastSim_fastDigi.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +B41;326;0c#!/usr/bin/env bash # art-description: test ttFC_fastSim_fastDigi + ttFC_reco_Split_fastSim_fastDigi # art-type: grid @@ -8,17 +8,40 @@ # Also include temporary branch 21.3-hmpl # art-include: 21.3-hmpl/Athena -FastChain_tf.py --simulator ATLFASTIIF_PileUp --digiSteeringConf "SplitNoMergeFF" --useISF True --randomSeed 123 --enableLooperKiller True --inputEVNTFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/FastChainPileup/ttbar_muplusjets-pythia6-7000.evgen.pool.root --outputRDOFile RDO_pileup_fastsim_fastdigi.pool.root --maxEvents 50 --skipEvents 0 --geometryVersion ATLAS-R2-2015-03-01-00 --conditionsTag OFLCOND-RUN12-SDR-31 --preSimExec 'from TrkDetDescrSvc.TrkDetDescrJobProperties import TrkDetFlags;TrkDetFlags.TRT_BuildStrawLayers=True' --preSimInclude FastChainPileup/FastPileup.py --postInclude='PyJobTransforms/UseFrontier.py,G4AtlasTests/postInclude.DCubeTest_FCpileup.py,DigitizationTests/postInclude.RDO_Plots.py' --postExec 'RAWtoESD:from AthenaCommon.ConfigurationShelve import saveToAscii;saveToAscii("config.txt")' --DataRunNumber '284500' --postSimExec='genSeq.Pythia8.NCollPerEvent=10;' --preDigiInclude="FastTRT_Digitization/preInclude.FastTRT_Digi.Validation.py" +FastChain_tf.py --simulator ATLFASTIIF_PileUp \ + --digiSteeringConf "SplitNoMergeFF" \ + --useISF True --randomSeed 123 \ + --enableLooperKiller True \ + --inputEVNTFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/FastChainPileup/ttbar_muplusjets-pythia6-7000.evgen.pool.root \ + --outputRDOFile RDO_pileup_fastsim_fastdigi.pool.root \ + --maxEvents 50 \ + --skipEvents 0 \ + --geometryVersion ATLAS-R2-2015-03-01-00 \ + --conditionsTag OFLCOND-RUN12-SDR-31 \ + --preSimExec 'from TrkDetDescrSvc.TrkDetDescrJobProperties import TrkDetFlags;TrkDetFlags.TRT_BuildStrawLayers=True' \ + --preSimInclude FastChainPileup/FastPileup.py \ + --postInclude='PyJobTransforms/UseFrontier.py,G4AtlasTests/postInclude.DCubeTest_FCpileup.py,DigitizationTests/postInclude.RDO_Plots.py' \ + --postExec 'RAWtoESD:from AthenaCommon.ConfigurationShelve import saveToAscii;saveToAscii("config.txt")' \ + --DataRunNumber '284500' \ + --postSimExec='genSeq.Pythia8.NCollPerEvent=10;' \ + --preDigiInclude="FastTRT_Digitization/preInclude.FastTRT_Digi.Validation.py" \ echo "art-result: $? RDO step" -FastChain_tf.py --maxEvents 50 --skipEvents 0 --geometryVersion ATLAS-R2-2015-03-01-00 --conditionsTag OFLCOND-RUN12-SDR-31 --inputRDOFile 'RDO_pileup_fastsim_fastdigi.pool.root' --outputAODFile AOD_Split_fastSim_fastDigi.pool.root --preExec "RAWtoESD:rec.doTrigger.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);InDetFlags.pixelClusterSplittingType.set_Value_and_Lock(\"AnalogClus\");InDetFlags.doTIDE_Ambi.set_Value_and_Lock(False);InDetFlags.doStandardPlots.set_Value_and_Lock(True);InDetFlags.doSplitReco.set_Value_and_Lock(True);from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetKeys.PixelPUClustersTruth.set_Value_and_Lock('PRD_MultiTruthPixel_PU');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU'); InDetFlags.doSplitReco.set_Value_and_Lock(True);InDetFlags.doTrackSegmentsTRT.set_Value_and_Lock(True); from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetKeys.PixelPUClustersTruth.set_Value_and_Lock('PRD_MultiTruthPixel_PU');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU');" +FastChain_tf.py --maxEvents 50 \ + --skipEvents 0 \ + --geometryVersion ATLAS-R2-2015-03-01-00 \ + --conditionsTag OFLCOND-RUN12-SDR-31 \ + --inputRDOFile 'RDO_pileup_fastsim_fastdigi.pool.root' \ + --outputAODFile AOD_Split_fastSim_fastDigi.pool.root \ + --preExec "RAWtoESD:rec.doTrigger.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);InDetFlags.pixelClusterSplittingType.set_Value_and_Lock(\"AnalogClus\");InDetFlags.doTIDE_Ambi.set_Value_and_Lock(False);InDetFlags.doStandardPlots.set_Value_and_Lock(True);InDetFlags.doSplitReco.set_Value_and_Lock(True);from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetFlags.doSplitReco.set_Value_and_Lock(True);InDetFlags.doTrackSegmentsTRT.set_Value_and_Lock(True);InDetKeys.PixelPUClustersTruth.set_Value_and_Lock('PRD_MultiTruthPixel_PU');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU');" + echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fastSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fastSim_fullDigi.sh index 56ae2907bd9..22df936c496 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fastSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fastSim_fullDigi.sh @@ -8,17 +8,37 @@ # Also include temporary branch 21.3-hmpl # art-include: 21.3-hmpl/Athena -FastChain_tf.py --simulator ATLFASTIIF_PileUp --digiSteeringConf "SplitNoMerge" --useISF True --randomSeed 123 --enableLooperKiller True --inputEVNTFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/FastChainPileup/ttbar_muplusjets-pythia6-7000.evgen.pool.root --outputRDOFile RDO_pileup_fastsim_fulldigi.pool.root --maxEvents 100 --skipEvents 0 --geometryVersion ATLAS-R2-2015-03-01-00 --conditionsTag OFLCOND-RUN12-SDR-31 --preSimExec 'from TrkDetDescrSvc.TrkDetDescrJobProperties import TrkDetFlags;TrkDetFlags.TRT_BuildStrawLayers=True' --preSimInclude FastChainPileup/FastPileup.py --postInclude='PyJobTransforms/UseFrontier.py,G4AtlasTests/postInclude.DCubeTest_FCpileup.py,DigitizationTests/postInclude.RDO_Plots.py' --postExec 'from AthenaCommon.ConfigurationShelve import saveToAscii;saveToAscii("config.txt")' --DataRunNumber '284500' --postSimExec='genSeq.Pythia8.NCollPerEvent=10;' +FastChain_tf.py --simulator ATLFASTIIF_PileUp \ + --digiSteeringConf "SplitNoMerge" --useISF True \ + --randomSeed 123 \ + --enableLooperKiller True \ + --inputEVNTFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/FastChainPileup/ttbar_muplusjets-pythia6-7000.evgen.pool.root \ + --outputRDOFile RDO_pileup_fastsim_fulldigi.pool.root \ + --maxEvents 100 \ + --skipEvents 0 \ + --geometryVersion ATLAS-R2-2015-03-01-00 \ + --conditionsTag OFLCOND-RUN12-SDR-31 \ + --preSimExec 'from TrkDetDescrSvc.TrkDetDescrJobProperties import TrkDetFlags;TrkDetFlags.TRT_BuildStrawLayers=True' \ + --preSimInclude FastChainPileup/FastPileup.py \ + --postInclude='PyJobTransforms/UseFrontier.py,G4AtlasTests/postInclude.DCubeTest_FCpileup.py,DigitizationTests/postInclude.RDO_Plots.py' --postExec 'from AthenaCommon.ConfigurationShelve import saveToAscii;saveToAscii("config.txt")' \ + --DataRunNumber '284500' \ + --postSimExec='genSeq.Pythia8.NCollPerEvent=10;' \ echo "art-result: $? AOD step" -FastChain_tf.py --maxEvents 500 --skipEvents 0 --geometryVersion ATLAS-R2-2015-03-01-00 --conditionsTag OFLCOND-RUN12-SDR-31 --inputRDOFile 'RDO_pileup_fastsim_fulldigi.pool.root' --outputAODFile AOD_Split_fastSim_fullDigi.pool.root --preExec "RAWtoESD:from InDetRecExample.InDetJobProperties import InDetFlags;InDetFlags.doStandardPlots.set_Value_and_Lock(True);InDetFlags.doSplitReco.set_Value_and_Lock(True);InDetFlags.doTrackSegmentsTRT.set_Value_and_Lock(True); from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetKeys.PixelPUClustersTruth.set_Value_and_Lock('PRD_MultiTruthPixel_PU');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU');rec.doTrigger.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);" +FastChain_tf.py --maxEvents 500 \ + --skipEvents 0 \ + --geometryVersion ATLAS-R2-2015-03-01-00 \ + --conditionsTag OFLCOND-RUN12-SDR-31 \ + --inputRDOFile 'RDO_pileup_fastsim_fulldigi.pool.root' \ + --outputAODFile AOD_Split_fastSim_fullDigi.pool.root \ + --preExec "RAWtoESD:from InDetRecExample.InDetJobProperties import InDetFlags;InDetFlags.doStandardPlots.set_Value_and_Lock(True);InDetFlags.doSplitReco.set_Value_and_Lock(True);InDetFlags.doTrackSegmentsTRT.set_Value_and_Lock(True); from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetKeys.PixelPUClustersTruth.set_Value_and_Lock('PRD_MultiTruthPixel_PU');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU');rec.doTrigger.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);" echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fullHS_fastPU_simDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fullHS_fastPU_simDigi.sh index 14de0554498..44dcd555880 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fullHS_fastPU_simDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_Split_fullHS_fastPU_simDigi.sh @@ -10,16 +10,39 @@ # Run FastChain 'Fast PU, Full HS' and tests: G4HS_FastPileup sim (G4 for HS, Pythia on the fly + FastCaloSim for PU) + fast digi PU/full digi HS + Split reco (truth tracking PU, full HS) -FastChain_tf.py --simulator G4HS_FastPileup --digiSteeringConf "SplitNoMergeSF" --useISF True --randomSeed 123 --enableLooperKiller True --inputEVNTFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/FastChainPileup/ttbar_muplusjets-pythia6-7000.evgen.pool.root --outputRDOFile RDO_fullHS_fastPU_simdigi.pool.root --maxEvents 10 --skipEvents 0 --geometryVersion ATLAS-R2-2015-03-01-00 --conditionsTag OFLCOND-RUN12-SDR-31 --preSimExec 'from TrkDetDescrSvc.TrkDetDescrJobProperties import TrkDetFlags;TrkDetFlags.TRT_BuildStrawLayers=True' --preSimInclude FastChainPileup/FastPileup.py --postInclude='PyJobTransforms/UseFrontier.py,G4AtlasTests/postInclude.DCubeTest_FCpileup.py,DigitizationTests/postInclude.RDO_Plots.py' --postExec 'RAWtoESD:from AthenaCommon.ConfigurationShelve import saveToAscii;saveToAscii("config.txt")' --DataRunNumber '284500' --postSimExec='genSeq.Pythia8.NCollPerEvent=10;' --preDigiInclude="FastTRT_Digitization/preInclude.FastTRT_Digi.Validation.py" +FastChain_tf.py --simulator G4HS_FastPileup \ + --digiSteeringConf "SplitNoMergeSF" \ + --useISF True \ + --randomSeed 123 \ + --enableLooperKiller True \ + --inputEVNTFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/FastChainPileup/ttbar_muplusjets-pythia6-7000.evgen.pool.root --outputRDOFile RDO_fullHS_fastPU_simdigi.pool.root \ + --maxEvents 10 \ + --skipEvents 0 \ + --geometryVersion ATLAS-R2-2015-03-01-00 \ + --conditionsTag OFLCOND-RUN12-SDR-31 \ + --preSimExec 'from TrkDetDescrSvc.TrkDetDescrJobProperties import TrkDetFlags;TrkDetFlags.TRT_BuildStrawLayers=True' \ + --preSimInclude FastChainPileup/FastPileup.py \ + --postInclude='PyJobTransforms/UseFrontier.py,G4AtlasTests/postInclude.DCubeTest_FCpileup.py,DigitizationTests/postInclude.RDO_Plots.py' \ + --postExec 'RAWtoESD:from AthenaCommon.ConfigurationShelve import saveToAscii;saveToAscii("config.txt")' \ + --DataRunNumber '284500' \ + --postSimExec='genSeq.Pythia8.NCollPerEvent=10;' \ + --preDigiInclude="FastTRT_Digitization/preInclude.FastTRT_Digi.Validation.py" echo "art-result: $? RDO step" -FastChain_tf.py --maxEvents 10 --skipEvents 0 --geometryVersion ATLAS-R2-2015-03-01-00 --conditionsTag OFLCOND-RUN12-SDR-31 --inputRDOFile 'RDO_fullHS_fastPU_simdigi.pool.root' --outputAODFile AOD_Split_fullHS_fastPU_simDigi.pool.root --preExec "RAWtoESD:rec.doTrigger.set_Value_and_Lock(False);InDetFlags.doStatistics.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);InDetFlags.pixelClusterSplittingType.set_Value_and_Lock(\"AnalogClus\");InDetFlags.doTIDE_Ambi.set_Value_and_Lock(False);InDetFlags.doStandardPlots.set_Value_and_Lock(True);InDetFlags.doSplitReco.set_Value_and_Lock(True);from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetKeys.PixelPUClustersTruth.set_Value_and_Lock('PRD_MultiTruthPixel_PU');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU');InDetFlags.doSplitReco.set_Value_and_Lock(True);InDetFlags.doTrackSegmentsTRT.set_Value_and_Lock(True); from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetKeys.PixelPUClustersTruth.set_Value_and_Lock('PRD_MultiTruthPixel_PU');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU');" --postExec 'RAWtoESD:import AthenaCommon.AlgSequence as acas;job = acas.AlgSequence();del job.InDetSCT_ClusterizationPU;del job.InDetPixelClusterizationPU;del job.InDetPRD_MultiTruthMakerSiPU;del job.InDetPRD_MultiTruthMakerTRTPU;' +FastChain_tf.py --maxEvents 10 \ + --skipEvents 0 \ + --geometryVersion ATLAS-R2-2015-03-01-00 \ + --conditionsTag OFLCOND-RUN12-SDR-31 \ + --inputRDOFile 'RDO_fullHS_fastPU_simdigi.pool.root' \ + --outputAODFile AOD_Split_fullHS_fastPU_simDigi.pool.root \ + --preExec "RAWtoESD:rec.doTrigger.set_Value_and_Lock(False);InDetFlags.doStatistics.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);InDetFlags.pixelClusterSplittingType.set_Value_and_Lock(\"AnalogClus\");InDetFlags.doTIDE_Ambi.set_Value_and_Lock(False);InDetFlags.doStandardPlots.set_Value_and_Lock(True);InDetFlags.doSplitReco.set_Value_and_Lock(True);from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU');InDetFlags.doSplitReco.set_Value_and_Lock(True);InDetFlags.doTrackSegmentsTRT.set_Value_and_Lock(True); from InDetRecExample.InDetKeys import InDetKeys; InDetKeys.PixelPUClusters.set_Value_and_Lock('PixelFast_PU_Clusters');InDetKeys.PixelPUClustersTruth.set_Value_and_Lock('PRD_MultiTruthPixel_PU');InDetKeys.SCT_PU_ClustersTruth.set_Value_and_Lock('PRD_MultiTruthSCT_PU');InDetKeys.TRT_PU_DriftCirclesTruth.set_Value_and_Lock('PRD_MultiTruthTRT_PU');" \ + --postExec 'RAWtoESD:import AthenaCommon.AlgSequence as acas;job = acas.AlgSequence();del job.InDetSCT_ClusterizationPU;del job.InDetPixelClusterizationPU;del job.InDetPRD_MultiTruthMakerSiPU;del job.InDetPRD_MultiTruthMakerTRTPU;' echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fastSim_fastDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fastSim_fastDigi.sh index fc39512e388..c6d93d40d14 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fastSim_fastDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fastSim_fastDigi.sh @@ -19,7 +19,7 @@ echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fastSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fastSim_fullDigi.sh index aa6ca528f1a..c450acae6dc 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fastSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fastSim_fullDigi.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +B41;326;0c#!/usr/bin/env bash # art-description: test for job configuration ttFC_fastSim_fulldigi then ttFC_reco_newTracking_PseudoT_fastSim_fullDigi # art-type: grid # @@ -18,7 +18,7 @@ FastChain_tf.py --maxEvents 500 --skipEvents 0 --geometryVersion ATLAS-R2-2015-0 echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fullSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fullSim_fullDigi.sh index eea65b01e7f..823fc6ad0d1 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fullSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_newTracking_PseudoT_fullSim_fullDigi.sh @@ -19,7 +19,7 @@ FastChain_tf.py --maxEvents 500 --skipEvents 0 --geometryVersion ATLAS-R2-2015-0 echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -#art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fastSim_fastDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fastSim_fastDigi.sh index 1d573421525..40c448ff59c 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fastSim_fastDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fastSim_fastDigi.sh @@ -17,7 +17,7 @@ echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fastSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fastSim_fullDigi.sh index 9c7ecc2c9fd..ad559aa2ebd 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fastSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fastSim_fullDigi.sh @@ -19,7 +19,7 @@ echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fullSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fullSim_fullDigi.sh index 8758222bf66..ae95b94962f 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fullSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_PseudoT_fullSim_fullDigi.sh @@ -19,7 +19,7 @@ echo "art-result: $? RDO step" ArtPackage=$1 ArtJobName=$2 -#art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fastSim_fastDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fastSim_fastDigi.sh index f513c2bf601..ec52a88b6a8 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fastSim_fastDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fastSim_fastDigi.sh @@ -19,7 +19,7 @@ echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fastSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fastSim_fullDigi.sh index 02578e75102..10b373d0388 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fastSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fastSim_fullDigi.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +B41;326;0c#!/usr/bin/env bash # art-description: test for job configuration ttFC_fastSim_fulldigi _ttFC_reco_noSplit_noPseudoT_fastSim_fullDigi # art-type: grid # @@ -18,7 +18,7 @@ FastChain_tf.py --maxEvents 500 --skipEvents 0 --geometryVersion ATLAS-R2-2015-0 echo "art-result: $? RDO step" ArtPackage=$1 ArtJobName=$2 -art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fullSim_fullDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fullSim_fullDigi.sh index 3192e536499..11ddffcc3cd 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fullSim_fullDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_fullSim_fullDigi.sh @@ -18,7 +18,7 @@ echo "art-result: $? AOD step" ArtPackage=$1 ArtJobName=$2 -#art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_stdFullSimDigi.sh b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_stdFullSimDigi.sh index 06f8a7de60c..14297692cfa 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_stdFullSimDigi.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_ttFC_reco_noSplit_noPseudoT_stdFullSimDigi.sh @@ -30,9 +30,9 @@ echo "art-result: $? AOD step" #add an additional payload from the job (corollary file). # art-output: InDetStandardPlots.root -#ArtPackage=$1 -#ArtJobName=$2 -#art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} +ArtPackage=$1 +ArtJobName=$2 +art.py compare grid --entries 10 --imf=False ${ArtPackage} ${ArtJobName} echo "art-result: $? regression" -- GitLab