Skip to content
Snippets Groups Projects
Commit af3f6819 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'RecExRecoTest_tauReco_March2019' into 'master'

Rec ex reco test tau reco march2019

See merge request atlas/athena!22087
parents 4c79ec47 0f3c7b7d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# art-description: Athena runs topoclustering from an ESD file
# art-type: grid
# art-include: 21.0/Athena
# art-include: 21.0-TrigMC/Athena
# art-include: master/Athena
# art-include: 21.3/Athena
# art-include: 21.9/Athena
athena tauRec/run_tau_standalone.py
echo "art-result: $?"
#!/bin/sh
#
# art-description: Athena runs topoclustering from an ESD file
# art-type: grid
# art-include: master/Athena
athena --threads=1 tauRec/run_tau_standalone.py
echo "art-result: $?"
...@@ -83,7 +83,7 @@ svcMgr += CondSvc() ...@@ -83,7 +83,7 @@ svcMgr += CondSvc()
include( "PerfMonGPerfTools/DisablePerfMon_jobOFragment.py" ) include( "PerfMonGPerfTools/DisablePerfMon_jobOFragment.py" )
# Input file # Input file
dataFile="/afs/cern.ch/work/a/adbailey/public/ESD/mc16_13TeV.301046.PowhegPythia8EvtGen_AZNLOCTEQ6L1_DYtautau_1000M1250.recon.ESD.e3649_s3170_r9466/ESD.11318157._000005.pool.root.1" dataFile="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecExRecoTest/mc16_13TeV.361022.Pythia8EvtGen_A14NNPDF23LO_jetjet_JZ2W.recon.ESD.e3668_s3170_r10572_homeMade.pool.root"
from AthenaCommon.AthenaCommonFlags import athenaCommonFlags from AthenaCommon.AthenaCommonFlags import athenaCommonFlags
athenaCommonFlags.FilesInput=[dataFile,dataFile] athenaCommonFlags.FilesInput=[dataFile,dataFile]
......
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