Jpp  18.3.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::JEvent::JEvaluator Struct Reference

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

#include <JEvent.hh>

Public Member Functions

 JEvaluator ()
 Default constructor. More...
 
double operator() (const JEvent &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 time-of-emission.

Definition at line 48 of file JAcoustics/JEvent.hh.

Constructor & Destructor Documentation

JACOUSTICS::JEvent::JEvaluator::JEvaluator ( )
inline

Default constructor.

Definition at line 52 of file JAcoustics/JEvent.hh.

53  {}

Member Function Documentation

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

Get value of object.

Parameters
eventevent
Returns
value

Definition at line 62 of file JAcoustics/JEvent.hh.

63  {
64  return event.begin()->getToE();
65  }

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