Belle II Software  release-08-01-10
MergedEventConsistency Class Reference

Mark if we want to merge the DataStore of a combination of events or not. More...

#include <MergedEventConsistency.h>

Inheritance diagram for MergedEventConsistency:
Collaboration diagram for MergedEventConsistency:

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.
 

Detailed Description

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.


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