![]() |
Project
|
#include "TPCWorkflow/ZSSpec.h"#include "Headers/DataHeader.h"#include "Framework/WorkflowSpec.h"#include "Framework/DataRefUtils.h"#include "Framework/DataSpecUtils.h"#include "Framework/ControlService.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/InputRecordWalker.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "DataFormatsTPC/ZeroSuppression.h"#include "DataFormatsTPC/Helpers.h"#include "DataFormatsTPC/Digit.h"#include "GPUDataTypes.h"#include "GPUHostDataTypes.h"#include "GPUO2InterfaceConfiguration.h"#include "TPCBase/Sector.h"#include "Algorithm/Parser.h"#include <fairlogger/Logger.h>#include <memory>#include <vector>#include <iomanip>#include <stdexcept>#include <array>#include <unistd.h>#include <atomic>#include "GPUO2InterfaceUtils.h"#include "DetectorsRaw/RawFileWriter.h"#include "DetectorsRaw/HBFUtils.h"#include "DetectorsRaw/RDHUtils.h"#include "TPCBase/RDHUtils.h"#include "TPCBase/ZeroSuppress.h"#include "DPLUtils/DPLRawParser.h"#include "DataFormatsParameters/GRPObject.h"#include "CommonUtils/NameConf.h"#include "DataFormatsTPC/WorkflowHelper.h"#include "TPCReconstruction/IonTailCorrection.h"Go to the source code of this file.
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. | |
Functions | |
| framework::DataProcessorSpec | o2::tpc::getZSEncoderSpec (std::vector< int > const &tpcSectors, bool outRaw, unsigned long tpcSectorMask) |
| create a processor spec | |
| framework::DataProcessorSpec | o2::tpc::getZStoDigitsSpec (std::vector< int > const &tpcSectors) |