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
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
...@@ -102,8 +102,8 @@ int vm_invar(const std::string& config_name) ...@@ -102,8 +102,8 @@ int vm_invar(const std::string& config_name)
// Print canvas to output file // Print canvas to output file
TCanvas c{"canvas", "canvas", 1600, 1600}; TCanvas c{"canvas", "canvas", 1200, 900};
c.Divide(2, 2, 0.0001, 0.0001); c.Divide(2, 2, 0.001, 0.001);
// pad 1 nu // pad 1 nu
c.cd(1); c.cd(1);
// gPad->SetLogx(false); // gPad->SetLogx(false);
......
...@@ -126,11 +126,11 @@ EOF ...@@ -126,11 +126,11 @@ EOF
#cat ${CONFIG} #cat ${CONFIG}
## run the analysis script with this configuration ## run the analysis script with this configuration
root -b -q "benchmarks/dvmp/analysis/vm_mass.cxx+(\"${CONFIG}\")" #root -b -q "benchmarks/dvmp/analysis/vm_mass.cxx+(\"${CONFIG}\")"
if [ "$?" -ne "0" ] ; then #if [ "$?" -ne "0" ] ; then
echo "ERROR running vm_mass script" # echo "ERROR running vm_mass script"
exit 1 # exit 1
fi #fi
root -b -q "benchmarks/dvmp/analysis/vm_invar.cxx+(\"${CONFIG}\")" root -b -q "benchmarks/dvmp/analysis/vm_invar.cxx+(\"${CONFIG}\")"
if [ "$?" -ne "0" ] ; then if [ "$?" -ne "0" ] ; then
echo "ERROR running vm_invar script" 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