Skip to content
Snippets Groups Projects

Add Condition Filtering to Fast Reduction

Merged Peter Sherwood requested to merge peter/athena:master-22533-1 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -496,6 +496,8 @@ void FastReducer::recordFiltering(std::size_t leaf_ind,
std::size_t n_injets,
int n_filteredjets,
const Collector& collector) const {
if(!collector) {return;}
std::stringstream ss0;
ss0 << "FastReducer filtering Condition index: " << leaf_ind;
Loading