00001 // ===================================================================== 00002 // $Id: TRandomExponential.hh,v 1.1.1.1 2003/06/27 02:56:42 goiwai Exp $ 00003 // $Name: CLDAQ-1-06-02 $ 00004 // ===================================================================== 00005 #ifndef __TRANDOMEXPONENTIAL_HH 00006 #define __TRANDOMEXPONENTIAL_HH 00007 00008 #include <CLHEP/Random/RandExponential.h> 00009 00010 typedef RandExponential TRandomExponential; 00011 00012 #endif