![]() |
Project
|
EMCAL Processor for DCS Data Points. More...
#include <unistd.h>
#include <TRandom.h>
#include <TStopwatch.h>
#include "DetectorsDCS/DataPointIdentifier.h"
#include "DetectorsDCS/DataPointValue.h"
#include "DetectorsDCS/DataPointCompositeObject.h"
#include "DetectorsDCS/DeliveryType.h"
#include "DetectorsDCS/AliasExpander.h"
#include "DetectorsDCS/RunStatusChecker.h"
#include "EMCALCalibration/EMCDCSProcessor.h"
#include "DetectorsCalibration/Utils.h"
#include "CCDB/CcdbApi.h"
#include "CCDB/BasicCCDBManager.h"
#include "Framework/DeviceSpec.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/ControlService.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/Task.h"
#include "Framework/Logger.h"
#include "CommonUtils/NameConf.h"
#include "DataFormatsParameters/GRPECSObject.h"
Go to the source code of this file.
Classes | |
class | o2::emcal::EMCALDCSDataProcessor |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::emcal |
namespace | o2::framework |
Defining PrimaryVertex explicitly as messageable. | |
Typedefs | |
using | o2::emcal::CcdbManager = o2::ccdb::BasicCCDBManager |
using | o2::emcal::HighResClock = std::chrono::high_resolution_clock |
using | o2::emcal::Duration = std::chrono::duration< double, std::ratio< 1, 1 > > |
using | o2::emcal::RunStatus = o2::dcs::RunStatusChecker::RunStatus |
EMCAL Processor for DCS Data Points.
Definition in file EMCALDCSDataProcessorSpec.h.