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