Go to the documentation of this file. 1 #ifndef __JTOOLS__JMULTIMAPTRANSFORMER__
2 #define __JTOOLS__JMULTIMAPTRANSFORMER__
34 template<
unsigned int N,
class JArgument_t>
36 public JClonable< JMultiMapTransformer<N, JArgument_t> >,
90 for (
int i = 1; i != N; ++i) {
103 class JMultiMapDefaultTransformer;
113 static const JMultiMapDefaultTransformer transformer;
126 return new JMultiMapDefaultTransformer();
143 template<
unsigned int N,
class JArgument_t>
239 template<
unsigned int N,
class JElement_t>
273 virtual JElement_t
operator()(
const JElement_t& element)
const
290 template<
unsigned int N,
class JElement_t>
324 virtual JElement_t
operator()(
const JElement_t& element)
const
341 template<
unsigned int N,
class JArgument_t>
Interface for binary input.
Forward declaration of binary output.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JClonable< JClonable_t >::clone_type clone_type
Interface for binary output.
Template class for object cloning.