JANA2
JMergeWindow< T > Class Template Reference

JMergeWindow 'hydrates' an existing JEvent by appending any JMessages that fall into its pre-existing time interval. More...

#include <JMergeWindow.h>

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

Public Member Functions

void pushMessage (T *message) final
 
bool pullEvent (JEvent &event) final
 

Detailed Description

template<typename T>
class JMergeWindow< T >

JMergeWindow 'hydrates' an existing JEvent by appending any JMessages that fall into its pre-existing time interval.

This is unlike the other JWindows, which assume the JEvent contains no JObjects and has no associated time interval. It should be used downstream of a TrivialWindow/FixedWindow/SessionWindow, e.g. for level 2 triggers, EPICS data, or calibration constants. It should probably not be public-facing.


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