Skip to content
Closed
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 @@ -30,7 +30,7 @@

/**
*
* @author ziegler
* @author ziegler, tongtong
*/
public class DCHBPostClusterAI extends DCEngine {

Expand Down Expand Up @@ -126,7 +126,6 @@ public boolean processDataEvent(DataEvent event) {
dcSwim, true);

// track found
clusters = new ArrayList<>();
int trkId = 1;
if (trkcands.size() > 0) {
// remove overlaps
Expand Down Expand Up @@ -311,7 +310,7 @@ public boolean processDataEvent(DataEvent event) {
// the clusters, the segments, the crosses
if (trkcands.isEmpty()) {
event.appendBanks(
writer.fillHBHitsBank(event, fhits),
writer.fillHBHitsBank(event, fhits),
writer.fillHBSegmentsBank(event, segments),
writer.fillHBCrossesBank(event, crosses));
}
Expand Down
Loading