Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:15:50

0001 #! /bin/bash
0002 
0003 if [ $1 == "allEScan" ]; then
0004   for i in 52 ; do
0005 #   for i in 47 48 50 51 52 53 54 74 75 76 77 78 79 80 81 82 142 143 144 145 146 147 148 149 ; do
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 #position scan
0009 elif [ $1 == "position" ]; then
0010   for i in 30 31 32 33 34 35 36 150 152 153; do
0011 #   for i in 150 152 153; do
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 #   for i in 99 100 101 102 104 124 125 ; do
0020 #     root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"/media/fbock/FrediExt4TB/LFHCAL_TB/202309_SPSH4/electron60GeV-VoltageScan/Run$i\_list.root\"\,\"ProcessedData/ElectronVoltageScan\"\,$i\,0\,0\,0\,1\,\"configs/mappingTBSetup_SPS1stdays_extended.txt\"\)
0021 #   done
0022 
0023 #   for i in 105 106 107 108 ; do
0024 #     root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"/media/fbock/FrediExt4TB/LFHCAL_TB/202309_SPSH4/electron60GeV_GainScan/Run$i\_list.root\"\,\"ProcessedData/ElectronVoltageScan\"\,$i\,0\,0\,0\,1\,\"configs/mappingTBSetup_SPS1stdays_extended.txt\"\)
0025 #   done
0026 
0027 #   for i in 55 56 57 58 59 ; do  
0028 #   for i in 60 61 62 63 64 ; do
0029 #   for i in 65 66 67 68 69 ; do
0030 #   for i in 70 71 72 73 83; do
0031 #   for i in 85 86 87 88 89; do
0032 #   for i in 90 91 140 141; do
0033 #   for i in 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 83 85 86 87 88 89 90 91 140 141 ; do
0034 #     root -b -x -q -l makeSimplePlotsFromJanusTree.C\+\(\"/media/fbock/FrediExt4TB/LFHCAL_TB/202309_SPSH4/electron_EnergyScan/Run$i\_list.root\"\,\"ProcessedData/ElectronEnergyScan\"\,$i\,0\,0\,0\,1\,\"configs/mappingTBSetup_SPS1stdays_extended.txt\"\,kFALSE\)
0035 #   done
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