Can i use muliti-threading and fPostpone in stacking action to simulate high energy cascades?

Hi all,

I am tring to simulate high energy cascades in Geant4.

I wonder if i can use fPostpone in stackingAction::ClassifyNewTrack to divide a high energy cascade into many small lower energy cascades and simulate them with muliti-threading?

For example:
Suppose a 10 TeV electron produce five 1 TeV gammas and five 1 TeV electrons. I set those lower energy tracks to be postponed to the next event in my stackingAction. Can they be simulated by the other unoccupied G4Threads?

Thanks in advance,
Fan Hu

yes, of course you can.