![]() |
Project
|
#include "DeviceState.h"
#include "Framework/ServiceSpec.h"
#include "Framework/TimingHelpers.h"
#include <atomic>
#include <cstdint>
#include <array>
#include <numeric>
#include <mutex>
#include <utility>
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::framework |
Defining PrimaryVertex explicitly as messageable. | |
Enumerations | |
enum struct | o2::framework::ProcessingStateId : short { o2::framework::DUMMY_STATE = 0 , o2::framework::DATA_QUERIES = 1 , o2::framework::OUTPUT_MATCHERS = 2 , o2::framework::CONTEXT_VARIABLES_BASE = 1024 , o2::framework::DATA_RELAYER_BASE = 1536 } |
Helper struct to define some known states. More... | |