From dbacc93c6b2489b5fcca13ccdff465b70892694c Mon Sep 17 00:00:00 2001
From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de>
Date: Fri, 7 Aug 2020 08:31:35 +0200
Subject: [PATCH] change directory default

---
 macro/beamtime/save_hst.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macro/beamtime/save_hst.C b/macro/beamtime/save_hst.C
index 404f8fd4a7..091195d67f 100644
--- a/macro/beamtime/save_hst.C
+++ b/macro/beamtime/save_hst.C
@@ -1,4 +1,4 @@
-void save_hst(TString cstr = "status.hst.root", Bool_t bROOT = kFALSE) {
+void save_hst(TString cstr = "status.hst.root", Bool_t bROOT = kTRUE) {
   cout << "save all histograms to file " << cstr.Data() << endl;
   TList* tList(NULL);
   if (bROOT) {
-- 
GitLab