class Math |
Event columns can be used in math expression which can be used everywhere an event function is needed.
| Math (const Function& f, operation op) Constructor | |
| Math (const Function& f1, const Function& f2, operation op) Constructor | |
| Copy () const Copy the event column | |
| Evaluate (const Argument& arg, Value& val) const Math expression value |
| operation Math operations. |
| Math () Default constructor |
Event columns can be used in math expression which can be used
everywhere an event function is needed. For example one can write
5 < sqrt (pwr (Column ("Amplitude(0)"), 2) +
pwr (Column ("Amplitude(1)"), 2) )
\begin{verbatim}
to define an event condition which checks whether the vector
sum of the amplitudes of two events is larger than 5.
@memo Defines the event math routines
@author Written June 2001 by Masahiro Ito and Daniel Sigg
@version 1.0
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu