Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

TDSPPam.h

Go to the documentation of this file.
00001 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef TDSPPAM_H
00019 #define TDSPPAM_H
00020 
00021 #include <TRandom.h>
00022 #include <TDSPSymbolGenerator.h>
00023 
00029 class TDSPPam : public TDSPSymbolGenerator {
00030 
00031  protected:
00032   
00033   virtual void     InitSymbols();
00034 
00035  public: 
00036   
00037   TDSPPam(char *name, 
00038       Int_t = 4,
00039       UInt_t = kDEFAULT_OPTIONS);
00040   ~TDSPPam();
00041 
00042   // Theoretics
00043 
00044   Double_t SER(Double_t SNR);
00045 
00046   ClassDef(TDSPPam,1)
00047 
00048 };
00049 
00050 #endif

Generated on Fri Apr 23 16:23:43 2004 by doxygen 1.3.2