Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | List of all members
ROOT::ExecutorUtils::ReduceObjects< T > Class Template Reference

template<class T>
class ROOT::ExecutorUtils::ReduceObjects< T >

Merge collection of TObjects.

This functor looks for an implementation of the Merge method (e.g. TH1F::Merge) and calls it on the objects contained in objs. If Merge is not found, a null pointer is returned.

Definition at line 35 of file PoolUtils.h.

Public Member Functions

operator() (const std::vector< T > &objs)
 

#include <PoolUtils.h>

Member Function Documentation

◆ operator()()

template<class T>
T ROOT::ExecutorUtils::ReduceObjects< T >::operator() ( const std::vector< T > &  objs)
inline

Definition at line 37 of file PoolUtils.h.


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