![]() |
Project
|
#include <iterator>#include <limits>#include <memory>#include <stdexcept>#include <vector>#include <string>#include <fstream>#include <algorithm>#include <cassert>#include <cmath>#include <fmt/format.h>#include <fmt/chrono.h>#include "TFile.h"#include "DetectorsRaw/RDHUtils.h"#include "Framework/Task.h"#include "Framework/ControlService.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 "CommonUtils/NameConf.h"#include "DataFormatsTPC/Constants.h"#include "CommonConstants/LHCConstants.h"#include "CCDB/BasicCCDBManager.h"#include "DataFormatsTPC/Defs.h"#include "DataFormatsTPC/IDC.h"#include "DataFormatsTPC/RawDataTypes.h"#include "TPCBase/Utils.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::IDCToVectorDevice |
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::getIDCToVectorSpec (const std::string inputSpec, std::vector< uint32_t > const &crus) |
Definition at line 57 of file IDCToVectorSpec.cxx.
| using RDHUtils = o2::raw::RDHUtils |
Definition at line 56 of file IDCToVectorSpec.cxx.