Skip to content
Snippets Groups Projects

SimpleClustering.cpp, TruthClustering.cpp: add weights to proto clusters

Merged Wouter Deconinck requested to merge wdconinc-master-patch-64155 into master
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -73,6 +73,7 @@ public:
@@ -73,6 +73,7 @@ public:
}
}
// Add hit to the appropriate protocluster
// Add hit to the appropriate protocluster
proto[protoIndex[trackID]].addhits(hit);
proto[protoIndex[trackID]].addhits(hit);
 
proto[protoIndex[trackID]].addweights(1);
}
}
return StatusCode::SUCCESS;
return StatusCode::SUCCESS;
}
}
Loading