#!/bin/bash #root -l -b -q 'DPMinel_samples.C+("/panda/myResults/DPMoutputDec2013/all_1_5/results/",124.63)' &> logDPMall_av_1_5 #root -l -b -q 'DPMinel_samples.C+("/panda/myResults/DPMoutputDec2013/all_15/results/",50.26)' &> logDPMall_av_15 root -l -b -q 'sumPDGcodes.C+(321,50.26,"/panda/myResults/DPMoutputDec2013/FTF/NoCut/mom_15/",true)' &> logChannelsKPl_15_noCut root -l -b -q 'sumPDGcodes.C+(-321,50.26,"/panda/myResults/DPMoutputDec2013/FTF/NoCut/mom_15/",true)' &> logChannelsKMn_15_noCut root -l -b -q 'sumPDGcodes.C+(211,50.26,"/panda/myResults/DPMoutputDec2013/FTF/NoCut/mom_15/",true)' &> logChannelsPiPl_15_noCut root -l -b -q 'sumPDGcodes.C+(-211,50.26,"/panda/myResults/DPMoutputDec2013/FTF/NoCut/mom_15/",true)' &> logChannelsPiMn_15_noCut root -l -b -q 'sumPDGcodes.C+(-2212,50.26,"/panda/myResults/DPMoutputDec2013/FTF/NoCut/mom_15/",true)' &> logChannelsBarP_15_noCut root -l -b -q 'sumPDGcodes.C+(2212,50.26,"/panda/myResults/DPMoutputDec2013/FTF/NoCut/mom_15/",true)' &> logChannelsP_15_noCut #root -l -b -q 'sumPDGcodes.C+(-211,50.26,"/panda/myResults/DPMoutputDec2013/all_15/results/",true)' &> logChannelsPiMn_15_worst #root -l -b -q 'sumPDGcodes.C+(-321,50.26,"/panda/myResults/DPMoutputDec2013/all_15/results/",true)' &> logChannelsKMn_15_worst ##root -l -b -q 'sumPDGcodes.C+(211,50.26,"/panda/myResults/DPMoutputDec2013/all_15/results/",true)' &> logChannelsPiPl_15_worst ##root -l -b -q 'sumPDGcodes.C+(2212,50.26,"/panda/myResults/DPMoutputDec2013/all_15/results/",true)' &> logChannelsP_15_worst