The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
SplittingMergingTransformer.h File Reference
#include "details.h"
#include "utilities.h"
#include <GaudiKernel/FunctionalFilterDecision.h>
#include <functional>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for SplittingMergingTransformer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Functional::details::SplittingMergingTransformer< vector_of_< Out >(const vector_of_const_< In > &), Traits_, false >
 

Namespaces

namespace  Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
namespace  Gaudi::Functional
 
namespace  Gaudi::Functional::details
 

Typedefs

template<typename Container>
using Gaudi::Functional::vector_of_ = std::vector<Container>
 
template<typename Container>
using Gaudi::Functional::vector_of_optional_ = std::vector<std::optional<Container>>
 
template<typename Signature, typename Traits_ = Traits::useDefaults>
using Gaudi::Functional::SplittingMergingTransformer