OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "Utilities/OpalFilter.h"
#include "Filters/Filters.h"
#include "AbstractObjects/OpalData.h"
#include "Attributes/Attributes.h"
#include "Physics/Physics.h"
#include "Utilities/OpalException.h"
#include "AbsBeamline/ElementBase.h"
#include "Utility/IpplInfo.h"
#include <cmath>
Go to the source code of this file.
Macros | |
#define | NPOINTS_DEFAULT 129 |
#define | NLEFT_DEFAULT 64 |
#define | NRIGHT_DEFAULT 64 |
#define | POLYORDER_DEFAULT 1 |
Variables | |
Inform * | gmsg |
#define NLEFT_DEFAULT 64 |
Definition at line 30 of file OpalFilter.cpp.
#define NPOINTS_DEFAULT 129 |
Definition at line 29 of file OpalFilter.cpp.
#define NRIGHT_DEFAULT 64 |
Definition at line 31 of file OpalFilter.cpp.
#define POLYORDER_DEFAULT 1 |
Definition at line 32 of file OpalFilter.cpp.
|
extern |
Definition at line 62 of file Main.cpp.
Referenced by OpalFilter::initOpalFilter(), and main().