Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gwat.hh
Go to the documentation of this file.
1 /**********************************************************
2  * Package: gwat Class Library
3  * File name: gwat.hh
4  * Author: Gabriele Vedovato (vedovato@lnl.infn.it)
5  **********************************************************/
6 
7 #ifndef GWAT_HH
8 #define GWAT_HH
9 
10 enum GWAT_DRAW {
11  GWAT_TIME = 0,
12  GWAT_FFT = 1,
13  GWAT_TF = 2,
14  GWAT_SG = 3
15 };
16 
17 #endif
GWAT_DRAW
Definition: gwat.hh:10
Definition: gwat.hh:14
Definition: gwat.hh:12
Definition: gwat.hh:13