Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DRandom.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DRandom.h
4 // Created: Thu Jun 7 16:32:50 EDT 2007
5 // Creator: mashephe
6 //
7 
8 #ifndef _DRandom_
9 #define _DRandom_
10 
11 #include <TRandom.h>
12 
13 typedef TRandom DRandom;
14 
15 #endif // _DRandom_
TRandom DRandom
Definition: DRandom.h:13