Skip to content
Snippets Groups Projects
Commit 8f64ffc0 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

Add t plots

parent eef06120
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ int vm_invar(const std::string& config_name)
// Print canvas to output file
TCanvas c{"canvas", "canvas", 1600, 1600};
c.Divide(2, 2, 0.0001, 0.0001);
TCanvas c{"canvas", "canvas", 1200, 900};
c.Divide(2, 2, 0.001, 0.001);
// pad 1 nu
c.cd(1);
// gPad->SetLogx(false);
......
......@@ -126,11 +126,11 @@ EOF
#cat ${CONFIG}
## run the analysis script with this configuration
root -b -q "benchmarks/dvmp/analysis/vm_mass.cxx+(\"${CONFIG}\")"
if [ "$?" -ne "0" ] ; then
echo "ERROR running vm_mass script"
exit 1
fi
#root -b -q "benchmarks/dvmp/analysis/vm_mass.cxx+(\"${CONFIG}\")"
#if [ "$?" -ne "0" ] ; then
# echo "ERROR running vm_mass script"
# exit 1
#fi
root -b -q "benchmarks/dvmp/analysis/vm_invar.cxx+(\"${CONFIG}\")"
if [ "$?" -ne "0" ] ; then
echo "ERROR running vm_invar script"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment