Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -45,6 +45,7 @@
#include "globals.hh"
#include <vector>
#include <map>
class G4LegendrePolynomial
{
@@ -55,7 +56,8 @@ class G4LegendrePolynomial
// Evaluation functions
G4double EvalLegendrePoly(G4int order, G4double x);
G4double EvalAssocLegendrePoly(G4int l, G4int m, G4double x);
G4double EvalAssocLegendrePoly(G4int l, G4int m, G4double x,
std::map<G4int, std::map<G4int, G4double> >* cache = NULL);
protected: // Cache coefficients for speed
void BuildUpToOrder(size_t order);