![]() |
Project
|
Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::mergers |
| namespace | o2::mergers::test |
| namespace | std |
| Defining DataPointCompositeObject explicitly as copiable. | |
Functions | |
| auto | o2::mergers::test::to_span (const TH1F &histo) |
| void | o2::mergers::test::registerCallbacksForTestFailure (framework::CallbackService &cb, std::shared_ptr< bool > success) |
| template<typename T , size_t Size> | |
| std::string | std::to_string (gsl::span< T, Size > span) |
| template<size_t Size> | |
| std::string | std::to_string (const std::array< float, Size > &arr) |
| std::string | std::to_string (const TH1F &histo) |
| template<typename Deleter > | |
| std::string | std::to_string (const std::unique_ptr< const TH1F, Deleter > &histo_ptr) |
| template<size_t Size> | |
| std::string | std::to_string (const std::vector< std::array< float, Size > > &arrays) |
| template<typename Deleter > | |
| std::string | std::to_string (const std::unique_ptr< const std::vector< TObject * >, Deleter > &histos) |