![]() |
Project
|
#include "DebugGUI/imgui.h"
#include <functional>
#include "Framework/DeviceMetricsInfo.h"
#include "Framework/DeviceInfo.h"
#include "Framework/DeviceSpec.h"
#include "Framework/DataDescriptorMatcher.h"
#include "Framework/DataProcessingStates.h"
#include "InspectorHelpers.h"
#include "PaletteHelpers.h"
#include "FrameworkGUIDataRelayerUsage.h"
#include <cstring>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | o2::framework::gui::HeatMapHelper |
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. | |
namespace | o2::framework::gui |
State for the main GUI window. | |
Functions | |
void | o2::framework::gui::displayDataRelayer (DeviceMetricsInfo const &metrics, DeviceInfo const &info, DeviceSpec const &spec, DataProcessingStates const &, ImVec2 const &size, int &v) |
View of the DataRelayer metrics for a given DeviceInfo. | |