Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:16:16

0001 #!/bin/bash
0002 
0003 source /cvmfs/sphenix.sdcc.bnl.gov/gcc-8.3/opt/sphenix/core/bin/sphenix_setup.sh -n
0004 
0005 cd /sphenix/sim/sim01/sphnxpro/TrackingDailyBuild/
0006 
0007 if [ ! -d "$(date +"%Y")" ]; then
0008  mkdir "$(date +"%Y")"
0009 fi
0010 
0011 cd "$(date +"%Y")"
0012 
0013 if [ ! -d "$(date +"%d-%m")" ]; then
0014   mkdir "$(date +"%d-%m")"
0015 fi
0016 cd "$(date +"%d-%m")"
0017 
0018 mkdir MinBias3MHzStreamingppOutput
0019 
0020 git clone https://github.com/sPHENIX-Collaboration/analysis.git MinBias3MHzStreamingpp
0021 
0022 cd MinBias3MHzStreamingpp/Tracking/BenchmarkingTools/DailyCronJobScripts/MinBias3MHzStreamingpp
0023 
0024 mkdir logfiles
0025 
0026 git clone -b QA-tracking-streamingpp https://github.com/sPHENIX-Collaboration/macros.git
0027 
0028 condor_submit Run3MHzMBStreamingpp.job