Definition at line 325 of file RDFHelpers.cxx.
Public Types | |
| using | Result_t = int |
Public Member Functions | |
| ProgressBarAction (std::shared_ptr< ProgressHelper > r) | |
| void | Exec (unsigned int) |
| void | Finalize () |
| std::string | GetActionName () |
| std::shared_ptr< Result_t > | GetResultPtr () const |
| ROOT::RDF::SampleCallback_t | GetSampleCallback () final |
| Override this method to register a callback that is executed before the processing a new data sample starts. | |
| void | Initialize () |
| void | InitTask (TTreeReader *, unsigned int) |
| int & | PartialUpdate (unsigned int) |
Public Member Functions inherited from ROOT::Detail::RDF::RActionImpl< ProgressBarAction > | |
| virtual | ~RActionImpl ()=default |
| auto | CallFinalizeTask (unsigned int slot) -> decltype(std::declval< T >().FinalizeTask(slot)) |
| void | CallFinalizeTask (unsigned int, Args...) |
| ProgressBarAction | CallMakeNew (void *, Args...) |
| auto | CallMakeNew (void *typeErasedResSharedPtr) -> decltype(std::declval< T >().MakeNew(typeErasedResSharedPtr)) |
| void * | CallPartialUpdate (...) |
| auto | CallPartialUpdate (unsigned int slot) -> decltype(std::declval< H >().PartialUpdate(slot),(void *)(nullptr)) |
| virtual std::unique_ptr< RMergeableValueBase > | GetMergeableValue () const |
Private Attributes | |
| std::shared_ptr< int > | fDummyResult = std::make_shared<int>() |
| std::shared_ptr< ProgressHelper > | fHelper |
Definition at line 327 of file RDFHelpers.cxx.
|
inline |
Definition at line 334 of file RDFHelpers.cxx.
|
inline |
Definition at line 341 of file RDFHelpers.cxx.
|
inline |
Definition at line 343 of file RDFHelpers.cxx.
|
inline |
Definition at line 360 of file RDFHelpers.cxx.
|
inline |
Definition at line 336 of file RDFHelpers.cxx.
|
inlinefinalvirtual |
Override this method to register a callback that is executed before the processing a new data sample starts.
The callback will be invoked in the same conditions as with DefinePerSample().
Reimplemented from ROOT::Detail::RDF::RActionImpl< ProgressBarAction >.
Definition at line 364 of file RDFHelpers.cxx.
|
inline |
Definition at line 338 of file RDFHelpers.cxx.
|
inline |
Definition at line 339 of file RDFHelpers.cxx.
Definition at line 362 of file RDFHelpers.cxx.
|
private |
Definition at line 331 of file RDFHelpers.cxx.
|
private |
Definition at line 330 of file RDFHelpers.cxx.