Warning, /analysis/AndersonTrackModules/STrackMatchingComparator/scripts/RunNewTruthMatcherOnCondor.job is written in an unsupported language. File is not indexed.
0001 # -----------------------------------------------------------------------------
0002 # 'RunNewTruthMatcherOnCondor.job'
0003 # Derek Anderson
0004 # 08.10.2023
0005 #
0006 # Job file to run F4A driver macro
0007 # to test new truth-track matcher.
0008 # -----------------------------------------------------------------------------
0009
0010 # generic parameters
0011 Universe = vanilla
0012 notification = Never
0013
0014 # executable parameters
0015 Executable = RunNewTruthMatcherOnCondor.sh
0016 Arguments = sPhenixG4_oneMatchPerParticleAndEmbedScanOff_run0file$(process).et020n1pim.d4m1y2024.root
0017 PeriodicHold = ((NumJobStarts >= 1) && (JobStatus == 1))
0018 Initialdir = ./
0019 request_memory = 8GB
0020
0021 # output parameters
0022 Output = ./log/newTruthTrackMatcherTest_$(process).out
0023 Error = ./log/newTruthTrackMatcherTest_$(process).err
0024 Log = ./log/newTruthTrackMatcherTest_$(process).log
0025
0026 # queue jobs
0027 Queue 500
0028
0029 # end -------------------------------------------------------------------------