Skip to content
Snippets Groups Projects
Commit 76cc8150 authored by Alessandro Sala's avatar Alessandro Sala
Browse files

Adding SUSY20 derivation ARTs

parent c9706e27
No related branches found
No related tags found
No related merge requests found
Pipeline #8498351 passed
#!/bin/sh
# art-include: main/Athena
# art-description: DAOD building SUSY20 data18
# art-type: grid
# art-output: *.pool.root
set -e
Derivation_tf.py \
--inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/CampaignInputs/data18/AOD/data18_13TeV.00357772.physics_Main.merge.AOD.r13286_p4910/1000events.AOD.27655096._000455.pool.root.1 \
--outputDAODFile art.pool.root \
--formats SUSY20 \
--maxEvents -1 \
rc=$?
echo "art-result: $? derivation"
status=$rc
rc2=-9999
if [ $rc -eq 0 ]
then
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 3 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
rc2=$?
status=$rc2
fi
echo "art-result: $rc2 regression"
exit $status
\ No newline at end of file
#!/bin/sh
# art-include: main/Athena
# art-description: DAOD building SUSY20 data22
# art-type: grid
# art-output: *.pool.root
set -e
Derivation_tf.py \
--inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/CampaignInputs/data22/AOD/data22_13p6TeV.00431906.physics_Main.merge.AOD.r13928_p5279/1000events.AOD.30220215._001367.pool.root.1 \
--outputDAODFile art.pool.root \
--formats SUSY20 \
--maxEvents -1 \
rc=$?
echo "art-result: $? derivation"
status=$rc
rc2=-9999
if [ $rc -eq 0 ]
then
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 3 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
rc2=$?
status=$rc2
fi
echo "art-result: $rc2 regression"
exit $status
\ No newline at end of file
#!/bin/sh
# art-include: main/Athena
# art-description: DAOD building SUSY20 mc20
# art-type: grid
# art-output: *.pool.root
set -e
Derivation_tf.py \
--inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/CampaignInputs/mc20/AOD/mc20_13TeV.410470.PhPy8EG_A14_ttbar_hdamp258p75_nonallhad.recon.AOD.e6337_s3681_r13145/1000events.AOD.27121237._002005.pool.root.1 \
--outputDAODFile art.pool.root \
--formats SUSY20 \
--maxEvents -1 \
rc=$?
echo "art-result: $? derivation"
status=$rc
rc2=-9999
if [ $rc -eq 0 ]
then
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 3 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
rc2=$?
status=$rc2
fi
echo "art-result: $rc2 regression"
exit $status
\ No newline at end of file
#!/bin/sh
# art-include: main/Athena
# art-description: DAOD building SUSY20 mc23
# art-type: grid
# art-output: *.pool.root
set -e
Derivation_tf.py \
--inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/CampaignInputs/mc23/AOD/mc23_13p6TeV.601229.PhPy8EG_A14_ttbar_hdamp258p75_SingleLep.recon.AOD.e8514_s4162_r14622/1000events.AOD.33799166._000073.pool.root.1 \
--outputDAODFile art.pool.root \
--formats SUSY20 \
--maxEvents -1 \
rc=$?
echo "art-result: $? derivation"
status=$rc
rc2=-9999
if [ $rc -eq 0 ]
then
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 3 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
rc2=$?
status=$rc2
fi
echo "art-result: $rc2 regression"
exit $status
\ No newline at end of file
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