Tsld003

  • G4ProcessManager has

    • a list of all applicable processes
    • 6 process vectors which are lists of processes invoked in GPIL/DoIt loops with ordering
  • Ordering parameters

    • G4int AddProcess(G4VProcess * aProcess,
      G4int ordAtRestDoIt,
      G4int ordAlongSteptDoIt,
      G4int ordPostStepDoIt );
    • a process with smaller ordering parameter will be invoked earlier in corresponding DoIt loop.
    • a process with negative ordering parameter will never be invoked.

Previous slide Next slide Back to first slide View graphic version