ACCELERATOR PHYSICS GROUP

Other Documented Items

Typedefs

typedef FVps<double,6> Map;

typedef std::map<string,Pointer<Object>,std::less<string> > ObjectDir;

typedef FTps<double,6> Series;

Functions

double Round(double) ;
Round the double argument.

Return the nearest integer (as a double).

extern void TpsWerrf(const FTps<double,6>&,const FTps<double,6>&,FTps<double,6>&,FTps<double,6>&) ;
Complex error function.

The argument is given by two DA variables. The algorithms is based on:

Walter Gautschi, Efficient Computation of the Complex Error Function,
SIAM J. Numer. Anal., Vol 7, No. 1, March 1970, pp. 187-198.
The argument is xx + i*yy, the result is wx + i*wy.

double Truncate(double) ;
Truncate.

Truncate the double argument, i.e. round towards zero. Return the result as a double.

void operator delete(void*) throw();

void operator delete[](void*) throw();

void* operator new(std::size_t) throw(std::bad_alloc);

void* operator new[](std::size_t) throw(std::bad_alloc);

std::ostream& operator<<(std::ostream&,const Attribute&) ;

extern std::ostream& operator<<(std::ostream&,const Object&) ;

inline std::ostream& operator<<(std::ostream&,const PlaceRep&) ;

inline std::ostream& operator<<(std::ostream&,const RangeRep&) ;

inline std::ostream& operator<<(std::ostream&,const TableRowRep&) ;

Globals

extern DoomDB DOOM_DB;
The DOOM data base object.

This object encapsulates the DOOM data base for a particular MAD run.

extern MadData MAD;


Documentation generated by fci on Mon Feb 7 12:30:15 2000