Skip to content

Commit ca3846f

Browse files
committed
Typo
1 parent 41b1a8d commit ca3846f

File tree

1 file changed

+1
-2
lines changed
  • RecoTracker/LSTCore/standalone/efficiency/src

1 file changed

+1
-2
lines changed

RecoTracker/LSTCore/standalone/efficiency/src/helper.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ void parseArguments(int argc, char** argv) {
3131
"p,pt_cut", "Transverse momentum cut", cxxopts::value<float>()->default_value("0.9"))(
3232
"e,eta_cut", "Pseudorapidity cut", cxxopts::value<float>()->default_value("4.5"))(
3333
"d,debug", "Run debug job. i.e. overrides output option to 'debug.root' and 'recreate's the file.")(
34-
"J,jet_branches", "Accounts for specific jet branches in input root file for testing")(
35-
"h,help", "Print help");
34+
"J,jet_branches", "Accounts for specific jet branches in input root file for testing")("h,help", "Print help");
3635

3736
auto result = options.parse(argc, argv);
3837

0 commit comments

Comments
 (0)