Dear G4,
I have been using the ScoringManager with options /score/drawProjection
and /score/dumpAllQuantitiesToFile
. However, I noticed that the results are not normalized per the number of events, i.e., the scores are not divided by the number of primaries simulated.
I am wondering if there is a way to normalize the results per the number of events without having to derive from G4VScoreWriter
for /score/dumpAllQuantitiesToFile
, or without having to derive from another class for /score/drawProjection
.
Could you please let me know if there is a way to achieve normalization without the need for deriving from specific classes?
If deriving is necessary for normalization in the case of /score/dumpAllQuantitiesToFile or /score/drawProjection, could you please also let me know which class I must consider for drawing the mesh in the GUI with normalized results per primary?
Thank you for your assistance and guidance.