![]() |
Project
|
#include <exception>#include <iosfwd>#include <unordered_map>#include <string>#include <Rtypes.h>#include "DataFormatsEMCAL/AnalysisCluster.h"Go to the source code of this file.
Classes | |
| class | o2::emcal::NonlinearityHandler |
| Nonlinearity functions for energy correction. More... | |
| class | o2::emcal::NonlinearityHandler::UninitException |
| Handling missing initialisation of the NonlinearityHanlder. More... | |
| class | o2::emcal::NonlinearityFactory |
| Creator and handler class of nonlinearity parameterizations. More... | |
| class | o2::emcal::NonlinearityFactory::FunctionNotFoundExcpetion |
| Handling request of non-exisiting nonlinearity functions. More... | |
| class | o2::emcal::NonlinearityFactory::NonlinInitError |
| Handling errors of initialisation of a certain nonlinearity function. More... | |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::emcal |
Functions | |
| std::ostream & | o2::emcal::operator<< (std::ostream &in, const NonlinearityHandler &handler) |
| Output streaming operator for the NonlinearityHander. | |