|  | Project
    | 
TPC Pad-wise raw data calibration processor. More...
#include <vector>#include <string>#include <chrono>#include <fmt/format.h>#include "Framework/Task.h"#include "Framework/ControlService.h"#include "Framework/Logger.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/DataProcessorSpec.h"#include "Framework/InputRecordWalker.h"#include "CommonUtils/MemFileHelper.h"#include "Headers/DataHeader.h"#include "DetectorsBase/TFIDInfoHelper.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "TPCBase/CDBInterface.h"#include "TPCCalibration/CalibPedestal.h"#include "TPCCalibration/CalibPulser.h"#include "TPCReconstruction/RawReaderCRU.h"#include "TPCWorkflow/CalibProcessingHelper.h"#include "TPCWorkflow/CalibRawPartInfo.h"Go to the source code of this file.
| Classes | |
| class | o2::tpc::TPCCalibPedestalDevice< T > | 
| 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. | |
| Enumerations | |
| enum class | o2::tpc::CalibRawType { o2::tpc::Pedestal , o2::tpc::Pulser , o2::tpc::CE } | 
| Functions | |
| template<typename... Args> | |
| AlgorithmSpec | o2::tpc::getRawDevice (CDBType calibType, Args... args) | 
| DataProcessorSpec | o2::tpc::getTPCCalibPadRawSpec (const std::string inputSpec, uint32_t ilane=0, std::vector< int > sectors={}, uint32_t publishAfterTFs=0, CDBType rawType=CDBType::CalPedestalNoise) | 
| Variables | |
| const std::unordered_map< std::string, CDBType > | o2::tpc::CalibRawTypeMap | 
TPC Pad-wise raw data calibration processor.
Definition in file TPCCalibPadRawSpec.h.