00001 // ===================================================================== 00021 // ===================================================================== 00022 #ifndef __TRANDOMGAUSSIAN_HH 00023 #define __TRANDOMGAUSSIAN_HH 00024 00025 #include <CLHEP/Random/RandGauss.h> 00026 00027 00047 typedef RandGauss TRandomGaussian; 00048 00049 #endif