You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added TG4ScoreWeightCalculator type for user scoreweight function that takes (pdg, ekin) as arguments and its setter to the TG4RunConfiguration class:
void SetScoreWeightCalculator(TG4ScoreWeightCalculator swc);
The user function is then, in TG4SDManager::LateInitialize(), wrapped to G4ScoreWeightCalculator function that takes (const G4Step*) as argument and applied to all Geant4 scorers with activated score weighting.
0 commit comments