![]() |
Project
|
representation of ANS Version number in a comparable way More...
#include <cstdint>
#include <string>
#include <Rtypes.h>
#include <fmt/format.h>
Go to the source code of this file.
Classes | |
struct | o2::ctf::ANSHeader |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::ctf |
pair of input and output size | |
Functions | |
ANSHeader | o2::ctf::ansVersionFromString (const std::string &ansVersionString) |
Variables | |
constexpr ANSHeader | o2::ctf::ANSVersionUnspecified {0, 0} |
constexpr ANSHeader | o2::ctf::ANSVersionCompat {0, 1} |
constexpr ANSHeader | o2::ctf::ANSVersion1 {1, 0} |
representation of ANS Version number in a comparable way
Definition in file ANSHeader.h.