Project
Loading...
Searching...
No Matches
DCSSpec.cxx File Reference

DCS processing. More...

#include <chrono>
#include <vector>
#include <string>
#include <string_view>
#include <unordered_map>
#include <TStopwatch.h>
#include "Framework/DataProcessorSpec.h"
#include "Framework/Task.h"
#include "Framework/Logger.h"
#include "Framework/ConfigParamRegistry.h"
#include "DetectorsCalibration/Utils.h"
#include "DetectorsDCS/DataPointIdentifier.h"
#include "DetectorsDCS/DataPointValue.h"
#include "DetectorsDCS/DataPointCompositeObject.h"
#include "DetectorsDCS/DeliveryType.h"
#include "DetectorsDCS/AliasExpander.h"
#include "TPCBase/CDBInterface.h"
#include "TPCdcs/DCSProcessor.h"
#include "TPCdcs/DCSSpec.h"

Go to the source code of this file.

Classes

class  o2::tpc::DCSDevice
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::tpc
 Global TPC definitions and constants.
 

Typedefs

using DPCOM = o2::dcs::DataPointCompositeObject
 
using HighResClock = std::chrono::high_resolution_clock
 
using Duration = std::chrono::duration< double, std::ratio< 1, 1 > >
 

Functions

DataProcessorSpec o2::tpc::getDCSSpec ()
 create DCS processor
 

Variables

constexpr auto CDBPayload = o2::calibration::Utils::gDataOriginCDBPayload
 
constexpr auto CDBWrapper = o2::calibration::Utils::gDataOriginCDBWrapper
 

Detailed Description

DCS processing.

Author
Jens Wiechula

Definition in file DCSSpec.cxx.

Typedef Documentation

◆ DPCOM

Definition at line 38 of file DCSSpec.cxx.

◆ Duration

using Duration = std::chrono::duration<double, std::ratio<1, 1> >

Definition at line 40 of file DCSSpec.cxx.

◆ HighResClock

using HighResClock = std::chrono::high_resolution_clock

Definition at line 39 of file DCSSpec.cxx.

Variable Documentation

◆ CDBPayload

constexpr auto CDBPayload = o2::calibration::Utils::gDataOriginCDBPayload
constexpr

Definition at line 41 of file DCSSpec.cxx.

◆ CDBWrapper

constexpr auto CDBWrapper = o2::calibration::Utils::gDataOriginCDBWrapper
constexpr

Definition at line 42 of file DCSSpec.cxx.