Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JACOUSTICS::JEvt::JEvaluator Struct Reference

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

#include <JEvt.hh>

Public Types

typedef double value_type
 Type definition of time value.
 

Public Member Functions

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

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 315 of file JAcoustics/JEvt.hh.

Member Typedef Documentation

◆ value_type

Type definition of time value.

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

Constructor & Destructor Documentation

◆ JEvaluator()

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

Default constructor.

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

326 {}

Member Function Documentation

◆ operator()()

value_type JACOUSTICS::JEvt::JEvaluator::operator() ( const JEvt & event) const
inline

Get value of object.

Parameters
eventevent
Returns
value

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

336 {
337 return event.UNIXTimeStart;
338 }

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