Skip to content

Commit 647c1b6

Browse files
committed
default is_save_to_root_file's to true (x2)
1 parent 442a21c commit 647c1b6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

PWGHF/D2H/Macros/config_cutvar_example.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@
7272
"unc": false
7373
},
7474
"is_save_to_root_file": {
75-
"canvas": false,
76-
"raw_yield": false,
77-
"uncertainty": false,
78-
"efficiency": false,
79-
"fraction": false,
75+
"canvas": true,
76+
"raw_yield": true,
77+
"uncertainty": true,
78+
"efficiency": true,
79+
"fraction": true,
8080
"corrected_yield": true,
81-
"correlation_matrix": false,
82-
"covariance": false,
83-
"corrected_fraction": false,
81+
"correlation_matrix": true,
82+
"covariance": true,
83+
"corrected_fraction": true,
8484
"minimisation_status": true
8585
},
8686
"central_efficiency": {

0 commit comments

Comments
 (0)