Skip to content

Commit ca3719b

Browse files
Remove unused arguments
1 parent a03fae0 commit ca3719b

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

examples/softkiller/softkiller_plots.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

examples/softkiller/softkiller_runtime.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)