In file Value.hh:
Integer conversion
Inheritance:
Public Methods
explicit | IVal (const Function& f)
Constructor
|
virtual IVal* | Copy () const
Copy the event column
|
virtual bool | Evaluate (const Argument& arg, Value& val) const
Math expression value
|
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 32 bit integer value.
explicit IVal(const Function& f)
- Constructor
virtual IVal* 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.
- 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