Specialization of RMergeableValue for the Report action.
This subclass is responsible for merging results coming from Report actions. Other than the result itself, the vector of TCutInfos is stored in the object.
Definition at line 565 of file RMergeableValue.hxx.
Public Member Functions | |
| RMergeableReport ()=default | |
| Default constructor. | |
| RMergeableReport (const RMergeableReport &)=delete | |
| RMergeableReport (RMergeableReport &&)=delete | |
| RMergeableReport (ROOT::RDF::RCutFlowReport value, std::vector< ROOT::RDF::TCutInfo > cutinfovec) | |
| Constructor that initializes data members. | |
| const ROOT::RDF::RCutFlowReport & | GetValue () const |
| Retrieve the result wrapped by this mergeable. | |
| RMergeableReport & | operator= (const RMergeableReport &)=delete |
| RMergeableReport & | operator= (RMergeableReport &&)=delete |
Protected Attributes | |
| ROOT::RDF::RCutFlowReport | fValue |
Private Member Functions | |
| void | Merge (const RMergeableValue< ROOT::RDF::RCutFlowReport > &other) final |
| Aggregate the information contained in another RMergeableValue into this. | |
Private Attributes | |
| std::vector< ROOT::RDF::TCutInfo > | fCutInfoVec |
#include <ROOT/RDF/RMergeableValue.hxx>
|
inline |
Constructor that initializes data members.
| [in] | value | The action result. |
| [in] | cutinfovec | The vector of TCutInfos. |
Definition at line 596 of file RMergeableValue.hxx.
|
default |
Default constructor.
Needed to allow serialization of ROOT objects. See [TBufferFile::WriteObjectClass] (classTBufferFile.html::a209078a4cb58373b627390790bf0c9c1)
|
delete |
|
delete |
|
inlineinherited |
Retrieve the result wrapped by this mergeable.
Definition at line 185 of file RMergeableValue.hxx.
|
inlinefinalprivatevirtual |
Aggregate the information contained in another RMergeableValue into this.
Virtual function reimplemented in all the subclasses.
Implements ROOT::Detail::RDF::RMergeableValue< ROOT::RDF::RCutFlowReport >.
Definition at line 568 of file RMergeableValue.hxx.
|
delete |
|
delete |
|
private |
Definition at line 567 of file RMergeableValue.hxx.
|
protectedinherited |
Definition at line 164 of file RMergeableValue.hxx.