Loading...
Searching...
No Matches
#include <iostream>
#include <vector>
#include <Rtypes.h>
#include "CommonDataFormat/InteractionRecord.h"
#include "DataFormatsFIT/RawDataMetric.h"
#include "Headers/RAWDataHeader.h"
#include <gsl/span>
#include <boost/mpl/inherit.hpp>
#include <boost/mpl/vector.hpp>
#include <Framework/Logger.h>
#include <tuple>
#include <array>
#include <cassert>
#include <type_traits>
Go to the source code of this file.
|
struct | o2::fit::DataBlockConfig< isPadded > |
|
struct | o2::fit::DataBlockHelper< T > |
|
struct | o2::fit::DataBlockHelper< T >::CheckTypeMaxNelem< typename, typename > |
|
struct | o2::fit::DataBlockHelper< T >::CheckTypeMaxNelem< U, std::enable_if_t< std::is_same< decltype(U::MaxNelements), const std::size_t >::value > > |
|
struct | o2::fit::DataBlockHelper< T >::CheckTypeMinNelem< typename, typename > |
|
struct | o2::fit::DataBlockHelper< T >::CheckTypeMinNelem< U, std::enable_if_t< std::is_same< decltype(U::MinNelements), const std::size_t >::value > > |
|
struct | o2::fit::DataBlockHelper< T >::CheckTypePayloadSize< typename, typename > |
|
struct | o2::fit::DataBlockHelper< T >::CheckTypePayloadSize< U, std::enable_if_t< std::is_same< decltype(U::PayloadSize), const std::size_t >::value > > |
|
struct | o2::fit::DataBlockHelper< T >::CheckTypePayloadPerGBTword< typename, typename > |
|
struct | o2::fit::DataBlockHelper< T >::CheckTypePayloadPerGBTword< U, std::enable_if_t< std::is_same< decltype(U::PayloadPerGBTword), const std::size_t >::value > > |
|
struct | o2::fit::DataBlockHelper< T >::CheckMaxElemSize< typename, typename > |
|
struct | o2::fit::DataBlockHelper< T >::CheckMaxElemSize< U, std::enable_if_t<((T::MaxNelements *T::PayloadSize<=SIZE_MAX_PAYLOAD) &&(T::MaxNelements *T::PayloadPerGBTword<=SIZE_MAX_PAYLOAD))> > |
|
struct | o2::fit::DataBlockHelper< T >::CheckNelemRange< typename, typename > |
|
struct | o2::fit::DataBlockHelper< T >::CheckNelemRange< U, std::enable_if_t<(T::MaxNelements >=T::MinNelements)> > |
|
struct | o2::fit::DataBlockWrapper< ConfigType, T, typename > |
|
class | o2::fit::DataBlockBase< DataBlock, ConfigType, Header, DataStructures > |
|
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::fit |
|