Jpp  18.4.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JACOUSTICS::JEvt::JEvaluator Struct Reference

Auxiliary class to determine value of acoustic events. More...

#include <JEvt.hh>

Public Member Functions

 JEvaluator ()
 Default constructor. More...
 
double operator() (const JEvt &event) const
 Get value of object. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

JACOUSTICS::JEvt::JEvaluator::JEvaluator ( )
inline

Default constructor.

Definition at line 313 of file JAcoustics/JEvt.hh.

314  {}

Member Function Documentation

double JACOUSTICS::JEvt::JEvaluator::operator() ( const JEvt event) const
inline

Get value of object.

Parameters
eventevent
Returns
value

Definition at line 323 of file JAcoustics/JEvt.hh.

324  {
325  return event.UNIXTimeStart;
326  }

The documentation for this struct was generated from the following file: