JANA2
JSessionWindow< T > Class Template Reference

JSessionWindow aggregates JMessages adaptively, i.e. More...

#include <JWindow.h>

Inheritance diagram for JSessionWindow< T >:
Collaboration diagram for JSessionWindow< T >:

Public Member Functions

 JSessionWindow (Timestamp event_interval, const std::vector< DetectorId > &detectors)
 
void pushMessage (T *message) final
 
bool pullEvent (JEvent &event) final
 
 JSessionWindow (Timestamp event_interval, const std::vector< DetectorId > &detectors)
 
void pushMessage (T *message) final
 
bool pullEvent (JEvent &event) final
 

Detailed Description

template<typename T>
class JSessionWindow< T >

JSessionWindow aggregates JMessages adaptively, i.e.

a JEvent's time interval starts with the first JMessage and ends once there are no more JMessages timestamped before a configurable max interval width. This is usually what is meant by 'event-building'.


The documentation for this class was generated from the following files: