Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:13:18

0001 #!/bin/bash
0002 # -----------------------------------------------------------------------------
0003 # 'RunSigmaDcaCalculation.sh'
0004 # Derek Anderson
0005 # 10.12.2023
0006 #
0007 # Small script to run sigma-dca/dca calculation
0008 # -----------------------------------------------------------------------------
0009 
0010 root -b -q CalculateSigmaDca.cxx
0011 
0012 # end -------------------------------------------------------------------------