Warning, /analysis/EnergyCorrelatorsJets/ColdQCDENC/SEnergyCorrelator/RunENCCalculationOnCondor.job is written in an unsupported language. File is not indexed.
0001 # -----------------------------------------------------------------------------
0002 # \file RunENCCalculationOnCondor.job
0003 # \author Derek Anderson
0004 # \date 03.20.2024
0005 #
0006 # Job file to run RunENCCalculation.cxx on condor.
0007 # -----------------------------------------------------------------------------
0008
0009 # generic parameters
0010 Universe = vanilla
0011 notification = Never
0012
0013 # executable parameters
0014 Executable = RunENCCalculationOnCondor.sh
0015 Initialdir = ./
0016 request_memory = 8GB
0017 transfer_input_files = RunENCCalculation.cxx,EnergyCorrelatorOptions.h
0018
0019 # output parameters
0020 Output = /sphenix/user/danderson/eec/SEnergyCorrelator/log/testCalc.out
0021 Error = /sphenix/user/danderson/eec/SEnergyCorrelator/log/testCalc.err
0022 Log = /sphenix/user/danderson/eec/SEnergyCorrelator/log/testCalc.log
0023
0024 # queue jobs
0025 Queue
0026
0027 # end -------------------------------------------------------------------------