![]() |
Project
|
Processor to convert CMVs to a vector in a CRU. More...
#include <limits>#include <memory>#include <stdexcept>#include <vector>#include <string>#include <fstream>#include <algorithm>#include <fmt/format.h>#include <fmt/chrono.h>#include "TFile.h"#include "DetectorsRaw/RDHUtils.h"#include "Framework/Task.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/Logger.h"#include "Framework/DataProcessorSpec.h"#include "Framework/WorkflowSpec.h"#include "Framework/InputRecordWalker.h"#include "Framework/DataRefUtils.h"#include "DPLUtils/RawParser.h"#include "Headers/DataHeader.h"#include "Headers/DataHeaderHelpers.h"#include "CommonUtils/TreeStreamRedirector.h"#include "DataFormatsTPC/CMV.h"#include "DataFormatsTPC/RawDataTypes.h"#include "TPCBase/RDHUtils.h"#include "TPCBase/Mapper.h"#include "TPCWorkflow/ProcessingHelpers.h"Go to the source code of this file.
Classes | |
| class | o2::tpc::CMVToVectorDevice |
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 | RDHUtils = o2::raw::RDHUtils |
| using | RawDataType = o2::tpc::raw_data_types::Type |
Functions | |
| o2::framework::DataProcessorSpec | o2::tpc::getCMVToVectorSpec (const std::string inputSpec, std::vector< uint32_t > const &crus) |
Processor to convert CMVs to a vector in a CRU.
Definition in file CMVToVectorSpec.cxx.
Definition at line 49 of file CMVToVectorSpec.cxx.
| using RDHUtils = o2::raw::RDHUtils |
Definition at line 48 of file CMVToVectorSpec.cxx.