File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
programs/chisq_hypothesis_comparison Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ tree = pi0pi0__B4_M7_M7
2424[Misc]
2525; empty string specifies default output naming convention
2626outfile = 5_hypo_comparison_big.root
27- best_per_beam = false
27+ best_per_beam = true
2828preserve_combos = true
2929logging = false
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ int main(int argc, char* argv[]) {
3131
3232 // optional configs
3333 std::string out_file = reader.Get (" Misc" , " outfile" , " placeholder" );
34- bool best_by_beam = reader.GetBoolean (" Misc" , " best_per_beam" , false );
34+ bool best_by_beam = reader.GetBoolean (" Misc" , " best_per_beam" , true );
3535 bool preserve_combos = reader.GetBoolean (" Misc" , " preserve_combos" , true );
3636 bool logging = reader.GetBoolean (" Misc" , " logging" , false );
3737
You can’t perform that action at this time.
0 commit comments