Skip to content
Snippets Groups Projects
Commit eb61b35b authored by Fabrice Balli's avatar Fabrice Balli :bee: Committed by Frank Winklmeier
Browse files

remove unused tests

remove unused tests
parent 3b89df7f
No related branches found
No related tags found
2 merge requests!78537remove unused tests,!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method
#!/bin/bash
#
# art-description: RAWtoALL (q443 test), PHYSVAL production and NTUP_PHYSVAL for jets
# art-type: grid
# art-include: main/Athena
# art-athena-mt: 8
# art-output: *.root
# art-output: dcube
# art-html: dcube
export ATHENA_CORE_NUMBER=8
Reco_tf.py \
--AMI q443 \
--CA "all:True" "RDOtoRDOTrigger:False" \
--conditionsTag 'default:OFLCOND-MC16-SDR-RUN2-12' \
--sharedWriter True \
--steering 'doRDO_TRIG' 'doTRIGtoALL' \
--outputAODFile myAOD.pool.root \
--athenaopts "HITtoRDO:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "RDOtoRDOTrigger:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" "RAWtoALL:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "AODtoDAOD:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" \
--postExec 'from AthenaAuditors.AthenaAuditorsConf import FPEAuditor;FPEAuditor.NStacktracesOnFPE=10;' \
--maxEvents 1000
rc1=$?
echo "art-result: ${rc1} Reco_tf"
Derivation_tf.py \
--CA \
--inputAODFile myAOD.pool.root \
--outputDAODFile pool.root \
--sharedWriter True \
--multiprocess True \
--formats PHYSVAL \
--postExec 'from AthenaAuditors.AthenaAuditorsConf import FPEAuditor;FPEAuditor.NStacktracesOnFPE=10' \
--maxEvents -1
rc2=$?
echo "art-result: ${rc2} PHYSVAL"
Derivation_tf.py \
--CA \
--inputDAOD_PHYSVALFile "DAOD_PHYSVAL.pool.root" \
--outputNTUP_PHYSVALFile "nightly_jet.PHYSVAL.root" \
--validationFlags doJet \
--format NTUP_PHYSVAL \
--maxEvents -1
rc3=$?
echo "art-result: ${rc3} NTUP_PHYSVAL"
if [ ${rc3} -eq 0 ]
then
art.py download --user=artprod --dst=last_results JetValidation test_jet
# Histogram comparison with DCube
dcubeXML="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/JetValidation/DCUBE/jet.xml"
dcubeRef="last_results/nightly_jet.PHYSVAL.root"
$ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py -p -c ${dcubeXML} -r ${dcubeRef} -x dcube nightly_jet.PHYSVAL.root
rc4=$?
fi
echo "art-result: ${rc4} dcube"
#!/bin/bash
#
# art-description: RAWtoALL (q443 test), PHYSVAL production and NTUP_PHYSVAL for jets with no pT threshold
# art-type: grid
# art-include: main/Athena
# art-athena-mt: 8
# art-output: *.root
# art-output: dcube
# art-html: dcube
export ATHENA_CORE_NUMBER=8
Reco_tf.py \
--AMI q443 \
--CA "all:True" "RDOtoRDOTrigger:False" \
--conditionsTag 'default:OFLCOND-MC16-SDR-RUN2-12' \
--sharedWriter True \
--steering 'doRDO_TRIG' 'doTRIGtoALL' \
--outputAODFile myAOD.pool.root \
--athenaopts "HITtoRDO:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "RDOtoRDOTrigger:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" "RAWtoALL:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "AODtoDAOD:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" \
--postExec 'from AthenaAuditors.AthenaAuditorsConf import FPEAuditor;FPEAuditor.NStacktracesOnFPE=10;' \
--maxEvents 1000
rc1=$?
echo "art-result: ${rc1} Reco_tf"
Derivation_tf.py \
--CA \
--inputAODFile myAOD.pool.root \
--outputDAODFile pool.root \
--sharedWriter True \
--multiprocess True \
--formats PHYSVAL \
--preExec 'flags.Jet.useCalibJetThreshold=False' \
--postExec 'from AthenaAuditors.AthenaAuditorsConf import FPEAuditor;FPEAuditor.NStacktracesOnFPE=10' \
--maxEvents -1
rc2=$?
echo "art-result: ${rc2} PHYSVAL"
Derivation_tf.py \
--CA \
--inputDAOD_PHYSVALFile "DAOD_PHYSVAL.pool.root" \
--outputNTUP_PHYSVALFile "nightly_jet_noPtCut.PHYSVAL.root" \
--validationFlags doJet \
--format NTUP_PHYSVAL \
--maxEvents -1
rc3=$?
echo "art-result: ${rc3} NTUP_PHYSVAL"
if [ ${rc3} -eq 0 ]
then
art.py download --user=artprod --dst=last_results JetValidation test_jet_noPtCut
# Histogram comparison with DCube
dcubeXML="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/JetValidation/DCUBE/jet.xml"
dcubeRef="last_results/nightly_jet_noPtCut.PHYSVAL.root"
$ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py -p -c ${dcubeXML} -r ${dcubeRef} -x dcube nightly_jet_noPtCut.PHYSVAL.root
rc4=$?
fi
echo "art-result: ${rc4} dcube"
#!/bin/bash
#
# art-description: RAWtoALL (q443 test), PHYSVAL production and NTUP_PHYSVAL for ptmiss
# art-type: grid
# art-include: main/Athena
# art-athena-mt: 8
# art-output: *.root
# art-output: dcube
# art-html: dcube
export ATHENA_CORE_NUMBER=8
Reco_tf.py \
--AMI q443 \
--CA "all:True" "RDOtoRDOTrigger:False" \
--conditionsTag 'default:OFLCOND-MC16-SDR-RUN2-12' \
--sharedWriter True \
--steering 'doRDO_TRIG' 'doTRIGtoALL' \
--outputAODFile myAOD.pool.root \
--athenaopts "HITtoRDO:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "RDOtoRDOTrigger:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" "RAWtoALL:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "AODtoDAOD:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" \
--postExec 'from AthenaAuditors.AthenaAuditorsConf import FPEAuditor;FPEAuditor.NStacktracesOnFPE=10;' \
--maxEvents 1000
rc1=$?
echo "art-result: ${rc1} Reco_tf"
Derivation_tf.py \
--CA \
--inputAODFile myAOD.pool.root \
--outputDAODFile pool.root \
--sharedWriter True \
--multiprocess True \
--formats PHYSVAL \
--postExec 'from AthenaAuditors.AthenaAuditorsConf import FPEAuditor;FPEAuditor.NStacktracesOnFPE=10' \
--maxEvents -1
rc2=$?
echo "art-result: ${rc2} PHYSVAL"
Derivation_tf.py \
--CA \
--inputDAOD_PHYSVALFile "DAOD_PHYSVAL.pool.root" \
--outputNTUP_PHYSVALFile "nightly_met.PHYSVAL.root" \
--validationFlags doMET \
--format NTUP_PHYSVAL \
--maxEvents -1
rc3=$?
echo "art-result: ${rc3} NTUP_PHYSVAL"
if [ ${rc3} -eq 0 ]
then
art.py download --user=artprod --dst=last_results JetValidation test_met
# Histogram comparison with DCube
dcubeXML="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/JetValidation/DCUBE/met.xml"
dcubeRef="last_results/nightly_met.PHYSVAL.root"
$ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py -p -c ${dcubeXML} -r ${dcubeRef} -x dcube nightly_met.PHYSVAL.root
rc4=$?
fi
echo "art-result: ${rc4} dcube"
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