Skip to content
Snippets Groups Projects
Commit 84a17f39 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser Committed by Melissa Yexley
Browse files

DirectIOART: remove obsolete tests and update Sim_tf tests

DirectIOART: remove obsolete tests and update Sim_tf tests
parent 7cd08e99
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 251 deletions
......@@ -8,5 +8,3 @@ atlas_subdir( DirectIOART )
# Install files from the package:
atlas_install_scripts( test/*.sh test/*.py )
# Install joboptions
atlas_install_joboptions( share/*.py )
theApp.EvtMax = 1000
import AthenaRootComps.ReadAthenaxAODHybrid
algseq = CfgMgr.AthSequencer("AthAlgSeq")
algseq += CfgMgr.ParticleSelectionAlg("DirectIOAthAnalysisARTAlg",
OutputLevel = VERBOSE,
InputContainer = "Muons",
OutputContainer = 'MyMuons',
Selection = "Muons.pt > 15.0*GeV"
)
#!/bin/bash
# art-description: DirectIOART AnalysisBase xAODChecker protocol=DAVS
# art-type: grid
# art-include: 21.2/AnalysisBase
set -e
xAODChecker davs://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlaslocalgroupdisk/rucio/data18_13TeV/e6/c2/DAOD_MUON0.14316152._000001.pool.root.1
echo "art-result: $? DirectIOART_AnalysisBase_xAODChecker_protocol_DAVS"
PFC_FILE=PoolFileCatalog.xml
touch $PFC_FILE
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>" >> $PFC_FILE
echo "<!-- Edited By POOL -->" >> $PFC_FILE
echo "<!DOCTYPE POOLFILECATALOG SYSTEM \"InMemory\">" >> $PFC_FILE
echo "<POOLFILECATALOG>" >> $PFC_FILE
echo "" >> $PFC_FILE
echo "</POOLFILECATALOG>" >> $PFC_FILE
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AnalysisBase xAODChecker protocol=HTTPS
# art-type: grid
# art-include: 21.2/AnalysisBase
set -e
xAODChecker https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlaslocalgroupdisk/rucio/data18_13TeV/e6/c2/DAOD_MUON0.14316152._000001.pool.root.1
echo "art-result: $? DirectIOART_AnalysisBase_xAODChecker_protocol_HTTPS"
PFC_FILE=PoolFileCatalog.xml
touch $PFC_FILE
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>" >> $PFC_FILE
echo "<!-- Edited By POOL -->" >> $PFC_FILE
echo "<!DOCTYPE POOLFILECATALOG SYSTEM \"InMemory\">" >> $PFC_FILE
echo "<POOLFILECATALOG>" >> $PFC_FILE
echo "" >> $PFC_FILE
echo "</POOLFILECATALOG>" >> $PFC_FILE
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AnalysisBase xAODChecker protocol=ROOT
# art-type: grid
# art-include: 21.2/AnalysisBase
set -e
xAODChecker root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlaslocalgroupdisk/rucio/data18_13TeV/e6/c2/DAOD_MUON0.14316152._000001.pool.root.1
echo "art-result: $? DirectIOART_AnalysisBase_xAODChecker_protocol_ROOT"
PFC_FILE=PoolFileCatalog.xml
touch $PFC_FILE
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>" >> $PFC_FILE
echo "<!-- Edited By POOL -->" >> $PFC_FILE
echo "<!DOCTYPE POOLFILECATALOG SYSTEM \"InMemory\">" >> $PFC_FILE
echo "<POOLFILECATALOG>" >> $PFC_FILE
echo "" >> $PFC_FILE
echo "</POOLFILECATALOG>" >> $PFC_FILE
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AthAnalysis ParticleSelectionAlg protocol=DAVS
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthAnalysis
set -e
athena --filesInput="davs://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1" DirectIOART/DirectIOARTAthAnalysisJobOptions.py
echo "art-result: $? DirectIOART_AthAnalysis_ParticleSelectionAlg_protocol_DAVS"
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AthAnalysis ParticleSelectionAlg protocol=HTTPS
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthAnalysis
set -e
athena --filesInput="https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1" DirectIOART/DirectIOARTAthAnalysisJobOptions.py
echo "art-result: $? DirectIOART_AthAnalysis_ParticleSelectionAlg_protocol_HTTPS"
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AthAnalysis ParticleSelectionAlg protocol=ROOT
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthAnalysis
set -e
athena --filesInput="root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1" DirectIOART/DirectIOARTAthAnalysisJobOptions.py
echo "art-result: $? DirectIOART_AthAnalysis_ParticleSelectionAlg_protocol_ROOT"
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AthDerivation Reco_tf.py inputFile:RDO protocol=DAVS reductionConf:TEST1
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthDerivation
set -e
Reco_tf.py --inputAODFile davs://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1 --outputDAODFile art.pool.root --reductionConf TEST1 --maxEvents 100
echo "art-result: $? DirectIOART_AthDerivation_RecoTF_inputAOD_protocol_DAVS_TEST1"
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AthDerivation Reco_tf.py inputFile:RDO protocol=HTTPS reductionConf:TEST1
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthDerivation
set -e
Reco_tf.py --inputAODFile https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1 --outputDAODFile art.pool.root --reductionConf TEST1 --maxEvents 100
echo "art-result: $? DirectIOART_AthDerivation_RecoTF_inputAOD_protocol_HTTPS_TEST1"
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART AthDerivation Reco_tf.py inputFile:RDO protocol=ROOT reductionConf:TEST1
# art-type: grid
# art-output: *.pool.root
# art-include: 21.2/AthDerivation
set -e
Reco_tf.py --inputAODFile root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc15_13TeV/ed/68/AOD.05536542._000001.pool.root.1 --outputDAODFile art.pool.root --reductionConf TEST1 --maxEvents 100
echo "art-result: $? DirectIOART_AthDerivation_RecoTF_inputAOD_protocol_ROOT_TEST1"
\ No newline at end of file
#!/bin/bash
# art-description: DirectIOART Athena Reco_tf.py inputFile:RAW protocol=DAVS
# art-type: grid
# art-output: *.pool.root
set -e
Reco_tf.py --AMI q442 --inputBSFile davs://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root --ignoreErrors True
echo "art-result: $? DirectIOART_Athena_RecoTF_inputBS_protocol_DAVS"
#!/bin/bash
# art-description: DirectIOART Athena Reco_tf.py inputFile:RAW protocol=HTTPS
# art-type: grid
# art-output: *.pool.root
set -e
Reco_tf.py --AMI q442 --inputBSFile https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root --ignoreErrors True
echo "art-result: $? DirectIOART_Athena_RecoTF_inputBS_protocol_HTTPS"
#!/bin/bash
# art-description: DirectIOART Athena Reco_tf.py inputFile:RAW protocol=ROOT
# art-type: grid
# art-output: *.pool.root
set -e
Reco_tf.py --AMI q442 --inputBSFile root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root --ignoreErrors True
echo "art-result: $? DirectIOART_Athena_RecoTF_inputBS_protocol_ROOT"
#!/bin/bash
# art-description: DirectIOART Athena Reco_tf.py inputFile:RDO protocol=DAVS
# art-type: grid
# art-output: *.pool.root
# art-athena-mt: 8
set -e
unset ATHENA_PROC_NUMBER; unset ATHENA_CORE_NUMBER; Reco_tf.py --AMI q443 --steering "doRDO_TRIG" "doTRIGtoALL" --inputRDOFile davs://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc16_13TeV/90/96/RDO.11373415._000001.pool.root.1 --outputRDO_TRIGFile art.pool.root --maxEvents 25
echo "art-result: $? DirectIOART_Athena_RecoTF_inputRDO_protocol_DAVS"
#!/bin/bash
# art-description: DirectIOART Athena Reco_tf.py inputFile:RDO protocol=HTTPS
# art-type: grid
# art-output: *.pool.root
# art-athena-mt: 8
set -e
unset ATHENA_PROC_NUMBER; unset ATHENA_CORE_NUMBER; Reco_tf.py --AMI q443 --steering "doRDO_TRIG" "doTRIGtoALL" --inputRDOFile https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc16_13TeV/90/96/RDO.11373415._000001.pool.root.1 --outputRDO_TRIGFile art.pool.root --maxEvents 25
echo "art-result: $? DirectIOART_Athena_RecoTF_inputRDO_protocol_HTTPS"
#!/bin/bash
# art-description: DirectIOART Athena Reco_tf.py inputFile:RDO protocol=ROOT
# art-type: grid
# art-output: *.pool.root
# art-athena-mt: 8
set -e
unset ATHENA_PROC_NUMBER; unset ATHENA_CORE_NUMBER; Reco_tf.py --AMI=q443 --steering "doRDO_TRIG" "doTRIGtoALL" --inputRDOFile root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/mc16_13TeV/90/96/RDO.11373415._000001.pool.root.1 --outputRDO_TRIGFile art.pool.root --maxEvents 25
echo "art-result: $? DirectIOART_Athena_RecoTF_inputRDO_protocol_ROOT"
#!/bin/bash
# art-description: DirectIOART AthenaMP Reco_tf.py inputFile:RAW protocol=DAVS
# art-type: grid
# art-output: *.pool.root
# art-athena-mt: 2
set -e
export ATHENA_CORE_NUMBER=2
Reco_tf.py --AMI q442 --multiprocess --inputBSFile davs://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root --ignoreErrors True
echo "art-result: $? DirectIOART_AthenaMP_RecoTF_inputBS_protocol_DAVS"
#!/bin/bash
# art-description: DirectIOART AthenaMP Reco_tf.py inputFile:RAW protocol=HTTPS
# art-type: grid
# art-output: *.pool.root
# art-athena-mt: 2
set -e
export ATHENA_CORE_NUMBER=2
Reco_tf.py --AMI q442 --multiprocess --inputBSFile https://lcg-lrz-http.grid.lrz.de:443/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root --ignoreErrors True
echo "art-result: $? DirectIOART_AthenaMP_RecoTF_inputBS_protocol_HTTPS"
#!/bin/bash
# art-description: DirectIOART AthenaMP Reco_tf.py inputFile:RAW protocol=ROOT
# art-type: grid
# art-output: *.pool.root
# art-athena-mt: 2
set -e
export ATHENA_CORE_NUMBER=2
Reco_tf.py --AMI q442 --multiprocess --inputBSFile root://lcg-lrz-rootd.grid.lrz.de:1094/pnfs/lrz-muenchen.de/data/atlas/dq2/atlasdatadisk/rucio/data15_13TeV/71/42/data15_13TeV.00284285.physics_Main.daq.RAW._lb0856._SFO-1._0003.data --outputESDFile art.pool.root --ignoreErrors True
echo "art-result: $? DirectIOART_AthenaMP_RecoTF_inputBS_protocol_ROOT"
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