Skip to content
Snippets Groups Projects

Add t in dvmp; add a place holder for InvQuant in REC

Merged Ziyue Zhang requested to merge ziyue_work_branch into master
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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);
Loading