Skip to content

Commit

Permalink
switching from LocalPeakWindowSum to GlobalPeakWindowSum as default
Browse files Browse the repository at this point in the history
  • Loading branch information
hashkar committed Oct 23, 2024
1 parent 215e9d9 commit 8fc190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nectarchain/dqm/start_dqm.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():
"SlidingWindowMaxSum",
"TwoPassWindowSum",
],
default="LocalPeakWindowSum",
default="GlobalPeakWindowSum",
help="charge extractor method",
type=str,
)
Expand Down

0 comments on commit 8fc190e

Please sign in to comment.