Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void setDocacutsum(double docacutsum) {
private boolean elossPrecorrection = true;
private boolean svtSeeding = true;
private boolean timeCuts = true;
private boolean hvCuts = true;
private boolean hvCuts = false;
public boolean useSVTTimingCuts = false;
public boolean removeOverlappingSeeds = true;
public boolean flagSeeds = true;
Expand Down