Skip to content
Snippets Groups Projects
Commit b4e93c20 authored by Cristiano Alpigiani's avatar Cristiano Alpigiani
Browse files

Adding T0 MT chain tests for PHYS, PHYLITE, PHYSVAL to master

This MR is to add T0 MT chain tests for PHYS, PHYLITE, PHYSVAL to master. Tests are based on the 21.2/AthDerivation ART tests.
parent fcbdffaa
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# art-include: master/Athena
# art-description: DAOD building PHYSLITE data18
# art-type: grid
# art-output: *.pool.root
# art-output: checkFile.txt
# art-output: checkxAOD.txt
# art-athena-mt: 8
set -e
Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/data18_13TeV.00364292.physics_Main.merge.AOD.f1002_m2037._lb0163._0006.1 --outputDAODFile art.pool.root --reductionConf PHYSLITE --maxEvents -1 --multithreaded="True" --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True); from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12Onl-08-49"; from AthenaCommon.AlgSequence import AlgSequence; topSequence = AlgSequence(); topSequence += CfgMgr.xAODMaker__DynVarFixerAlg( "InDetTrackParticlesFixer", Containers = [ "InDetTrackParticlesAux." ] )'
echo "art-result: $? reco"
DAODMerge_tf.py --inputDAOD_PHYSLITEFile DAOD_PHYSLITE.art.pool.root --outputDAOD_PHYSLITE_MRGFile art_merged.pool.root
echo "art-result: $? merge"
checkFile.py DAOD_PHYSLITE.art.pool.root > checkFile.txt
echo "art-result: $? checkfile"
checkxAOD.py DAOD_PHYSLITE.art.pool.root > checkxAOD.txt
echo "art-result: $? checkxAOD"
#!/bin/sh
# art-include: master/Athena
# art-description: DAOD building PHYSVAL data18
# art-type: grid
# art-output: *.pool.root
# art-output: checkFile.txt
# art-output: checkxAOD.txt
# art-athena-mt: 8
set -e
Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/data18_13TeV.00364292.physics_Main.merge.AOD.f1002_m2037._lb0163._0006.1 --outputDAODFile art.pool.root --reductionConf PHYSVAL --maxEvents -1 --multithreaded="True" --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True); from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12Onl-08-49"; from AthenaCommon.AlgSequence import AlgSequence; topSequence = AlgSequence(); topSequence += CfgMgr.xAODMaker__DynVarFixerAlg( "InDetTrackParticlesFixer", Containers = [ "InDetTrackParticlesAux." ] )'
echo "art-result: $? reco"
DAODMerge_tf.py --inputDAOD_PHYSVALFile DAOD_PHYSVAL.art.pool.root --outputDAOD_PHYSVAL_MRGFile art_merged.pool.root
echo "art-result: $? merge"
checkFile.py DAOD_PHYSVAL.art.pool.root > checkFile.txt
echo "art-result: $? checkfile"
checkxAOD.py DAOD_PHYSVAL.art.pool.root > checkxAOD.txt
echo "art-result: $? checkxAOD"
#!/bin/sh
# art-include: master/Athena
# art-description: DAOD building PHYS data18
# art-type: grid
# art-output: *.pool.root
# art-output: checkFile.txt
# art-output: checkxAOD.txt
# art-athena-mt: 8
set -e
Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/data18_13TeV.00364292.physics_Main.merge.AOD.f1002_m2037._lb0163._0006.1 --outputDAODFile art.pool.root --reductionConf PHYS --maxEvents -1 --multithreaded="True" --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True); from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12Onl-08-49"; from AthenaCommon.AlgSequence import AlgSequence; topSequence = AlgSequence(); topSequence += CfgMgr.xAODMaker__DynVarFixerAlg( "InDetTrackParticlesFixer", Containers = [ "InDetTrackParticlesAux." ] )'
echo "art-result: $? reco"
DAODMerge_tf.py --inputDAOD_PHYSFile DAOD_PHYS.art.pool.root --outputDAOD_PHYS_MRGFile art_merged.pool.root
echo "art-result: $? merge"
checkFile.py DAOD_PHYS.art.pool.root > checkFile.txt
echo "art-result: $? checkfile"
checkxAOD.py DAOD_PHYS.art.pool.root > checkxAOD.txt
echo "art-result: $? checkxAOD"
#!/bin/sh
# art-include: master/Athena
# art-description: DAOD building PHYSLITE mc16
# art-type: grid
# art-output: *.pool.root
# art-output: checkFile.txt
# art-output: checkxAOD.txt
# art-athena-mt: 8
set -e
Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf PHYSLITE --maxEvents -1 --multithreaded="True" --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-49" '
echo "art-result: $? reco"
DAODMerge_tf.py --inputDAOD_PHYSLITEFile DAOD_PHYSLITE.art.pool.root --outputDAOD_PHYSLITE_MRGFile art_merged.pool.root
echo "art-result: $? merge"
checkFile.py DAOD_PHYSLITE.art.pool.root > checkFile.txt
echo "art-result: $? checkfile"
checkxAOD.py DAOD_PHYSLITE.art.pool.root > checkxAOD.txt
echo "art-result: $? checkxAOD"
#!/bin/sh
# art-include: master/Athena
# art-description: DAOD building PHYSVAL mc16
# art-type: grid
# art-output: *.pool.root
# art-output: checkFile.txt
# art-output: checkxAOD.txt
# art-athena-mt: 8
set -e
Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf PHYSVAL --maxEvents -1 --multithreaded="True" --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-49" '
echo "art-result: $? reco"
DAODMerge_tf.py --inputDAOD_PHYSVALFile DAOD_PHYSVAL.art.pool.root --outputDAOD_PHYSVAL_MRGFile art_merged.pool.root
echo "art-result: $? merge"
checkFile.py DAOD_PHYSVAL.art.pool.root > checkFile.txt
echo "art-result: $? checkfile"
checkxAOD.py DAOD_PHYSVAL.art.pool.root > checkxAOD.txt
echo "art-result: $? checkxAOD"
#!/bin/sh
# art-include: master/Athena
# art-description: DAOD building PHYS mc16
# art-type: grid
# art-output: *.pool.root
# art-output: checkFile.txt
# art-output: checkxAOD.txt
# art-athena-mt: 8
set -e
Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf PHYS --maxEvents -1 --multithreaded="True" --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-49" '
echo "art-result: $? reco"
DAODMerge_tf.py --inputDAOD_PHYSFile DAOD_PHYS.art.pool.root --outputDAOD_PHYS_MRGFile art_merged.pool.root
echo "art-result: $? merge"
checkFile.py DAOD_PHYS.art.pool.root > checkFile.txt
echo "art-result: $? checkfile"
checkxAOD.py DAOD_PHYS.art.pool.root > checkxAOD.txt
echo "art-result: $? checkxAOD"
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