improved handling for musrt0

This commit is contained in:
nemu
2009-11-11 12:42:55 +00:00
parent d58d7f36e1
commit c2b898a246
3 changed files with 100 additions and 9 deletions

View File

@ -116,6 +116,12 @@ using namespace std;
#define FOURIER_PLOT_POWER 4
#define FOURIER_PLOT_PHASE 5
//-------------------------------------------------------------
/**
* <p> typedef to make to code more readable.
*/
typedef vector<Bool_t> PBoolVector;
//-------------------------------------------------------------
/**
* <p> typedef to make to code more readable.