File indexing completed on 2025-01-18 09:15:50
0001
0002
0003 if [ $1 == "allEScan" ]; then
0004 for i in 52 ; do
0005
0006 root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"202309_SPSH4/pionsEnergyScan/Run$i\_list.root\"\,\"ProcessedData/PionEnergyScan\"\,$i\,0\,0\,0\,1\,\"configs/mappingTBSetup_SPS1stdays_extended.txt\"\)
0007 done
0008
0009 elif [ $1 == "position" ]; then
0010 for i in 30 31 32 33 34 35 36 150 152 153; do
0011
0012 root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"202309_SPSH4/pions360GeV_PositionScan/Run$i\_list.root\"\,\"ProcessedData/PionPositionScan\"\,$i\,0\,0\,0\,1\,\"configs/mappingTBSetup_SPS1stdays_extended.txt\"\)
0013 done
0014 for i in 120 121; do
0015 root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"202309_SPSH4/pion300GeV_positionScan/Run$i\_list.root\"\,\"ProcessedData/PionPositionScan\"\,$i\,0\,0\,0\,1\,\"configs/mappingTBSetup_SPS1stdays_extended.txt\"\)
0016 done
0017
0018 elif [ $1 == "electron" ]; then
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032
0033
0034
0035
0036
0037 for i in 3 20 21 22 23 24 150 152 153 ; do
0038 root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"/media/fbock/FrediExt4TB/LFHCAL_TB/202309_SPSH4/electrons100GeV_positionScan/Run$i\_list.root\"\,\"ProcessedData/ElectronEnergyScan\"\,$i\,0\,0\,0\,1\,\"configs/mappingTBSetup_SPS1stdays_extended.txt\"\,kFALSE\)
0039 done
0040 elif [ $1 == "ORNLstack" ]; then
0041 for i in 525 ; do
0042 root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"TestingORNLLocal/SingleTileCosmicsStack/Run$i\_list.root\"\,\"ProcessedData/ORNLSingleStackCosmics\"\,$i\,0\,0\,1\,2\,\"configs/mappingORNLTestSetup_SingleTIle_240617.txt\"\,kTRUE\,\"configs/ORNL_RunNumbers_May2024.txt\"\)
0043 done
0044
0045
0046 elif [ $1 == "compVov" ]; then
0047
0048 root -b -x -q -l 'CompareDifferentRuns.C+("configs/gainScan2.txt","CompareGain/",0,1,"configs/mappingTBSetup_SPS1stdays_extended.txt","configs/SPS_RunNumbers.txt")'
0049 elif [ $1 == "compAll" ]; then
0050
0051 root -b -x -q -l 'CompareDifferentRuns.C+("configs/gainAll.txt","CompareAll/",0,1,"configs/mappingTBSetup_SPS1stdays_extended.txt","configs/SPS_RunNumbers.txt")'
0052 elif [ $1 == "compElec" ]; then
0053
0054 root -b -x -q -l 'CompareDifferentRuns.C+("configs/allElectron.txt","CompareElec/",0,1,"configs/mappingTBSetup_SPS1stdays_extended.txt","configs/SPS_RunNumbers.txt")'
0055 root -b -x -q -l 'CompareDifferentRuns.C+("configs/electrons100GeV.txt","CompareElec100GeV/",0,1,"configs/mappingTBSetup_SPS1stdays_extended.txt","configs/SPS_RunNumbers.txt")'
0056 else
0057 root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"202309_SPSH4/pionsEnergyScan/Run$1\_list.root\"\,\"ProcessedData/PionEnergyScan\"\,$1\,0\,0\,0\,1\,\"configs/mappingORNLTestSetup_SingleTIle_240617.txt\"\,kFALSE\)
0058 fi