Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
PhotoAbsCS.cpp File Reference
#include <cmath>
#include <fstream>
#include <iomanip>
#include "wcpplib/stream/findmark.h"
#include "wcpplib/random/ranluxint.h"
#include "wcpplib/math/tline.h"
#include "wcpplib/geometry/vfloat.h"
#include "wcpplib/safetl/BlkArr.h"
#include "heed++/code/PhotoAbsCS.h"
#include "heed++/code/EnergyMesh.h"

Go to the source code of this file.

Namespaces

namespace  Heed
 

Macros

#define READ_FILE_WITH_PRINCIPAL_NUMBERS
 

Functions

int Heed::sign_nonlinear_interpolation (double e1, double cs1, double e2, double cs2, double threshold)
 
double Heed::my_integr_fun (double xp1, double yp1, double xp2, double yp2, double xmin, double, double x1, double x2)
 
double Heed::my_val_fun (double xp1, double yp1, double xp2, double yp2, double xmin, double, double x)
 
double Heed::glin_integ_ar (DynLinArr< double > x, DynLinArr< double > y, long q, double x1, double x2, double threshold)
 
std::ostream & Heed::operator<< (std::ostream &file, const AtomPhotoAbsCS &f)
 
std::ostream & Heed::operator<< (std::ostream &file, const MolecPhotoAbsCS &f)
 

Macro Definition Documentation

◆ READ_FILE_WITH_PRINCIPAL_NUMBERS

#define READ_FILE_WITH_PRINCIPAL_NUMBERS

Definition at line 1990 of file PhotoAbsCS.cpp.