diff --git a/data/db/ratio.root b/data/db/ratio.root index e172988..2b7148f 100644 --- a/data/db/ratio.root +++ b/data/db/ratio.root Binary files differ diff --git a/data/db/systVolt.root b/data/db/systVolt.root index 179dc5c..2b0079e 100644 --- a/data/db/systVolt.root +++ b/data/db/systVolt.root Binary files differ diff --git a/macros/CCEScan/batch/runPulseAndVoltage.sh b/macros/CCEScan/batch/runPulseAndVoltage.sh index ef2588a..c77bf74 100644 --- a/macros/CCEScan/batch/runPulseAndVoltage.sh +++ b/macros/CCEScan/batch/runPulseAndVoltage.sh @@ -35,7 +35,7 @@ for j in {0..10} do echo " Pulse fit for voltage step " $j - ${swsource}/pulseFit -b -d TT -l TTaU -s ${sector} -f ${fill} -c ${j} -v ${val} +# ${swsource}/pulseFit -b -d TT -l TTaU -s ${sector} -f ${fill} -c ${j} -v ${val} done echo " Voltage fit (SPLINE) " ${swsource}/voltageFit_spline -b -d TT -l TTaU -s ${sector} -f ${fill} -v ${val} @@ -69,7 +69,7 @@ for j in {0..10} do echo " Pulse fit for voltage step " $j - ${swsource}/pulseFit -b -d TT -l TTaU -s ${sector} -f ${fill} -c ${j} -v ${val} -r ${rad} +# ${swsource}/pulseFit -b -d TT -l TTaU -s ${sector} -f ${fill} -c ${j} -v ${val} -r ${rad} done echo " Voltage fit (SPLINE) " ${swsource}/voltageFit_spline -b -d TT -l TTaU -s ${sector} -f ${fill} -v ${val} -r ${rad} @@ -102,7 +102,7 @@ for j in {0..10} do echo " Pulse fit for voltage step " $j - ${swsource}/pulseFit -b -d IT -l T3X2 -s ${sector} -f ${fill} -c ${j} -v ${val} +# ${swsource}/pulseFit -b -d IT -l T3X2 -s ${sector} -f ${fill} -c ${j} -v ${val} done echo " Voltage fit (SPLINE) " ${swsource}/voltageFit_spline -b -d IT -l T3X2 -s ${sector} -f ${fill} -v ${val} @@ -133,7 +133,7 @@ for j in {0..10} do echo " Pulse fit for voltage step " $j - ${swsource}/pulseFit -b -d IT -l T3X2 -s ${sector} -f ${fill} -c ${j} -v ${val} -r ${rad} +# ${swsource}/pulseFit -b -d IT -l T3X2 -s ${sector} -f ${fill} -c ${j} -v ${val} -r ${rad} done echo " Voltage fit (SPLINE) " ${swsource}/voltageFit_spline -b -d IT -l T3X2 -s ${sector} -f ${fill} -v ${val} -r ${rad}