|  | Belle II Software light-2505-deimos
    | 
Mark if we want to merge the DataStore of a combination of events or not. More...
#include <MergedEventConsistency.h>


| Public Member Functions | |
| MergedEventConsistency () | |
| Constructor. | |
| ~MergedEventConsistency () | |
| Destructor. | |
| void | setConsistent (bool isConsistent) | 
| Set if we want to merge these events. | |
| int | getConsistent () const | 
| Get if we want to merge these events. | |
| Private Member Functions | |
| ClassDef (MergedEventConsistency, 1) | |
| Bool to indicate if events should be merged. | |
| Private Attributes | |
| bool | m_isConsistentMerge = true | 
| Bool to indicate if events should be merged. | |
Mark if we want to merge the DataStore of a combination of events or not.
This is required since it makes sense to leave the decision if the merge is consistent to a separate module (CheckMergingConsistencyModule) and the actual steering of the RootInputModules to a different module (SteerRootInputModule) but they have to communicate in a way
Definition at line 26 of file MergedEventConsistency.h.
| 
 | inlineexplicit | 
| 
 | inline | 
| 
 | inline | 
Get if we want to merge these events.
Definition at line 39 of file MergedEventConsistency.h.
| 
 | inline | 
Set if we want to merge these events.
Definition at line 36 of file MergedEventConsistency.h.
| 
 | private | 
Bool to indicate if events should be merged.
Definition at line 42 of file MergedEventConsistency.h.