![]() |
Project
|
#include <CustomMergeableObject.h>
Inherits o2::mergers::MergeInterface.
Public Member Functions | |
CustomMergeableObject (int secret=9000) | |
~CustomMergeableObject () override=default | |
void | merge (MergeInterface *const other) override |
Custom merge method. | |
int | getSecret () const |
MergeInterface * | cloneMovingWindow () const override |
Should return an object subset which is supposed to take part in generating moving windows. | |
![]() | |
virtual | ~MergeInterface ()=default |
virtual void | postDeserialization () |
Lets the child perform any routines after the object was deserialized (e.g. setting the correct ownership) | |
ClassDef (MergeInterface, 1) | |
Definition at line 25 of file CustomMergeableObject.h.
|
inline |
Definition at line 28 of file CustomMergeableObject.h.
|
overridedefault |
|
inlineoverridevirtual |
Should return an object subset which is supposed to take part in generating moving windows.
Reimplemented from o2::mergers::MergeInterface.
Definition at line 38 of file CustomMergeableObject.h.
|
inline |
Definition at line 36 of file CustomMergeableObject.h.
|
inlineoverridevirtual |
Custom merge method.
Implements o2::mergers::MergeInterface.
Definition at line 31 of file CustomMergeableObject.h.