| Summary: | CLHEP::RandGaussT from Randomize.hh "does not name a type" | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | eduard.friske |
| Component: | global | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED INVALID | ||
| Severity: | minor | ||
| Priority: | P5 | ||
| Version: | 10.0 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
eduard.friske
2014-08-12 12:14:20 CEST
You need to use/link with the external CLHEP library for using the RandGaussT class (i.e. configure your Geant4 installation to use system CLHEP library installed in your system). RandGaussT is not distributed in the internal CLHEP module shipped with Geant4, as not internally used by Geant4. I resorted to using RandGaussQ to work around the problem. Still good to know. Thanks. Is there a particular reason why RandGaussT is not shipped with the internal CLHEP library? The internal CLHEP module only ships classes which are relevant and/or in use within the Geant4 distribution. |