OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Macros | Variables
Distribution.cpp File Reference
#include "Distribution/Distribution.h"
#include "AbsBeamline/SpecificElementVisitor.h"
#include "AbstractObjects/BeamSequence.h"
#include "AbstractObjects/Expressions.h"
#include "AbstractObjects/OpalData.h"
#include "Algorithms/PartBins.h"
#include "Algorithms/PartBinsCyc.h"
#include "Algorithms/PartBunchBase.h"
#include "BasicActions/Option.h"
#include "DataSource/DataConnect.h"
#include "Distribution/ClosedOrbitFinder.h"
#include "Distribution/LaserProfile.h"
#include "Elements/OpalBeamline.h"
#include "Physics/Physics.h"
#include "Physics/Units.h"
#include "Structure/H5PartWrapper.h"
#include "Structure/H5PartWrapperForPC.h"
#include "Utilities/EarlyLeaveException.h"
#include "Utilities/Options.h"
#include "Utilities/Util.h"
#include "Utility/IpplTimings.h"
#include <gsl/gsl_histogram.h>
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_sf_erf.h>
#include <boost/filesystem.hpp>
#include <boost/regex.hpp>
#include <boost/numeric/odeint/stepper/runge_kutta4.hpp>
#include <sys/time.h>
#include <cmath>
#include <cfloat>
#include <iomanip>
#include <iostream>
#include <map>
#include <numeric>
Include dependency graph for Distribution.cpp:

Go to the source code of this file.

Macros

#define DISTDBG1
 
#define DISTDBG2
 

Variables

Informgmsg
 
constexpr double SMALLESTCUTOFF = 1e-12
 

Macro Definition Documentation

◆ DISTDBG1

#define DISTDBG1

◆ DISTDBG2

#define DISTDBG2

Variable Documentation

◆ gmsg

Inform* gmsg
extern

◆ SMALLESTCUTOFF

constexpr double SMALLESTCUTOFF = 1e-12
constexpr

Definition at line 62 of file Distribution.cpp.

Referenced by Distribution::setDistParametersGauss().