File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ struct SlimTablesProducer {
176176 return ;
177177 }
178178 histos.fill (HIST (" h_collisions" ), 1.5 );
179+ histos.fill (HIST (" h_occupancy_raw" ), collision.trackOccupancyInTimeRange ());
179180 if (collision.trackOccupancyInTimeRange () < trackOccupancyInTimeRangeMin || trackOccupancyInTimeRangeMax < collision.trackOccupancyInTimeRange ()) {
180181 return ;
181182 }
@@ -220,7 +221,7 @@ struct SlimTablesProducer {
220221 continue ;
221222 }
222223 histos.fill (HIST (" h_mcCollMCD_counts_weight" ), 2.5 , eventWeightMC);
223- histos.fill (HIST (" h_occupancy_raw" ), collision.trackOccupancyInTimeRange ()); // <-- ici
224+ histos.fill (HIST (" h_occupancy_raw" ), collision.trackOccupancyInTimeRange ());
224225 // occupancy cut only applied to the reconstructed (MCD) collision, not to the mcCollision
225226 if (collision.trackOccupancyInTimeRange () < trackOccupancyInTimeRangeMin || trackOccupancyInTimeRangeMax < collision.trackOccupancyInTimeRange ()) {
226227 continue ;
You can’t perform that action at this time.
0 commit comments