In file Value.hh:

class TVal : public Function

Time conversion

Inheritance:


Public Methods

explicit TVal (const Function& f)
Constructor
virtual TVal* Copy () const
Copy the event column
virtual bool Evaluate (const Argument& arg, Value& val) const
Math expression value

Inherited from Function:

Public Methods

bool operator) (const Argument& arg, Value& val) const
bool operator) (const Event& event, Value& val) const

Protected Methods

Function& operator= (const Function&)

Documentation

Converts to a time value.
explicit TVal(const Function& f)
Constructor

virtual TVal* Copy() const
Returns a copy of the conversion function. This method must be overriden by all descendents.
Returns:
event copy

virtual bool Evaluate(const Argument& arg, Value& val) const
Returns the evaluated math expression.
Returns:
true if successful
Parameters:
arg - Event argument list
x - Value (return)


This class has no child classes.
Author:
Written June 2001 by Masahiro Ito and Daniel Sigg
Version:
1.0

alphabetic index hierarchy of classes


Please send questions and comments to sigg_d@ligo-wa.caltech.edu


generated by doc++