Jpp
debug
the software that should make you happy
|
Auxiliary class to determine value of acoustic events. More...
#include <JEvt.hh>
Public Types | |
typedef double | value_type |
Type definition of time value. More... | |
Public Member Functions | |
JEvaluator () | |
Default constructor. More... | |
value_type | operator() (const JEvt &event) const |
Get value of object. More... | |
Auxiliary class to determine value of acoustic events.
This class can be used with JSUPPORT::JTreeScanner so to read acoustics events in order of start time.
Definition at line 309 of file JAcoustics/JEvt.hh.
typedef double JACOUSTICS::JEvt::JEvaluator::value_type |
Type definition of time value.
Definition at line 313 of file JAcoustics/JEvt.hh.
|
inline |
|
inline |
Get value of object.
event | event |
Definition at line 329 of file JAcoustics/JEvt.hh.