![]() |
Project
|
#include <fmt/format.h>#include "Framework/WorkflowSpec.h"#include "Framework/ControlService.h"#include "Framework/DataProcessorSpec.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/DataRefUtils.h"#include "Framework/Lifetime.h"#include "Framework/Logger.h"#include "DPLUtils/RawParser.h"#include "Headers/DataHeader.h"#include "Headers/DataHeaderHelpers.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "DataFormatsTPC/ZeroSuppressionLinkBased.h"#include "DataFormatsTPC/Digit.h"#include "TPCBase/CRU.h"#include "TPCBase/PadSecPos.h"#include "TPCBase/Mapper.h"#include "TPCReconstruction/RawReaderCRU.h"#include "TPCWorkflow/LinkZSToDigitsSpec.h"#include <vector>#include <string>#include "DetectorsRaw/RDHUtils.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. | |
Typedefs | |
| using | SubSpecificationType = o2::framework::DataAllocator::SubSpecificationType |
Functions | |
| o2::framework::DataProcessorSpec | o2::tpc::getLinkZSToDigitsSpec (int channel, const std::string_view inputDef, std::vector< int > const &tpcSectors) |
| Processor to convert link based zero suppressed data to simulation digits. | |
Definition at line 36 of file LinkZSToDigitsSpec.cxx.