Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/global/HEPRandom/src/G4UniformRandPool.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /global/HEPRandom/src/G4UniformRandPool.cc (Version 11.3.0) and /global/HEPRandom/src/G4UniformRandPool.cc (Version 11.1.2)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                         3 // * License and Disclaimer                                           *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th      5 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
  6 // * the Geant4 Collaboration.  It is provided      6 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
  7 // * conditions of the Geant4 Software License      7 // * conditions of the Geant4 Software License,  included in the file *
  8 // * LICENSE and available at  http://cern.ch/      8 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
  9 // * include a list of copyright holders.           9 // * include a list of copyright holders.                             *
 10 // *                                               10 // *                                                                  *
 11 // * Neither the authors of this software syst     11 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     12 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     13 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     14 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file      15 // * use.  Please see the license in the file  LICENSE  and URL above *
 16 // * for the full disclaimer and the limitatio     16 // * for the full disclaimer and the limitation of liability.         *
 17 // *                                               17 // *                                                                  *
 18 // * This  code  implementation is the result      18 // * This  code  implementation is the result of  the  scientific and *
 19 // * technical work of the GEANT4 collaboratio     19 // * technical work of the GEANT4 collaboration.                      *
 20 // * By using,  copying,  modifying or  distri     20 // * By using,  copying,  modifying or  distributing the software (or *
 21 // * any work based  on the software)  you  ag     21 // * any work based  on the software)  you  agree  to acknowledge its *
 22 // * use  in  resulting  scientific  publicati     22 // * use  in  resulting  scientific  publications,  and indicate your *
 23 // * acceptance of all terms of the Geant4 Sof     23 // * acceptance of all terms of the Geant4 Software license.          *
 24 // *******************************************     24 // ********************************************************************
 25 //                                                 25 //
 26 //                                                 26 //
 27 //                                                 27 //
 28 // G4UniformRandPool implementation                28 // G4UniformRandPool implementation
 29 //                                                 29 //
 30 // Author: A.Dotti (SLAC)                          30 // Author: A.Dotti (SLAC)
 31 // -------------------------------------------     31 // ------------------------------------------------------------
 32                                                    32 
 33 #include "G4UniformRandPool.hh"                    33 #include "G4UniformRandPool.hh"
 34                                                    34 
 35 #include "G4AutoDelete.hh"                         35 #include "G4AutoDelete.hh"
 36 #include "G4Threading.hh"                          36 #include "G4Threading.hh"
 37 #include "globals.hh"                              37 #include "globals.hh"
 38                                                    38 
 39 #include <algorithm>                               39 #include <algorithm>
 40 #include <climits>                                 40 #include <climits>
 41 #include <cstdlib>                                 41 #include <cstdlib>
 42 #include <cstring>                                 42 #include <cstring>
 43                                                    43 
 44 // Not aligned memory                              44 // Not aligned memory
 45 //                                                 45 //
 46 void create_pool(G4double*& buffer, G4int ps)      46 void create_pool(G4double*& buffer, G4int ps) { buffer = new G4double[ps]; }
 47                                                    47 
 48 void destroy_pool(G4double*& buffer) { delete[     48 void destroy_pool(G4double*& buffer) { delete[] buffer; }
 49                                                    49 
 50 #if defined(WIN32) || defined(__MINGW32__)         50 #if defined(WIN32) || defined(__MINGW32__)
 51 // No bother with WIN                              51 // No bother with WIN
 52 void create_pool_align(G4double*& buffer, G4in     52 void create_pool_align(G4double*& buffer, G4int ps) { create_pool(buffer, ps); }
 53 void destroy_pool_align(G4double*& buffer) { d     53 void destroy_pool_align(G4double*& buffer) { destroy_pool(buffer); }
 54                                                    54 
 55 #else                                              55 #else
 56                                                    56 
 57 // Align memory pools                              57 // Align memory pools
 58 // Assumption is: static_assert(sizeof(G4doubl     58 // Assumption is: static_assert(sizeof(G4double)*CHAR_BIT==64)
 59 //                                                 59 //
 60 void create_pool_align(G4double*& buffer, G4in     60 void create_pool_align(G4double*& buffer, G4int ps)
 61 {                                                  61 {
 62   // POSIX standard way                            62   // POSIX standard way
 63   G4int errcode = posix_memalign((void**) &buf     63   G4int errcode = posix_memalign((void**) &buffer, sizeof(G4double) * CHAR_BIT,
 64                                  ps * sizeof(G     64                                  ps * sizeof(G4double));
 65   if(errcode != 0)                                 65   if(errcode != 0)
 66   {                                                66   {
 67     G4Exception("G4UniformRandPool::create_poo     67     G4Exception("G4UniformRandPool::create_pool_align()", "InvalidCondition",
 68                 FatalException, "Cannot alloca     68                 FatalException, "Cannot allocate aligned buffer");
 69     return;                                        69     return;
 70   }                                                70   }
 71   return;                                          71   return;
 72 }                                                  72 }
 73                                                    73 
 74 void destroy_pool_align(G4double*& buffer) { f     74 void destroy_pool_align(G4double*& buffer) { free(buffer); }
 75 #endif                                             75 #endif
 76                                                    76 
 77 G4UniformRandPool::G4UniformRandPool()             77 G4UniformRandPool::G4UniformRandPool() 
 78 {                                                  78 {
 79   if(sizeof(G4double) * CHAR_BIT == 64)            79   if(sizeof(G4double) * CHAR_BIT == 64)
 80   {                                                80   {
 81     create_pool_align(buffer, size);               81     create_pool_align(buffer, size);
 82   }                                                82   }
 83   else                                             83   else
 84   {                                                84   {
 85     create_pool(buffer, size);                     85     create_pool(buffer, size);
 86   }                                                86   }
 87   Fill(size);                                      87   Fill(size);
 88 }                                                  88 }
 89                                                    89 
 90 G4UniformRandPool::G4UniformRandPool(G4int siz     90 G4UniformRandPool::G4UniformRandPool(G4int siz)
 91   : size(siz)                                      91   : size(siz)
 92 {                                                  92 {
 93   if(sizeof(G4double) * CHAR_BIT == 64)            93   if(sizeof(G4double) * CHAR_BIT == 64)
 94   {                                                94   {
 95     create_pool_align(buffer, size);               95     create_pool_align(buffer, size);
 96   }                                                96   }
 97   else                                             97   else
 98   {                                                98   {
 99     create_pool(buffer, size);                     99     create_pool(buffer, size);
100   }                                               100   }
101   Fill(size);                                     101   Fill(size);
102 }                                                 102 }
103                                                   103 
104 G4UniformRandPool::~G4UniformRandPool()           104 G4UniformRandPool::~G4UniformRandPool()
105 {                                                 105 {
106   if(sizeof(G4double) * CHAR_BIT == 64)           106   if(sizeof(G4double) * CHAR_BIT == 64)
107   {                                               107   {
108     destroy_pool_align(buffer);                   108     destroy_pool_align(buffer);
109   }                                               109   }
110   else                                            110   else
111   {                                               111   {
112     destroy_pool(buffer);                         112     destroy_pool(buffer);
113   }                                               113   }
114 }                                                 114 }
115                                                   115 
116 void G4UniformRandPool::Resize(/*PoolSize_t*/     116 void G4UniformRandPool::Resize(/*PoolSize_t*/ G4int newSize)
117 {                                                 117 {
118   if(newSize != size)                             118   if(newSize != size)
119   {                                               119   {
120     destroy_pool(buffer);                         120     destroy_pool(buffer);
121     create_pool(buffer, newSize);                 121     create_pool(buffer, newSize);
122     size       = newSize;                         122     size       = newSize;
123     currentIdx = 0;                               123     currentIdx = 0;
124   }                                               124   }
125   currentIdx = 0;                                 125   currentIdx = 0;
126 }                                                 126 }
127                                                   127 
128 void G4UniformRandPool::Fill(G4int howmany)       128 void G4UniformRandPool::Fill(G4int howmany)
129 {                                                 129 {
130   assert(howmany > 0 && howmany <= size);         130   assert(howmany > 0 && howmany <= size);
131                                                   131 
132   // Fill buffer with random numbers              132   // Fill buffer with random numbers
133   //                                              133   //
134   G4Random::getTheEngine()->flatArray(howmany,    134   G4Random::getTheEngine()->flatArray(howmany, buffer);
135   currentIdx = 0;                                 135   currentIdx = 0;
136 }                                                 136 }
137                                                   137 
138 void G4UniformRandPool::GetMany(G4double* rnds    138 void G4UniformRandPool::GetMany(G4double* rnds, G4int howmany)
139 {                                                 139 {
140   assert(rnds != 0 && howmany > 0);               140   assert(rnds != 0 && howmany > 0);
141                                                   141 
142   // if ( howmany <= 0 ) return;                  142   // if ( howmany <= 0 ) return;
143   // We generate at max "size" numbers at once    143   // We generate at max "size" numbers at once, and
144   // We do not want to use recursive calls (ex    144   // We do not want to use recursive calls (expensive).
145   // We need to deal with the case  howmany>si    145   // We need to deal with the case  howmany>size
146   // So:                                          146   // So:
147   // how many times I need to get "size" numbe    147   // how many times I need to get "size" numbers?
148                                                   148 
149   const G4int maxcycles = howmany / size;         149   const G4int maxcycles = howmany / size;
150                                                   150 
151   // This is the rest                             151   // This is the rest
152   //                                              152   //
153   const G4int peel = howmany % size;              153   const G4int peel = howmany % size;
154   assert(peel < size);                            154   assert(peel < size);
155                                                   155 
156   // Ok from now on I will get random numbers     156   // Ok from now on I will get random numbers in group of  "size"
157   // Note that if howmany<size maxcycles == 0     157   // Note that if howmany<size maxcycles == 0
158   //                                              158   //
159   G4int cycle = 0;                                159   G4int cycle = 0;
160                                                   160 
161   // Consider the case howmany>size, then maxc    161   // Consider the case howmany>size, then maxcycles>=1
162   // and we will request at least "size" rng,     162   // and we will request at least "size" rng, so
163   // let's start with a fresh buffer of number    163   // let's start with a fresh buffer of numbers if needed
164   //                                              164   //
165   if(maxcycles > 0 && currentIdx > 0)             165   if(maxcycles > 0 && currentIdx > 0)
166   {                                               166   {
167     assert(currentIdx <= size);                   167     assert(currentIdx <= size);
168     Fill(currentIdx);  //<size?currentIdx:size    168     Fill(currentIdx);  //<size?currentIdx:size);
169   }                                               169   }
170   for(; cycle < maxcycles; ++cycle)               170   for(; cycle < maxcycles; ++cycle)
171   {                                               171   {
172     // We can use memcpy of std::copy, it turn    172     // We can use memcpy of std::copy, it turns out that the two are basically
173     // performance-wise equivalent (expected),    173     // performance-wise equivalent (expected), since in my tests memcpy is a
174     // little bit faster, I use that              174     // little bit faster, I use that
175     //                                            175     //
176     memcpy(rnds + (cycle * size), buffer, size    176     memcpy(rnds + (cycle * size), buffer, sizeof(G4double) * size);
177     // std::copy(buffer,buffer+size,rnds+(cycl    177     // std::copy(buffer,buffer+size,rnds+(cycle*size));
178                                                   178 
179     // Get a new set of numbers                   179     // Get a new set of numbers
180     //                                            180     //
181     Fill(size);  // Now currentIdx is 0 again     181     Fill(size);  // Now currentIdx is 0 again
182   }                                               182   }
183                                                   183 
184   // If maxcycles>0 last think we did was to c    184   // If maxcycles>0 last think we did was to call Fill(size)
185   // so currentIdx == 0                           185   // so currentIdx == 0
186   // and it is guaranteed that peel<size, we h    186   // and it is guaranteed that peel<size, we have enough fresh random numbers
187   // but if maxcycles==0 currentIdx can be wha    187   // but if maxcycles==0 currentIdx can be whatever, let's make sure we have
188   // enough fresh numbers                         188   // enough fresh numbers
189   //                                              189   //
190   if(currentIdx + peel >= size)                   190   if(currentIdx + peel >= size)
191   {                                               191   {
192     Fill(currentIdx < size ? currentIdx : size    192     Fill(currentIdx < size ? currentIdx : size);
193   }                                               193   }
194   memcpy(rnds + (cycle * size), buffer + curre    194   memcpy(rnds + (cycle * size), buffer + currentIdx, sizeof(G4double) * peel);
195   // std::copy(buffer+currentIdx,buffer+(curre    195   // std::copy(buffer+currentIdx,buffer+(currentIdx+peel), rnds+(cycle*size));
196                                                   196 
197   // Advance index, we are done                   197   // Advance index, we are done
198   //                                              198   //
199   currentIdx += peel;                             199   currentIdx += peel;
200   assert(currentIdx <= size);                     200   assert(currentIdx <= size);
201 }                                                 201 }
202                                                   202 
203 // Static interfaces implementing CLHEP method    203 // Static interfaces implementing CLHEP methods
204                                                   204 
205 namespace                                         205 namespace
206 {                                                 206 {
207   G4ThreadLocal G4UniformRandPool* rndpool = n    207   G4ThreadLocal G4UniformRandPool* rndpool = nullptr;
208 }                                                 208 }
209                                                   209 
210 G4double G4UniformRandPool::flat()                210 G4double G4UniformRandPool::flat()
211 {                                                 211 {
212   if(rndpool == nullptr)                          212   if(rndpool == nullptr)
213   {                                               213   {
214     rndpool = new G4UniformRandPool;              214     rndpool = new G4UniformRandPool;
215     G4AutoDelete::Register(rndpool);              215     G4AutoDelete::Register(rndpool);
216   }                                               216   }
217   return rndpool->GetOne();                       217   return rndpool->GetOne();
218 }                                                 218 }
219                                                   219 
220 void G4UniformRandPool::flatArray(G4int howman    220 void G4UniformRandPool::flatArray(G4int howmany, G4double* rnds)
221 {                                                 221 {
222   if(rndpool == nullptr)                          222   if(rndpool == nullptr)
223   {                                               223   {
224     rndpool = new G4UniformRandPool;              224     rndpool = new G4UniformRandPool;
225     G4AutoDelete::Register(rndpool);              225     G4AutoDelete::Register(rndpool);
226   }                                               226   }
227   rndpool->GetMany(rnds, (unsigned int) howman    227   rndpool->GetMany(rnds, (unsigned int) howmany);
228 }                                                 228 }
229                                                   229