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

Fix syntax of CavernBg_TR2HITS RTT and ART jobs

These jobs were still trying to use the obsolete `inputEVNT_CAVERNFile`
option rather than `inputEVNT_TRFile`.


Former-commit-id: 2a8eaf77d15e60a5ccf9766cc9cb647943063c37
parent 7d1a1fad
No related branches found
No related tags found
No related merge requests found
...@@ -521,7 +521,7 @@ ...@@ -521,7 +521,7 @@
<jobTransform userJobId="CavernBg_TR2HITS"> <jobTransform userJobId="CavernBg_TR2HITS">
<doc>Reading cavern background track record, creating cav bg hits.</doc> <doc>Reading cavern background track record, creating cav bg hits.</doc>
<jobTransformJobName>CavernBg_TR2HITS</jobTransformJobName> <jobTransformJobName>CavernBg_TR2HITS</jobTransformJobName>
<jobTransformCmd>AtlasG4_tf.py --inputEVNT_CAVERNFile '/afs/cern.ch/atlas/offline/ProdData/16.6.X/16.6.7.Y/cavernbg-pythia8-7000.evgen.pool.root' --outputHITSFile 'test.HITS.pool.root' --maxEvents '5' --skipEvents '0' --randomSeed '8765' --geometryVersion 'ATLAS-R2-2015-03-01-00_VALIDATION' --conditionsTag 'OFLCOND-RUN12-SDR-19' --DataRunNumber '222525' --physicsList 'QGSP_BERT_HP' --postInclude 'PyJobTransforms/UseFrontier.py' <jobTransformCmd>AtlasG4_tf.py --inputEVNT_TRFile '/afs/cern.ch/atlas/offline/ProdData/16.6.X/16.6.7.Y/cavernbg-pythia8-7000.evgen.pool.root' --outputHITSFile 'test.HITS.pool.root' --maxEvents '5' --skipEvents '0' --randomSeed '8765' --geometryVersion 'ATLAS-R2-2015-03-01-00_VALIDATION' --conditionsTag 'OFLCOND-RUN12-SDR-19' --DataRunNumber '222525' --physicsList 'QGSP_BERT_HP' --postInclude 'PyJobTransforms/UseFrontier.py'
</jobTransformCmd> </jobTransformCmd>
<group>SimCoreJobTransformTests</group> <group>SimCoreJobTransformTests</group>
<queue>medium</queue> <queue>medium</queue>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# art-description: Run simulation outside ISF, reading cavern background track records, writing cavern background HITS, using 2015 geometry and conditions # art-description: Run simulation outside ISF, reading cavern background track records, writing cavern background HITS, using 2015 geometry and conditions
# art-type: grid # art-type: grid
AtlasG4_tf.py --inputEVNT_CAVERNFile '/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/SimCoreTests/cavernbg-pythia8-7000.evgen.pool.root' --outputHITSFile 'test.HITS.pool.root' --maxEvents '5' --skipEvents '0' --randomSeed '8765' --geometryVersion 'ATLAS-R2-2015-03-01-00_VALIDATION' --conditionsTag 'OFLCOND-RUN12-SDR-19' --DataRunNumber '222525' --physicsList 'QGSP_BERT_HP' --postInclude 'PyJobTransforms/UseFrontier.py' AtlasG4_tf.py --inputEVNT_TRFile '/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/SimCoreTests/cavernbg-pythia8-7000.evgen.pool.root' --outputHITSFile 'test.HITS.pool.root' --maxEvents '5' --skipEvents '0' --randomSeed '8765' --geometryVersion 'ATLAS-R2-2015-03-01-00_VALIDATION' --conditionsTag 'OFLCOND-RUN12-SDR-19' --DataRunNumber '222525' --physicsList 'QGSP_BERT_HP' --postInclude 'PyJobTransforms/UseFrontier.py'
SCRIPT_DIRECTORY=$1 SCRIPT_DIRECTORY=$1
PACKAGE=$2 PACKAGE=$2
......
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