File indexing completed on 2025-01-18 09:15:50
0001
0002
0003 if [ $1 == "ORNLMulti" ]; then
0004 for i in 442 ; do
0005
0006 root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"TestingORNLLocal/04_11_2024_SinglePhotonTest/Run$i\_list.root\"\,\"ProcessedData/SinglePhotonORNL\"\,$i\,0\,0\,0\,0\,\"configs/mappingA16_SinglePhoton.txt\"\,kTRUE\,\"configs/ORNL_RunNumbers.txt\"\)
0007 done
0008 elif [ $1 == "new" ]; then
0009
0010 for i in 438 439 440 441 442 443 444 450 445 446 447 448 449 451 452 453 454 ; do
0011 root -b -x -q -l makeSinglePhotonSpectraFitsFromJanusTree.C\+\(\"TestingORNLLocal/04_11_2024_SinglePhotonTest/Run$i\_list.root\"\,\"ProcessedData/SinglePhotonORNLNew\"\,$i\,0\,0\,1\,0\,\"configs/mappingA16_SinglePhoton.txt\"\,kTRUE\,\"configs/ORNL_RunNumbers.txt\"\)
0012 done
0013 elif [ $1 == "FullA15" ]; then
0014
0015 for i in 442 ; do
0016 root -b -x -q -l makeSinglePhotonSpectraFitsFromJanusTree02.C\+\(\"TestingORNLLocal/05_27_2024_SinglePhoton/Run$i\_list.root\"\,\"ProcessedData/SinglePhotonORNL_May2024\"\,$i\,0\,0\,1\,0\,\"configs/mappingA15_SinglePhoton.txt\"\,kTRUE\,\"configs/ORNL_RunNumbers_May2024.txt\"\)
0017 done
0018 elif [ $1 == "FullC001" ]; then
0019 for i in 656 ; do
0020 root -b -x -q -l makeSinglePhotonSpectraFitsFromJanusTree.C\+\(\"TestingORNLLocal/05_27_2024_SinglePhoton/C001/Run$i\_list.root\"\,\"ProcessedData/SinglePhotonORNL_June2024_C001\"\,$i\,0\,0\,1\,1\,\"configs/mappingCxx_SinglePhoton_1.txt\"\,kTRUE\,\"configs/ORNL_RunNumbers_May2024.txt\"\)
0021 done
0022 fi