File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,6 @@ function parse_command_line(args)
2727 arg_type = Int
2828 default = 1
2929
30- " --ptmin"
31- help = " Minimum p_t for final inclusive jets (energy unit is the same as the input clusters, usually GeV)"
32- arg_type = Float64
33- default = 5.0
34-
35- " --exclusive-dcut"
36- help = " Return all exclusive jets where further merging would have d>d_cut"
37- arg_type = Float64
38-
39- " --exclusive-njets"
40- help = " Return all exclusive jets once clusterisation has produced n jets"
41- arg_type = Int
42-
4330 " --distance" , " -R"
4431 help = " Distance parameter for jet merging"
4532 arg_type = Float64
Original file line number Diff line number Diff line change @@ -26,19 +26,6 @@ function parse_command_line(args)
2626 arg_type = Int
2727 default = 1
2828
29- " --ptmin"
30- help = " Minimum p_t for final inclusive jets (energy unit is the same as the input clusters, usually GeV)"
31- arg_type = Float64
32- default = 5.0
33-
34- " --exclusive-dcut"
35- help = " Return all exclusive jets where further merging would have d>d_cut"
36- arg_type = Float64
37-
38- " --exclusive-njets"
39- help = " Return all exclusive jets once clusterisation has produced n jets"
40- arg_type = Int
41-
4229 " --distance" , " -R"
4330 help = " Distance parameter for jet merging"
4431 arg_type = Float64
You can’t perform that action at this time.
0 commit comments