From a31d481ed2b6b23a2251ff1aa11d674934f5ab86 Mon Sep 17 00:00:00 2001 From: Zhidong Zhang <zhidong.zhang@cern.ch> Date: Wed, 3 Oct 2018 06:43:49 +0200 Subject: [PATCH] Delete Muon ART Test Scripts in Undesired Branches Some old muon ART test scripts were swept into 21.0-TrigMC, 21.1-dev and 21.1. Those tests are not up to date. Their running are wasting resources and producing useless messages in daily reports. This commit is to clear them from the above branches. Former-commit-id: 27c67c2352159084dd749146b5430540bdd822c4 --- .../test/test_amdc_mgm-misaligned_geom.sh | 9 --------- .../MuonGeomRTT/test/test_amdc_mgm-test_layout.sh | 8 -------- .../MuonGeomRTT/test/test_muon_geantino_sim.sh | 11 ----------- .../MuonGeomRTT/test/test_muon_gm_check.sh | 8 -------- .../test/test_muon_gm_check_reference.sh | 8 -------- .../MuonGeomRTT/test/test_muon_hit_relocation.sh | 10 ---------- .../test/test_singlemuon-mc12-pt100gev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt10gev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt1tev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt200gev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt20gev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt2tev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt3gev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt3tev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt500gev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt50gev.sh | 13 ------------- .../test/test_singlemuon-mc12-pt5gev.sh | 13 ------------- .../test/test_muonrecrtt_jpsi_no_pileup.sh | 13 ------------- .../test/test_muonrecrtt_jpsi_with_pileup.sh | 13 ------------- .../test/test_muonrecrtt_ttbar_no_pileup.sh | 13 ------------- .../test/test_muonrecrtt_ttbar_with_pileup.sh | 13 ------------- .../MuonRecRTT/test/test_muonrecrtt_z_no_pileup.sh | 13 ------------- .../test/test_muonrecrtt_z_with_pileup.sh | 13 ------------- .../test/test_muonrecrtt_zprime_no_pileup.sh | 13 ------------- .../test/test_muonrecrtt_zprime_with_pileup.sh | 13 ------------- 25 files changed, 301 deletions(-) delete mode 100755 MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_amdc_mgm-misaligned_geom.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_amdc_mgm-test_layout.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_geantino_sim.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_gm_check.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_gm_check_reference.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_hit_relocation.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt100gev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt10gev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt1tev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt200gev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt20gev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt2tev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt3gev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt3tev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt500gev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt50gev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt5gev.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_jpsi_no_pileup.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_jpsi_with_pileup.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_ttbar_no_pileup.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_ttbar_with_pileup.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_z_no_pileup.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_z_with_pileup.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_zprime_no_pileup.sh delete mode 100755 MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_zprime_with_pileup.sh diff --git a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_amdc_mgm-misaligned_geom.sh b/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_amdc_mgm-misaligned_geom.sh deleted file mode 100755 index 5d8b6fb469e9..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_amdc_mgm-misaligned_geom.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MuonGeomRTT package, migrated from RTT job: AmdcMGM-MisalignedGeom -# # Purpose: Compare MuonGeoModel and AMDB detector element positions -# -# art-type: grid - -athena.py -c 'DetDescrVersion="ATLAS-GEO-16-00-01"' -b MuonGeomRTT/AmdcMGM_RTT_topOptions.py - diff --git a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_amdc_mgm-test_layout.sh b/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_amdc_mgm-test_layout.sh deleted file mode 100755 index 706d557765a1..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_amdc_mgm-test_layout.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MuonGeomRTT package, migrated from RTT job: AmdcMGM-testLayout -# # Purpose: Compare MuonGeoModel and AMDB detector element positions -# -# art-type: grid - -athena.py -c 'useAlignData=True;DetDescrVersion="ATLAS-GEO-18-00-00"' -b MuonGeomRTT/AmdcMGM_RTT_topOptions.py \ No newline at end of file diff --git a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_geantino_sim.sh b/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_geantino_sim.sh deleted file mode 100755 index f8bb85be6b58..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_geantino_sim.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MuonGeomRTT package, migrated from RTT job: MuonGeantinoSim -# # Purpose: Check internal consistency of raw geometry (fed to G4 simulation) -# -# art-type: grid - -athena.py -c 'DetDescrVersion = "ATLAS-R2-2015-03-01-00"; GlobalCondTag = "OFLCOND-RUN12-SDR-22"' -b MuonGeoModelTest/simulGeantinoHits_misal.py - -#athena.py -b MuonGeomRTT/MuonGeantinoSim_RTT_topOptions.py - diff --git a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_gm_check.sh b/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_gm_check.sh deleted file mode 100755 index 83add21734a0..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_gm_check.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MuonGeomRTT package, migrated from RTT job: MuonGMCheck -# # Purpose: Compare MuonGeoModel raw and readout geometry relative to a reference -# -# art-type: grid - -athena.py -c 'DetDescrVersion="ATLAS-GEO-18-00-00"' -b MuonGeomRTT/MuonGMCheck_RTT_topOptions.py \ No newline at end of file diff --git a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_gm_check_reference.sh b/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_gm_check_reference.sh deleted file mode 100755 index 7a1730fe6d48..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_gm_check_reference.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MuonGeomRTT package, migrated from RTT job: MuonGMCheckReference -# # Purpose: Compare MuonGeoModel raw and readout geometry relative to a reference -# -# art-type: grid - -athena.py -c 'DetDescrVersion="ATLAS-GEO-16-00-01"' -b MuonGeomRTT/MuonGMCheck_RTT_topOptions.py \ No newline at end of file diff --git a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_hit_relocation.sh b/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_hit_relocation.sh deleted file mode 100755 index 5453e99fc40e..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonGeomValidation/MuonGeomRTT/test/test_muon_hit_relocation.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MuonGeomRTT package, migrated from RTT job: MuonHitRelocation -# # Purpose: Check internal consistency of readout geometry (used by reconstruction) -# -# art-type: grid - -athena.py -c 'DetDescrVersion = "ATLAS-GEO-16-00-01"; GlobalCondTag = "OFLCOND-DR-BS900-A1-01"' -b MuonGeoModelTest/MuonHitRelocation.py - -#athena.py -b MuonGeomRTT/MuonHitRelocation_RTT_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt100gev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt100gev.sh deleted file mode 100755 index f791c02c2acc..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt100gev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt100GeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_100GeV_task12089641.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt10gev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt10gev.sh deleted file mode 100755 index a3b6114fcefd..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt10gev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt10GeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_10GeV_task12089631.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt1tev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt1tev.sh deleted file mode 100755 index 83848c265e2a..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt1tev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt1TeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_1TeV_task12089645.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt200gev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt200gev.sh deleted file mode 100755 index e09eff6996e6..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt200gev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt200GeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_200GeV_task12089651.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt20gev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt20gev.sh deleted file mode 100755 index 349bd1d5cf7e..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt20gev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt20GeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_20GeV_task12089632.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt2tev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt2tev.sh deleted file mode 100755 index 460407d9a9d6..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt2tev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt2TeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_2TeV_task12089647.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt3gev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt3gev.sh deleted file mode 100755 index 396f075f5778..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt3gev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt3GeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_3GeV_task12089572.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt3tev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt3tev.sh deleted file mode 100755 index 72a7852b1cbd..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt3tev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt3TeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_3TeV_task12089649.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt500gev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt500gev.sh deleted file mode 100755 index 4ac224e255fd..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt500gev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt500GeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_500GeV_task12089642.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt50gev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt50gev.sh deleted file mode 100755 index f056b1ede748..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt50gev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt50GeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_50GeV_task12089639.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt5gev.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt5gev.sh deleted file mode 100755 index 6dd16e7a4beb..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MooPerformance/test/test_singlemuon-mc12-pt5gev.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Art test job for MooPerformance package, migrated from RTT job: SingleMuons-mc12-Pt5GeV -# -# art-type: grid -# art-input: user.zhidong.SingleMuon_5GeV_task12089629.nopileup.HITStoRDO.r9707.20170907.v01_EXT0 -# art-input-nfiles: 10 -# art-output: trk*.txt - -fileList="['${ArtInFile//,/', '}¡¯]" -set -e - -athena.py -c "from AthenaCommon.AthenaCommonFlags import athenaCommonFlags; athenaCommonFlags.EvtMax=20000; athenaCommonFlags.FilesInput = $fileList" -b MooPerformance/MooPerformance_topOptions.py diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_jpsi_no_pileup.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_jpsi_no_pileup.sh deleted file mode 100755 index 934c534f7aa2..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_jpsi_no_pileup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Run reconstruction on a input RDO file, migrated from RTT job: MuonRecRTT_JPsi_no_pileup -# -# art-type: grid -# art-input: user.zhidong.valid1.424100.Pythia8B_A14_CTEQ6L1_Jpsimu4mu4.RDO.recon.no_pileup.e5112_s3195_tid12019932_01_EXT0 -# art-input-nfiles: 10 -# art-input-split: 10 - -echo "List of files = " ${ArtInFile} -set -e - -Reco_tf.py --maxEvents=10000 --inputRDOFile=${ArtInFile} --outputAODFile=valid1.424100.Pythia8B_A14_CTEQ6L1_Jpsimu4mu4_no_pileup.AOD.pool.root --outputNTUP_PHYSVALFile valid1.424100.Pythia8B_A14_CTEQ6L1_Jpsimu4mu4_no_pileup.PHYSVAL.root --validationFlags noExample doMuon --preExec 'from RecExConfig.RecFlags import rec; rec.doTrigger=False; import MuonCombinedRecExample.MuonCombinedRecOnlySetup' diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_jpsi_with_pileup.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_jpsi_with_pileup.sh deleted file mode 100755 index 934c534f7aa2..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_jpsi_with_pileup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Run reconstruction on a input RDO file, migrated from RTT job: MuonRecRTT_JPsi_no_pileup -# -# art-type: grid -# art-input: user.zhidong.valid1.424100.Pythia8B_A14_CTEQ6L1_Jpsimu4mu4.RDO.recon.no_pileup.e5112_s3195_tid12019932_01_EXT0 -# art-input-nfiles: 10 -# art-input-split: 10 - -echo "List of files = " ${ArtInFile} -set -e - -Reco_tf.py --maxEvents=10000 --inputRDOFile=${ArtInFile} --outputAODFile=valid1.424100.Pythia8B_A14_CTEQ6L1_Jpsimu4mu4_no_pileup.AOD.pool.root --outputNTUP_PHYSVALFile valid1.424100.Pythia8B_A14_CTEQ6L1_Jpsimu4mu4_no_pileup.PHYSVAL.root --validationFlags noExample doMuon --preExec 'from RecExConfig.RecFlags import rec; rec.doTrigger=False; import MuonCombinedRecExample.MuonCombinedRecOnlySetup' diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_ttbar_no_pileup.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_ttbar_no_pileup.sh deleted file mode 100755 index 769c2a3c909e..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_ttbar_no_pileup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Run reconstruction on a input RDO file, migrated from RTT job: MuonRecRTT_ttbar_no_pileup -# -# art-type: grid -# art-input: user.zhidong.valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.no_pileup.e4993_s3195_tid12020024_01_EXT0 -# art-input-nfiles: 10 -# art-input-split: 10 - -echo "List of files = " ${ArtInFile} -set -e - -Reco_tf.py --maxEvents=10000 --inputRDOFile=${ArtInFile} --outputAODFile=valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad_no_pileup.AOD.pool.root --outputNTUP_PHYSVALFile valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad_no_pileup.PHYSVAL.root --validationFlags noExample doMuon --preExec 'from RecExConfig.RecFlags import rec; rec.doTrigger=False; import MuonCombinedRecExample.MuonCombinedRecOnlySetup' diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_ttbar_with_pileup.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_ttbar_with_pileup.sh deleted file mode 100755 index bc6ace0c317c..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_ttbar_with_pileup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Run reconstruction on a input RDO file, migrated from RTT job: MuonRecRTT_ttbar_with_pileup -# -# art-type: grid -# art-input: valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO_TRIG.e4993_s3195_r9723_tid12020031_00 -# art-input-nfiles: 10 -# art-input-split: 10 - -echo "List of files = " ${ArtInFile} -set -e - -Reco_tf.py --maxEvents=5000 --inputRDOFile=${ArtInFile} --outputAODFile=valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad_with_pileup.AOD.pool.root --outputNTUP_PHYSVALFile valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad_with_pileup.PHYSVAL.root --validationFlags noExample doMuon --preExec 'from RecExConfig.RecFlags import rec; rec.doTrigger=False; import MuonCombinedRecExample.MuonCombinedRecOnlySetup' diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_z_no_pileup.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_z_no_pileup.sh deleted file mode 100755 index dc8bceb3189d..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_z_no_pileup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Run reconstruction on a input RDO file, migrated from RTT job: MuonRecRTT_Z_no_pileup -# -# art-type: grid -# art-input: user.zhidong.valid1.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.no_pileup.e5112_s3195_tid12019815_01_EXT0 -# art-input-nfiles: 10 -# art-input-split: 10 - -echo "List of files = " ${ArtInFile} -set -e - -Reco_tf.py --maxEvents=10000 --inputRDOFile=${ArtInFile} --outputAODFile=valid1.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu_no_pileup.AOD.pool.root --outputNTUP_PHYSVALFile valid1.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu_no_pileup.PHYSVAL.root --validationFlags noExample doMuon --preExec 'from RecExConfig.RecFlags import rec; rec.doTrigger=False; import MuonCombinedRecExample.MuonCombinedRecOnlySetup' diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_z_with_pileup.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_z_with_pileup.sh deleted file mode 100755 index da148b71d0a8..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_z_with_pileup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Run reconstruction on a input RDO file, migrated from RTT job: MuonRecRTT_Z_with_pileup -# -# art-type: grid -# art-input: valid1.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO_TRIG.e5112_s3195_r9723_tid12019822_00 -# art-input-nfiles: 10 -# art-input-split: 10 - -echo "List of files = " ${ArtInFile} -set -e - -Reco_tf.py --maxEvents=5000 --inputRDOFile=${ArtInFile} --outputAODFile=valid1.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu_with_pileup.AOD.pool.root --outputNTUP_PHYSVALFile valid1.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu_with_pileup.PHYSVAL.root --validationFlags noExample doMuon --preExec 'from RecExConfig.RecFlags import rec; rec.doTrigger=False; import MuonCombinedRecExample.MuonCombinedRecOnlySetup' diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_zprime_no_pileup.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_zprime_no_pileup.sh deleted file mode 100755 index cdb4c401768a..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_zprime_no_pileup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Run reconstruction on a input RDO file, migrated from RTT job: MuonRecRTT_ZPrime_no_pileup -# -# art-type: grid -# art-input: user.zhidong.valid1.361405.Sherpa_CT10_Zmumu_Pt280_500_CVetoBVeto.recon.RDO.no_pileup.e5112_s3195_tid12019961_00_EXT0 -# art-input-nfiles: 10 -# art-input-split: 10 - -echo "List of files = " ${ArtInFile} -set -e - -Reco_tf.py --maxEvents=10000 --inputRDOFile=${ArtInFile} --outputAODFile=valid1.361405.Sherpa_CT10_Zmumu_Pt280_500_CVetoBVeto_no_pileup.AOD.pool.root --outputNTUP_PHYSVALFile valid1.361405.Sherpa_CT10_Zmumu_Pt280_500_CVetoBVeto_no_pileup.PHYSVAL.root --validationFlags noExample doMuon --preExec 'from RecExConfig.RecFlags import rec; rec.doTrigger=False; import MuonCombinedRecExample.MuonCombinedRecOnlySetup' diff --git a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_zprime_with_pileup.sh b/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_zprime_with_pileup.sh deleted file mode 100755 index d8c119b9b323..000000000000 --- a/MuonSpectrometer/MuonValidation/MuonRecValidation/MuonRecRTT/test/test_muonrecrtt_zprime_with_pileup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# art-description: Run reconstruction on a input RDO file, migrated from RTT job: MuonRecRTT_ZPrime_with_pileup -# -# art-type: grid -# art-input: valid1.361405.Sherpa_CT10_Zmumu_Pt280_500_CVetoBVeto.recon.RDO_TRIG.e5112_s3195_r9723_tid12019967_00 -# art-input-nfiles: 10 -# art-input-split: 10 - -echo "List of files = " ${ArtInFile} -set -e - -Reco_tf.py --maxEvents=5000 --inputRDOFile=${ArtInFile} --outputAODFile=valid1.361405.Sherpa_CT10_Zmumu_Pt280_500_CVetoBVeto_with_pileup.AOD.pool.root --outputNTUP_PHYSVALFile valid1.361405.Sherpa_CT10_Zmumu_Pt280_500_CVetoBVeto_with_pileup.PHYSVAL.root --validationFlags noExample doMuon --preExec 'from RecExConfig.RecFlags import rec; rec.doTrigger=False; import MuonCombinedRecExample.MuonCombinedRecOnlySetup' -- GitLab