The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
Producer.h File Reference
#include "Transformer.h"
#include <tuple>
Include dependency graph for Producer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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 Signature, typename Traits_ = Traits::useDefaults>
using Gaudi::Functional::Producer = details::Producer<Signature, Traits_, details::isLegacy<Traits_>>