EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
Loading...
Searching...
No Matches
EvtValError.hh File Reference
#include <assert.h>
#include <iostream>
#include <math.h>

Go to the source code of this file.

Classes

class  EvtValError

Functions

EvtValError operator* (const EvtValError &x1, const EvtValError &x2)
EvtValError operator/ (const EvtValError &x1, const EvtValError &x2)
EvtValError operator+ (const EvtValError &x1, const EvtValError &x2)
EvtValError operator* (const EvtValError &x, double c)
EvtValError operator* (double c, const EvtValError &x)
std::ostream & operator<< (std::ostream &, const EvtValError &)
template<class InputIterator, class Predicate>
EvtValError accept_reject (InputIterator it, InputIterator end, Predicate pred)

Function Documentation

◆ accept_reject()

template<class InputIterator, class Predicate>
EvtValError accept_reject ( InputIterator it,
InputIterator end,
Predicate pred )

Definition at line 78 of file EvtValError.hh.

◆ operator*() [1/3]

EvtValError operator* ( const EvtValError & x,
double c )

Definition at line 154 of file EvtValError.cpp.

◆ operator*() [2/3]

EvtValError operator* ( const EvtValError & x1,
const EvtValError & x2 )

Definition at line 133 of file EvtValError.cpp.

◆ operator*() [3/3]

EvtValError operator* ( double c,
const EvtValError & x )

Definition at line 161 of file EvtValError.cpp.

◆ operator+()

EvtValError operator+ ( const EvtValError & x1,
const EvtValError & x2 )

Definition at line 147 of file EvtValError.cpp.

◆ operator/()

EvtValError operator/ ( const EvtValError & x1,
const EvtValError & x2 )

Definition at line 140 of file EvtValError.cpp.

◆ operator<<()

std::ostream & operator<< ( std::ostream & ,
const EvtValError &  )