clas12root
Loading...
Searching...
No Matches
ntuple_writer.h File Reference
#include <hipo4/writer.h>
#include <hipo4/bank.h>
#include <vector>
#include <string>
Include dependency graph for ntuple_writer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hipo::ntuple_writer

Namespaces

namespace  hipo

Typedefs

using hipo::addrs_to_func = std::pair< hipo::put_func, void* >
using hipo::addrs_to_func_uptr = std::unique_ptr<hipo::addrs_to_func>
using hipo::bank_uptr = std::unique_ptr<hipo::bank>
using hipo::bank_uptrs = std::vector<bank_uptr >
using hipo::byte_uptr = std::unique_ptr<int8_t>
using hipo::data_addrs = std::vector<void* >
using hipo::data_addrs_to_func = std::vector<std::unique_ptr<std::pair< void (*)(hipo::bank*,void *,int, int), void* >>>
using hipo::double_uptr = std::unique_ptr<double>
using hipo::float_uptr = std::unique_ptr<float>
using hipo::int_uptr = std::unique_ptr<int32_t>
using hipo::long_uptr = std::unique_ptr<int64_t>
using hipo::put_func = void (*)(hipo::bank*,void *,int, int)
using hipo::put_funcs = std::vector<hipo::put_func>
using hipo::schema_uptr = std::unique_ptr<hipo::schema>
using hipo::schema_uptrs = std::vector<schema_uptr >
using hipo::short_uptr = std::unique_ptr<int16_t>