In file Value.hh:

class TVal

Time conversion

Inheritance:


Public Methods

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


Inherited from Function:

Public Methods

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

Protected Methods

oFunction& operator= (const Function&)


Documentation

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

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

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


This class has no child classes.
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