Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:14:30

0001 #!/bin/bash
0002 
0003 echo "Sourcing sPHENIX setup scripts"
0004 source /opt/sphenix/core/bin/sphenix_setup.sh new -n
0005 source $OPT_SPHENIX/bin/setup_local.sh /sphenix/user/gmattson/install
0006 nProcess=$1
0007 
0008 cd /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor
0009 infile="job_filelists/hotmapcheck/job-$nProcess.list"
0010 echo "DST file is $infile"
0011 outfiledir="/sphenix/tg/tg01/coldqcd/gmattson/neutralMesonTSSA/pass3/dummyhists"
0012 mkdir -p "$outfiledir"
0013 outfile_hists="$outfiledir/dummyhists-$nProcess.root"
0014 echo "Output hists will be stored in $outfile"
0015 outfile_trees="$outfiledir/dummytrees-$nProcess.root"
0016 
0017 # For 2024 RD
0018 time root -b -q ../Fun4All_checkHotMaps.C'(1, "'$infile'", "'$outfile_hists'", "'$outfile_trees'")'