HomeHEPForge

- <cstdlib> has been added to include/inputParameters.h to account for the…

Description

  • <cstdlib> has been added to include/inputParameters.h to account for the 'exit' added in rev. 291.
  • In the pt table lookup used when the interference option is enabled, the extreme rapidity case had not been fixed in rev. 265. This revision should address that issue in src/gammaavm.cpp.
  • In the pt table lookup used when the interference option is enabled, the random draw for pt failed at the extreme of pt (~1). The failure would lead to a NAN in some events. This revision should handle the extreme cases better.
  • Added a MAXPTBINS limit on the interference look up table, which is a function of Y and pt. The limit is defined in include/starlightlimits.h.

Details