MarlinMT  0.1.0
BookStoreManager.cc File Reference
#include <marlinmt/BookStoreManager.h>
#include <marlinmt/Application.h>
#include <marlinmt/Exceptions.h>
#include <marlinmt/Processor.h>
#include <marlinmt/book/StoreWriter.h>
#include <string>
#include <sys/types.h>
#include <unistd.h>

Go to the source code of this file.

Namespaces

 marlinmt
 

Macros

#define INSTANCIATIONS_HIST(type)
 

Functions

 marlinmt::INSTANCIATIONS_HIST (Hist1F)
 
 marlinmt::INSTANCIATIONS_HIST (Hist1D)
 
 marlinmt::INSTANCIATIONS_HIST (Hist1I)
 
 marlinmt::INSTANCIATIONS_HIST (Hist2F)
 
 marlinmt::INSTANCIATIONS_HIST (Hist2D)
 
 marlinmt::INSTANCIATIONS_HIST (Hist2I)
 
 marlinmt::INSTANCIATIONS_HIST (Hist3F)
 
 marlinmt::INSTANCIATIONS_HIST (Hist3D)
 
 marlinmt::INSTANCIATIONS_HIST (Hist3I)
 

Macro Definition Documentation

◆ INSTANCIATIONS_HIST

#define INSTANCIATIONS_HIST (   type)
Value:
template book::Handle<book::Entry<type>> BookStoreManager::getObject<type>(\
const book::EntryKey&) const ;\
\
template book::Handle<book::Entry<type>> BookStoreManager::bookHist<type>(\
const std::filesystem::path&,\
const std::string_view&,\
const std::string_view&,\
const std::array<\
const AxisConfig<typename type::Precision_t>*,\
type::Dimension>&,\
const BookFlag_t&)
book::Flag_t BookFlag_t

Definition at line 20 of file BookStoreManager.cc.