cellFlux scorer unit normalization with probe - bug?

Hi all

I noticed that the cellFlux unit normalization is different when using a box mesh and a box probe. When filling the 3d-mesh histogram, the bin entries are correctly divided by the unit (in case of cellFlux 1e-2 to go to cm^-2). Using a scoring probe, when filling the flux into the spectrum histogram (binned in particle energy) this unit factor is not taken into account:

https://gitlab.cern.ch/geant4/geant4/-/blob/master/source/digits_hits/scorer/src/G4PSCellFlux.cc:108
filler->FillH1(hitIDMap[index],
aStep->GetPreStepPoint()->GetKineticEnergy(), CellFlux);

Also the other available flux scorers seem not to use the unit factor when filling the 1d-histogram.

Is this a bug or a feature?

Many thanks
Dominik