Tags give the ability to mark specific points in history as being important
-
CLHEP_2_4_7_1_atl01
1085f1cc · ·This version is based on CLHEP_2_4_7_1 with the following patches (swept from CLHEP_2_4_1_3_atl04) - Fix rounding issue in RandGuassZiggurat: The random number engine works in terms of double precision floats internally, but the call to `RandGaussZiggurat::ziggurat_UNI` casts the result down to a single precision float. The largest single precision float less than 1.0 is 0.999999940395355225, whereas for double precision the value is 0.99999999999999988898, so there is a window where values less than 1.0 from `dSFMTEngine::flat()` can be rounded to up 1.0 when returned by `RandGaussZiggurat::ziggurat_UNI()` violating the condition that random numbers returned are in the range [0.0,1.0). This issue is discussed in ATR-26831. - Change member variables of `RandBinomial` from private to protected - Specifying explicitly where to take the `makeConstants()` functions from in `RandGaussZiggurat`. Made CLHEP::RandGaussZiggurat work without thread_local variables. Shifting the initialization of the constants used by the generator to when the CLHEP library is loaded.
-
-
-
-
-
-
-
-
-
CLHEP_2_4_1_3_atl04
3b92e5fd · ·Tagging CLHEP 2.4.1.3.atl04 This version includes a patch to CLHEP::RandGamma which should solve the non-reproducibilities seen in sTGC and MicroMegas digitization in AthenaMT jobs (ATLASSIM-5897)
-
-
-
-
CLHEP_2_4_1_3_test02
0fcd0a6a · ·Copy of CLHEP_2_4_1_3_atl02 with a small patch to RandGaussZiggurat.h for ATR-24831
-
-
-
-
-
-