From 8f64ffc0dc7512cc6886f077435aadcd5f40ac09 Mon Sep 17 00:00:00 2001
From: Ziyue Zhang <Ziyue_Zhang@localhost.localdomain>
Date: Thu, 4 Feb 2021 13:00:57 -0600
Subject: [PATCH] Add t plots

---
 benchmarks/dvmp/analysis/vm_invar.cxx |  4 ++--
 benchmarks/dvmp/dvmp.sh               | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/benchmarks/dvmp/analysis/vm_invar.cxx b/benchmarks/dvmp/analysis/vm_invar.cxx
index 60635e9e..d1426fe9 100644
--- a/benchmarks/dvmp/analysis/vm_invar.cxx
+++ b/benchmarks/dvmp/analysis/vm_invar.cxx
@@ -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);
diff --git a/benchmarks/dvmp/dvmp.sh b/benchmarks/dvmp/dvmp.sh
index 1746a860..11d21940 100755
--- a/benchmarks/dvmp/dvmp.sh
+++ b/benchmarks/dvmp/dvmp.sh
@@ -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"
-- 
GitLab