![]() |
Project
|
#include "CCDBHelpers.h"
#include "Framework/DeviceSpec.h"
#include "Framework/Logger.h"
#include "Framework/TimingInfo.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/DataTakingContext.h"
#include "Framework/RawDeviceService.h"
#include "Framework/DataSpecUtils.h"
#include "CCDB/CcdbApi.h"
#include "CommonConstants/LHCConstants.h"
#include "Framework/Signpost.h"
#include <typeinfo>
#include <TError.h>
#include <TMemFile.h>
#include <functional>
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. | |
Functions | |
O2_DECLARE_DYNAMIC_LOG (ccdb) | |
bool | o2::framework::isPrefix (std::string_view prefix, std::string_view full) |
auto | o2::framework::getOrbitResetTime (o2::pmr::vector< char > const &v) -> Long64_t |
bool | o2::framework::isOnlineRun (DataTakingContext const &dtc) |
auto | o2::framework::populateCacheWith (std::shared_ptr< CCDBFetcherHelper > const &helper, int64_t timestamp, TimingInfo &timingInfo, DataTakingContext &dtc, DataAllocator &allocator) -> void |
O2_DECLARE_DYNAMIC_LOG | ( | ccdb | ) |