Skip to content
Snippets Groups Projects
Commit dbacc93c authored by Norbert Herrmann's avatar Norbert Herrmann Committed by Florian Uhlig
Browse files

change directory default

parent be664372
No related branches found
No related tags found
1 merge request!138Final merge
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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment