Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:11:00

0001 #!/bin/bash
0002 # -----------------------------------------------------------------------------
0003 # 'DoFastTrackCutStudy.sh'
0004 # Derek Anderson
0005 # 03.30.2023
0006 #
0007 # A script to run 'DoFastTrackCutStudy.C'
0008 # -----------------------------------------------------------------------------
0009 
0010 root -b -q "DoFastTrackCutStudy.C(false)"
0011 
0012 # end -------------------------------------------------------------------------